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

FUNCTION MODULE TO COMMIT & ROLL BACK.

Former Member
0 Likes
1,508

Hi all,

I am working on an interface , in case power interruptions while running file extraction, the program should roll back completely and the the file should be scheduled later.

could any body give suggest me the solution and the function module name .

Regards

Sre

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
722

Hi,

for BAPI's to commit use FM BAPI_TRANSACTION_COMMIT

to undo all the changes use FM BAPI_CHARACT_ROLLBACK

1 REPLY 1
Read only

Former Member
0 Likes
723

Hi,

for BAPI's to commit use FM BAPI_TRANSACTION_COMMIT

to undo all the changes use FM BAPI_CHARACT_ROLLBACK