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 error recovery

Former Member
0 Likes
456

Hi,

plz any body tell me the best method of error recovery in bdc both in call transaction and bdc session, since data is in huge ammount and in excel sheet.

plz give me answer in full details, bcaz i am is in big trouble uploading around 40 lakh line of data in implementation project.

thanks and regards

vijay dwivedi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

Hi Vijay,

The general practice is that you for such huge data, BDC session is the better option. When you create the session using the program, you can go to sm35 and process it at a later stage. Once the processing is done, an error log is created automatically with all the records that have failed. YOu can then analyse the reason for the error by running a few of those records in E mode(Error screen mode) correct the data and reprocess the error records.

Regards,

Ravi

Hi,

plz any body tell me the best method of error recovery in bdc both in call transaction and bdc session, since data is in huge ammount and in excel sheet.

plz give me answer in full details, bcaz i am is in big trouble uploading around 40 lakh line of data in implementation project.

thanks and regards

vijay dwivedi

1 REPLY 1
Read only

Former Member
0 Likes
416

Hi Vijay,

The general practice is that you for such huge data, BDC session is the better option. When you create the session using the program, you can go to sm35 and process it at a later stage. Once the processing is done, an error log is created automatically with all the records that have failed. YOu can then analyse the reason for the error by running a few of those records in E mode(Error screen mode) correct the data and reprocess the error records.

Regards,

Ravi