ā2012 May 10 10:47 AM
I have a doubt in call Transaction.
-> iam giving an excel file as an input to my Program.I want to capture errors and needs to display separately.
The problem is when iam executing the Program if there are say 5 errors in excel sheet,the output screen is displaying only one error.
Kindly help me.
ā2012 May 10 10:50 AM
Does the rror table have these 5 messages?
You should loop at the error table for TYPE = 'E' to display all the error messages.
If not, you will need to do those validation and send them out.
ā2012 May 10 10:52 AM
Could you please give the code written for better understanding
ā2012 May 10 12:23 PM
Maybe they way you are validating the erroneous records & displaying/ copying into other table, you are overwriting the records,if yes then the last error record is displayed ?
If are displaying in classical report, make sure you are using, if using in a loop..
WRITE : / wa_record.