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

data delete

Former Member
0 Likes
380

somebody has deleted tables from vbak table

how do we find out who has deleted tose data

2 REPLIES 2
Read only

Former Member
0 Likes
354

Hi

there is a log table called DBTABPRT.

This records the updates/deletes to a table. I recommend you to check this table.

Also plz check tcode SCU3

I hope it helps.

thanks

Read only

Former Member
0 Likes
354

Hi Jamnun,

The logging is written to tables DBTABLOG and DBTABPRT and can be viewed

via TCode SCU3.

Inserts/Updates/Deletes will be logged for any tables which have 'Log data

changes' enabled in their Technical Settings.

Or Use Tcode SUIM you will get the whole history .

Hope this helps you.

Regards,

Viveks