Creating Authorization Objects
An authorization object groups together up to ten authorization fields that are checked together in an authorization check.
To create authorization fields, choose Tools
® ABAP Workbench, Development ® Other tools ® Authorization objects ® Objects.Enter a unique object name and the fields that belong to the object. Object names must begin with the letter
Y or Z in accordance with the naming convention for customer-specific objects.You can enter up to ten authorization fields in an object definition. You must also enter a description of the object and documentation for it.
Ensure that the object definition matches the ABAP AUTHORITY-CHECK calls that refer to the object.