
In ABAP the built-in authority check function indicates whether a given data record matches the end user authorization or not. Since there is no modeling information linking authorization objects to DDIC tables in ABAP, the application has to define the mapping in the coding. At runtime the application calls the authority check for each record and maps the authorization object fields of the read data onto the allowed user parameters.