‎2019 Feb 13 9:00 AM
Hello All,
I am very new to SAP. I am currently playing around with ABAP Debugger. What exactly I am trying is that, I am in su01 screen and then I hit '/h'. After that, I enter a username which doesn't exist and then click on Edit. I get redirected to debugger session where I set breakpoint at ABAP command 'authority-check', after pressing F8 I get to know which exact authorization objects are being checked.
Here are my doubts:
1. How to know which exact authorization-check failed ?
2. How to see the exact tables from where the data is being checked or data is being updated into ?
3. Using SE93 I got to know that program for SU01 is SAPMSUU0, but in debugger session I never get to see this program name.. can someone explain me how things are working behind the scenes ?
Thanks in Advance 🙂
‎2019 Feb 13 10:05 AM
‎2019 Feb 13 10:05 AM
‎2019 Feb 13 6:44 PM
Can you give me example of a scenario where st01, su53, stauthtrace may fail and there will be need for ABAP debugger?
‎2019 Feb 13 6:45 PM
‎2019 Feb 13 8:54 PM
‎2019 Feb 13 9:22 PM
‎2019 Feb 14 5:44 AM
Hmm. Never used it. I'll have a look.
(In some places I use a tool I wrote for a company that sells that tool - among other things. It's rather good).
‎2019 Feb 13 10:07 AM
If you want to find failed auth checks, you should use ST01 and trace them.
SAPMSUU0 is a system program. If you want to debug it, you need to set the flag in the debugger options.
‎2019 Feb 13 4:40 PM
You can check failed authorization checks in the SU53 (For other users - Menu->Authorization Values->Other User) .