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

DataBaseTable Rollback

Former Member
0 Likes
524

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
Read only

Former Member
0 Likes
492

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

Read only

Former Member
0 Likes
492

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.

Read only

0 Likes
492

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

Thank you for your answers

Read only

Former Member
0 Likes
492

hi,

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

regards,

sreelakshmi

Read only

Former Member
0 Likes
492

hi

good

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

thanks

mrutyun^