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 Handling BDC session mehod

ABAPER_P
Participant
0 Likes
883

How to handle the error message in session method in BDC

I have 1 lack records 90K records are executed successfully and 10thousad records went in error due to some data error. I need to process only 10K idocs. From where we will get 10Krecords


1 REPLY 1
Read only

Former Member
693

from the same place as you got the 1 lakh (whaterver that is).
If you are using BDC's, you should be collecting the messages in the BDC Message collector BDCMSGCOLL for each transaction processed. Then you examine the message and if there is an error write the source table record to an itab. At the end of your processing download that itab to a second file which will then give you a pc file which will enable you to modify them using excel or something similar. If however, you are talking about Idocs, use area menu WEDI and select 'Display Idoc'.

Rich