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 call transaction

Former Member
0 Likes
441

Hi,

I have an ABAP program using call transaction to update 100 records into the database...if the power failure occurs in the middle of execution of the program...what happens....what should be done from there on??

Hi,

I have an ABAP program using call transaction to update 100 records into the database...if the power failure occurs in the middle of execution of the program...what happens....what should be done from there on??

2 REPLIES 2
Read only

Former Member
0 Likes
416

Check the forum link below:

Reward if it is useful.

Read only

Former Member
0 Likes
416

Hi

It depends on Update mode.

If u use update mode Synchronous, All updations will be

rollbacked.

If u use Asynchronous mode,

for example In 100 records, 50 recordds completed

In the case of 51th record power failure happens. These 50 records should be updated to database.Next time u start the bdc starts from 51th record.

If it helpful rewards points.

Regards

Pratap.M