Application Development 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: 

DataBaseTable Rollback

Former Member
0 Kudos

Hello happy users,

I have a very big problem. Some user deleted ( i cannot find out how ) the content of the EASTL table from one of the systems I ABAP in.

Is there any way i can do a rollback to the content of the table. Or at least to find out who and how he deleted the content?

Thank you in advance.

Andrei

5 REPLIES 5

Former Member
0 Kudos

hi,

I am afraid that there is no way to rollback the contents of the database table. Think u cant find who has deleted it.

Regards,

Arunsri

Former Member
0 Kudos

Hi,

u cant rollback the data which has deleted already,

atmost u can know that who has deleted that,

go to your table,

select attributes tab there u can see last changed by name and date.

seshu.

0 Kudos

In attributes tab u can see who changed the structure of the table not the content.

Thank you for your answers

Former Member
0 Kudos

hi,

all database changes are made irrevocable and cannot be reversed with ROLLBACK WORK ...

regards,

sreelakshmi

Former Member
0 Kudos

hi

good

i dont think you can roll back of the table fields if it has been deleted.

thanks

mrutyun^