AUTHORITY CHECK

Reference

Syntax

AUTHORITY-CHECK OBJECT auth_obj
                       ID id1 {FIELD val1}|DUMMY
                       [ID id2 {FIELD val2}|DUMMY]
                       ...
                       [ID id10 {FIELD val10}|DUMMY].


Effect

Performs an authorization check for the current user or a specified user compared with the authorization object auth_obj. Either the entry in the user master record is evaluated using FIELD for the authorization field id1, ..., id10 or the check is skipped using DUMMY .

Additions