SAP Security: Troubleshooting Authorization Errors
SAP Security: Troubleshooting SAP Authorization Errors SAP has provided some important tools for troubleshooting or analyzing the authorization errors. Those are system trace (ST01) and authorization error analysis (SU53). These two tools are most frequently used to determine the authorization errors. System Trace (ST01): ST01 transaction code is used to execute the system trace functionality. This will record the authorization checks for the users. The system trace option is executed in the application server where the transaction code is executing by the user. Basically trace and transaction to be traced should be on the same application server. The system trace records each and every authorization object, fields and field values. To use system trace functionality Go to Tools-->Administration-->Monitoring-->Trace-->System Trace or execute transaction ST01. Select the Authorization check box under the Trace Components to record the security authorizations. There is an...