Application Development and Automation 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: 
Read only

Authorization values to auth object

Former Member
0 Likes
525

Hi,

Please let me know how to find the possible authorization values for an custom authorization object..

thanks.

1 ACCEPTED SOLUTION
Read only

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
472

Hi,

the definition (and also display) of possible values for activity can be performed in SU21.Doubleclick on the object->there is then a button in the popup: 'Permitted activities'.

Depending on the values checked in the coding (statement 'authority_check') you can also maintain suggestions in SU24 for the corresponding transaction. So if you do not know any values at all, an analyze of the coding will be necessary.

b.rgds, Bernhard

3 REPLIES 3
Read only

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
473

Hi,

the definition (and also display) of possible values for activity can be performed in SU21.Doubleclick on the object->there is then a button in the popup: 'Permitted activities'.

Depending on the values checked in the coding (statement 'authority_check') you can also maintain suggestions in SU24 for the corresponding transaction. So if you do not know any values at all, an analyze of the coding will be necessary.

b.rgds, Bernhard

Read only

0 Likes
472

Thanks a lot guys!!

Read only

jurjen_heeck
Active Contributor
0 Likes
472

Search for the documentation and/or talk to the developer. It is not an obligation to create check tables for custom auth. fields, so if both the documentation and the developer are 'missing' you'll have to go throught the sourcecode of the program(s) using this object to find out which possible values can be checked.

Edited by: Jurjen Heeck on Mar 4, 2008 3:32 PM