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: 

How to find out User Id Used in Debugging Mode

Former Member
0 Kudos

Hi Gurus

Could you plz advice . how find to out SAP user Id used to delete SAP table entries in Debugging Mode.

Thanks

Ravi

2 REPLIES 2

madan_ullasa
Contributor
0 Kudos

Hi,

Check out in the attributes of the table for 'last change'.. iam not sure if this is updated....There is a table which stores the user id of people who have executed a program....i am not able to recall the table name...

look for that....

since the debug would have happend thru a program, get that program name and check who has executed that lately...

regards

madan..

0 Kudos

Hi Ravikanth,

I'm not sure how to check the change log in debugging mode,

but you can get the LOG DATA CHANGES from tcode SCU3(If log checkbox selected in Technical settings).

You may check the coding for scu3 for more details.

Happy coding..!!

//Kiran Singh