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

Call Transaction

Former Member
0 Likes
483

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.

3 REPLIES 3
Read only

Former Member
0 Likes
458

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.

Read only

former_member196490
Active Participant
0 Likes
458

Could you please give the code written for better understanding

Read only

SharathYaralkattimath
Contributor
0 Likes
458

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.