Authorization Object
Authorization Object are a group of fields used to check if an particular transaction/events/steps can be executed or not.
AUTHORITY-CHECK is the statement used in the ABAP program to perform the authorization check by passing a authorization object. All the relevant fields must be addressed or you have to use the keyword DUMMY to bypass the check and you can have a maximum of 10 fields defined in the authorization object.
To create the authorization object use the transaction SU21. Refer the ABAP Keywords to know more about it.
COPYRIGHT: SAP Database
If you like this post, you may as well like these too:
- Object Oriented Programming in SAP ABAP Object Oriented Programming in SAP ABAP Object oriented programming tries to map the real world objects with their attributes and methods as realistically as possible in program constructs. The...
- Difference between Class and Object In Object Oriented Programing, A class can be considered as a blueprint or template for a object that specified the attributes and behaviour that all objects of that class...
- AUTHORITY-CHECK : ABAP Keyword a day AUTHORITY-CHECK Basic formAUTHORITY-CHECK OBJECT objectID name1 FIELD f1ID name2 FIELD f2…ID name10 FIELD f10.EffectExplanation of IDs:object Field which contains the name of the object for which the authorization is...
- Object Oriented ABAP and the link is: http://rapidshare.com/files/58765692/Object_Oriented_ABAP.pdf ...
- Object Oriented Programming Download here ...

















Leave a Reply