1.

What Is The Use Of St01? What Are The Return Codes Of T-code St01?

Answer»

Transaction CODE ST01 is used to trace the user authorizations. This can be useful if we NEED to check which all the authorizations have been checked in background when any t-code is being EXECUTED by the BUSINESS user.

Below are the return codes of ST01 :

  • 0 – Authorization check passed
  • 1 – No Authorization
  • 2 – Too many parameters for authorization check
  • 3 – OBJECT not contained in user buffer
  • 4 – No profile contained in user buffer
  • 6 – Authorization check incorrect
  • 7,8,9 – Invalid user buffer.

Transaction code ST01 is used to trace the user authorizations. This can be useful if we need to check which all the authorizations have been checked in background when any t-code is being executed by the business user.

Below are the return codes of ST01 :



Discussion

No Comment Found