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: 

Authorization values to auth object

Former Member
0 Kudos

Hi,

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

thanks.

1 ACCEPTED SOLUTION

Bernhard_SAP
Employee
Employee
0 Kudos

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

Bernhard_SAP
Employee
Employee
0 Kudos

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

0 Kudos

Thanks a lot guys!!

jurjen_heeck
Active Contributor
0 Kudos

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