on 2021 Apr 09 8:59 AM
Dear Team
Business clients want to know, which User ID has used Debug function in Production system.
Is there any audit transaction or other method to know that which ID used debug.
Please suggest.
Regards
Vikas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Florian
Yes, SM21 screen shot above in good for us.
- Is there any setting required in SM21 to get the ALV layout as we get unicode display and we have to click and drill down to get the Debugger word.
That will be very tedious.
- SM21 is giving data only when there is an update in Debug, no log is generated if the debug function is selected but no change/update is done.
Regards
Vikas
Events logged in the system log can be found in the table TSL1T:
A1 8 'C debugging activated'
A2 3 'Goto ABAP Debugger: &9&9&9&9'
A2 6 'A manually caught process was stopped from within the Debugger (&A)'
A2 8 'DB &8 executed on explicit request from the debugger'
CU K 'C debugging activated'
CU M 'Jump to ABAP Debugger: &A'
CU N 'A manually caught process was stopped from within the Debugger (&A)'
CU O 'Explicit database commit or rollback from debugger &A'
CU P 'Non-exclusive debugging session started'
IC 4 'Debugging of &A created for URL &B'
IC 5 'Debugging of &A deleted for URL &B'
IC J 'Debugging entry was created by User &A for requirements of User &B.'
IC K 'Debugging entry was deleted by User &A for requirements of User &B.'
R0 L 'Program &9&9&9&9&4 set manually to debug mode by user &9&3'
R0 X 'An update request was carried out in debugging mode'
R1 X 'Debugging session of user/mode &A/&B reset'
R6 H 'VM &a was moved to the debug mode<br>'
User | Count |
---|---|
13 | |
4 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.