An authorization object is what SAP use to assign and enables complez check to determine if the user is allowed to perform certain operations on the system.
An authorization object consists of authorization field and it can group up to 10 authorization fields which are checked with an AND relationship.
The authorization objects are considered as system elements to be protected and relate to data elements stered with the ABAP dictionary.
We can put a single value inside the field or a range of values.
The values are called authorizations and the...