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: 

BDC by session method

Former Member
0 Kudos

hi,

I am using bdc by session method to update some 8000 records. After the session is completed it is showing 2400 errors, I rectified the error in the flat file. I want to know that can I run the same session or do I have to delete the sucessful records from File and run the BDC program again.

3 REPLIES 3

SuhaSaha
Advisor
Advisor
0 Kudos

Did you try it out before posting your question ?

manthanraja
Active Participant
0 Kudos

Hi suchender , the commit in Session method is implicit and so the 5600 records would already be updated . Hence you will have to run the session only for the remaining records ..

Best Regards,

Manthan.

kesavadas_thekkillath
Active Contributor
0 Kudos

As far ass i know there is an option to process only the error records of session in SM35.