Skip to content

ABAP Keyword Documentation →  ABAP - Dictionary →  ABAP CDS in ABAP Dictionary →  ABAP CDS - Access Control →  ABAP CDS - DCL Statements 

ABAP CDS - DCL Restrictions for Transactional Projection View Entities

Transactional projection view entities (define root view entity ... as projection on ...) are designed to apply CDS access control from the underlying CDS entity 1:1. The following restrictions apply:

  • Only the condition INHERITING CONDITIONS FROM ENTITY can be used.
  • The only exception is to create access control with full access rule.
  • The inheriting entity in INHERITING CONDITIONS FROM ENTITY must match the source entity of the transactional projection view entity.
  • Field aliasing in a transactional projection view entity is made possible by using the addition REPLACING ELEMENT in CDS access control to apply the name change of the field to CDS control too.

Other versions: 7.31 | 7.40 | 7.54