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

Roll Back

Former Member
0 Likes
689

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.

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
659

Nop, you can not rollback once committed to the db.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
659

Nope ..i think if the changes have been commited than no chances of rollback

Read only

Former Member
0 Likes
659

hi,

in se11 goto utilities->version management and then retrieve it will give the old version contents

Regards

Ashok

Read only

Former Member
0 Likes
659

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

Read only

Former Member
0 Likes
659

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