cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out who deleted the standard table enteries

Former Member
0 Kudos

Hi,

Somebody has deleted entire KNA1 in one of our systems. Is there any way to find out who deleted the entries?

Thanks & Regards,

Kumaran Duraiswamy.

Accepted Solutions (0)

Answers (3)

Answers (3)

Lakshmipathi
Active Contributor
0 Kudos

Try in AUT10

thanks

G. Lakshmipathi

Edited by: Lakshmipathi on Jun 24, 2011 6:58 PM

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Look for help from an ABAPer. Go to SE11 for KNA1, use 'where-used list (ctrlshiftF3) and search for report that begin with Z* or Y* (perhaps LZ* or LY*, ie: function modules). See the ABAP coding if there is any instructions type:


  DELETE kna1 FROM xxx.

Check too if the option &SAP_EDIT in tcode SE16N works in your system (see SAP Note 1420281 - CO-OM tools: SE16N: Deactivating &SAP_EDIT for instance)

I hope this helps you

Regards

Eduardo

PD: I forgot it, if option &SAP_EDIT works in SE16N, check the tables SE16N_CD_DATA and SE16N_CD_KEY.

Edited by: E_Hinojosa on Jun 24, 2011 11:04 AM

Former Member
0 Kudos

No way to find out who deleted from stadard tables like KNA1