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.
No comments:
Post a Comment