Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error table with messages

Former Member
0 Likes
496

Hi everybody I have a query

I have to make a report which will have following things

1) <b>Selection-parameters:</b>

filename (on server, default directory: /user/sap/tmp)

radiobuttons: RB1:

RB2:

checkbox: Test mode

START-OF-SELECTION.

1.Check the file existence and upload:

if no file is found, or if a problem occurred during the file upload, reject all the file,

fill the error table with message E01 and display directly the log.

2.Check the file format:

If the file is not in the expected format, reject all the file,

fill the error table with message E02 and display directly the log.

END-OF-SELECTION.

Display log:

Please tell me how to proceed ( how to save error messages in table , etc)because i am very new in "ABAP"

Thanks

points will be awarded

1 ACCEPTED SOLUTION
Read only

kiran_k8
Active Contributor
0 Likes
462

Gaurav,

Create a table of strcutre t100 and then update this table ztable whenever an error message is raised.

K.Kiran.

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
463

Gaurav,

Create a table of strcutre t100 and then update this table ztable whenever an error message is raised.

K.Kiran.

Read only

Former Member
0 Likes
462

i want "answer from staring " how to select 2 files by selecting 2 radio buttons one by one

also i want when 1st button is active then second button will not be seen on the screen

plz reply