Application Development 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: 

Error Handling BDC session mehod

mahabaleshwar_patil
Participant
0 Kudos

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

former_member182550
Active Contributor

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