Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.54 

Updates in Release 7.54


1. Authorization checks in updates

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Authorization Checks in Updates

No authorization checks must be made in updates.

  • This rule was not always applied before Release 7.54:
  • In local updates, on the other hand, AUTHORITY-CHECK made an authorization check.
  • When using ABAP SQL to access a CDS entity for which a CDS role is defined, implicit CDS access control was applied in local updates and in update sessions by default.
  • In updates, the statement AUTHORITY-CHECK always sets the value sy-subrc to 0 and does not make any authorization checks.