Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Release 7.40 and Its SPs →  Changes in Release 7.40, SP10 

ABAP CDS in Release 7.40, SP10


1. CDS access control

Other versions: 7.31 | 7.40 | 7.54

Modification 1

CDS Access Control

A dedicated access control was introduced for ABAP CDS. The new CDS DCL in ABAP CDS makes it possible to define CDS roles. If a CDS entity of a CDS view is associated with a CDS role, additional access conditions are evaluated by default when the CDS entity is accessed in an SADL query and only that data is read for which the current user has an authorization or that matches a literal condition.


Note

From Release 7.51, SADL uses ABAP SQL to access CDS entities. From Release 7.50, ABAP SQL evaluates CDS roles implicitly.