ABAP Keyword Documentation → ABAP - Dictionary → ABAP CDS in ABAP Dictionary → ABAP CDS - Access Control → ABAP CDS - DCL Statements → ABAP CDS - DEFINE ROLE → ABAP CDS - DEFINE ROLE, condition
ABAP CDS - DEFINE ROLE, aspect_condition
Other versions:
7.31 | 7.40 | 7.54
Syntax
... (element1 [, element2, ...] ) = ASPECT generic_aspect ...
Effect
Aspect condition as part of an access condition cond_expr in an access rule of the statement DEFINE ROLE in CDS DCL. An aspect condition specifies the generic aspect generic_aspect defined in an aspect definition in the right side introduced by ASPECT.
In parentheses, the left side contains the ordered list of entity elements that match the output fields of the generic aspect.
Left-side host expressions are not supported in this language element. The only relational operator allowed is the equality operator =.