Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ST01 TRACE

Former Member
0 Kudos

All,

May I know what is the exact RC definition for the values 4 & 12.In ADM 940,RC=4 means missing authorization (authorization object in user buffer) and for 12 no auth.object in the user buffer but where as in sap security online its vice versa.I have no system to check in practical.PLS let me know from some body.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Kevin,

Parameter RC in the authorization trace of ST01

RC = 4 indicates that Authorization is unsucessful

RC=4 means the user has the authorization object in their buffer, but the specific field values in the authorization check do not match what is specified in the user's assigned security roles.

*The return code shows whether or not the authorization code was

successful. *

- *ST01 Return Code *

*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

Regards,

Kiran Kandepalli.

2 REPLIES 2

Former Member
0 Kudos

Hi Kevin,

Parameter RC in the authorization trace of ST01

RC = 4 indicates that Authorization is unsucessful

RC=4 means the user has the authorization object in their buffer, but the specific field values in the authorization check do not match what is specified in the user's assigned security roles.

*The return code shows whether or not the authorization code was

successful. *

- *ST01 Return Code *

*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

Regards,

Kiran Kandepalli.

0 Kudos

RC 12 means authorizaiton failed and RC 4 means user's profile does not contain the value.

Thanks,

NT