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

BDC Errors

Former Member
0 Likes
409

Hi SAP Rocks,

Scenario 1: I am uploading 1000 records using session method. I have an error in 950th record. What will happen and howmany records will upload?

Scenario 2: I am uploading 1000 records using Call Transaction method. I have an error in 950th record. What will happen and howmany records will upload?

Pls give correct answer.

Regards

Rao

2 REPLIES 2
Read only

Former Member
0 Likes
392

Hi,

As session method updates the records in Synchronus process,From 950 th Record updation gets stopped.

prior to the 950 the record ,all records get updated.

As you can update the Records in Asynchronus process,all the records apart from 950 th record will get

updated to the database.

Regards,

Raj.

Read only

GauthamV
Active Contributor
0 Likes
392

hi,

1. except tht 950 th record all others will be uploaded,u can chck that error record in sm35,reprocess it and upload.

here also the same case except small change.

2.except tht 950 th record all others will be uploaded,u can chck that error record in internal table u gav using bdcmsgcoll structure ,correct the data for tht record and upload tht record again.

reward if hlpful.