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

After running a BDC program in background, next

Former Member
0 Likes
347

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?

plx explain clearly

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?

plx explain clearly

2 REPLIES 2
Read only

Former Member
0 Likes
316

In that BDC u have to process like this .

1.call transaction

if sy-subrc ne 0.

get the records.

endif.

2.Create a new Session with Failed records , So u can process there after.

Regards

Prabhu

Read only

0 Likes
316

yres