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

How to handle errors in BDC

Former Member
0 Likes
435

Hi,

Please let me know how to handle errors in BDC

__Session Method__

In session method, all the error records will be stored in log file.

In Call Transaction Method, we can track all the messages into intarnal table , which is of type BDCMSGCOLL

do we need to correct the errors manually??

Regards

Rama

Hi,

Please let me know how to handle errors in BDC

__Session Method__

In session method, all the error records will be stored in log file.

In Call Transaction Method, we can track all the messages into intarnal table , which is of type BDCMSGCOLL

do we need to correct the errors manually??

Regards

Rama

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi,

Log file is for user referance. After uploading the data it gives the messages like how many records updated successfully and how many are failed.

User has to upload the failed records by correcting in the flat file.

Thanks and regards,

Read only

Former Member
0 Likes
404

hi rama ,

By using session method, we can handle the error records in the log file .

But using the call transaction method, we cannot handle the error records implicitly for that we need to maintain the logic. Although BDCMSGCOLL will give the the error records in the flat file.

For call transaction method we have to create the error file explicitly

and if any error records, we need to populate this error records in that error file for this we need to use gui_download and after correcting the error file we can upload that corrected error file.

if helpful, reward me points.

shashikanth.