Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Processing External Data →  ABAP Database Access →  Data Consistency →  SAP LUW 

Authorization Checks in Updates

No authorization checks can be made during updates (that is when processing an update function module triggered by COMMIT WORK).

  • In updates, the statement AUTHORITY-CHECK always sets the value sy-subrc to 0 and does not make any authorization checks.

This applies to local updates and to update sessions.

Other versions: 7.31 | 7.40 | 7.54