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

reg BDC....

Former Member
0 Likes
444

Hi,

After running a BDC program in background, next

day morning when you see the results, few records

are not updated (error records). What will you do

then?

Reg,

Suresh.V

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
427

if it is configurational issue then reprocess ur session in sm35 transaction,

if it is techinical problem then ,create file and reload the data again.

3 REPLIES 3
Read only

Former Member
0 Likes
427

Hi,

i believe you see the error in SM35. You can click on the job that is in error and click process button. Then give 'process in foreground' option. you will be taken thru each step of the bdc. one of them might be resulting in error, which you will be able to see. You can rectify that error and execute the BDC again

Thanks

Arun.

Read only

Former Member
0 Likes
428

if it is configurational issue then reprocess ur session in sm35 transaction,

if it is techinical problem then ,create file and reload the data again.

Read only

Former Member
0 Likes
427

hi Suresh,

Reprocess the session again to insert the erroneous records after correction.

For Error Trapping

If you are using CALL TRANSACTION then we generally have those errors in BDCMSGCOLL structure.

check the link below which discusses about this in detail

https://forums.sdn.sap.com/click.jspa?searchID=907612&messageID=745186

Reward points if helpful,

Regards,

Santosh