ABAP AUTHORIZATION CONCEPT
ABAP AUTHORIZATION CONCEPT Describe SAP Authorization Concept Adding authorization checks to programs using AUTHORITYCHECK statement Authorization Concept The SAP authorization concept was developed to protect transactions, programs, and services in SAP systems from unauthorized access. The administrator (usually from BASIS) assigns authorizations to users that determine which actions (transactions/programs) a user can execute in the SAP system. The authorizations represent instances of generic authorization objects and are defined by the activity and responsibilities of the employee. Adding Authorization Checks to Programs It is almost always a good practice to add authority checks to your custom developed programs. To add authorization checks to programs, you need to do the following: Determine the Authorization Field/s Determine the Authorization Object/s Add Authorization Checks in your program Use the ABAP AUTHORITY-CHECK statement. Specify alphabetic values...
Comments
Post a Comment