SAP AUTHORIZATION CHECK - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

authorization check
Checks whether the current ABAP user has a specific authorization. For each authorization field of an authorization object, the system checks a value against the corresponding entries in the user master record. Check indicators control whether an authorization check takes place. Authorization checks are either implicit when programs are called, or explicit when the ABAP statement AUTHORITY-CHECK is used.
ABAP_MORE_INFO