‎2006 Aug 25 2:52 PM
Hi Everyone,
I had a problem that unknowingly a developer had made changes in db table, id there any way to roll back the changes ?
this will solve my problem to a greater extend !
regards.
‎2006 Aug 25 2:53 PM
‎2006 Aug 25 2:53 PM
Nope ..i think if the changes have been commited than no chances of rollback
‎2006 Aug 25 2:54 PM
hi,
in se11 goto utilities->version management and then retrieve it will give the old version contents
Regards
Ashok
‎2006 Aug 25 2:54 PM
Hi Aima,
Once the data is written to the database you cannot roll back. It has to be removed/deleted expplicitly.
Either you delete or change through the se11 oe se16 or write abap code to change the data. I dont think you have an option to roll back after the data is commited to the databse.
Cheers
VJ
‎2006 Aug 25 3:24 PM
If there are change documents for the table, you might be able to figure out what the previous contents were and restore it programatically.
Rob