‎2008 Jan 18 8:02 AM
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
‎2008 Jan 18 8:19 AM
Hi,
for BAPI's to commit use FM BAPI_TRANSACTION_COMMIT
to undo all the changes use FM BAPI_CHARACT_ROLLBACK
‎2008 Jan 18 8:19 AM
Hi,
for BAPI's to commit use FM BAPI_TRANSACTION_COMMIT
to undo all the changes use FM BAPI_CHARACT_ROLLBACK