‎2013 Jan 27 11:16 AM
What is the roll of Commit and Roll back,
Before Commit statement data is save in the database table or not ?
And If Commit statement is executed successfully then can we roll back all the changes or not?
Moderator message : Search for available information, discussion locked.
Message was edited by: Vinod Kumar
‎2013 Jan 27 2:58 PM
Hi Sateesh,
Commit work - Terminates a SAP-LUW with storing the changes.
Rollback work - Terminates a SAP-LUW without storing the changes.
This means that before commit work data is not stored in the database table and once it is successfully executed i.e. SY-SUBRC = 0 we cannot roll back the work.
Thanks,
Tooshar Bendale
‎2013 Jan 27 5:30 PM
‎2013 Jan 28 3:14 AM