How to run ST01 – Run an Authorization Trace
A trace is very useful for diagnosing difficult security issues.
• You must be on the same application server as the person you are tracing. You can use tcode SM51 to
jump to a different app server
• Execute Transaction ST01
• On the initial screen, click auth check, and then hit the General Filters Button.
• Type in the login id of the person you will trace, then hit the green check box.
• Back on the main screen, hit the Start Trace button.
• Reproduce the error with the login you are tracing. It helps to start the transaction and perform as much
processing as you can before you start the trace.
• IMPORTANT! Next hit the stop trace button.
• Now, hit the Analysis button to review the output of the trace.
Trace Analysis
• On this screen,
o Insure that the user name is set to the login id you are tracing.
o On the right, insure only Authorization Check has been selected
o The From - To is set correctly
o Then hit Execute
See next page
• The area above the red “1” is the authorization object being checked.
• The area above the red “2” are the authorization fields with their current values
• The area above the “3” shows the return code. Zero “0” means the auth check passed. A four “4”
means the auth check failed. You can generally ignore return code of “12”
• The area above the “4” shows a failed auth check.