ABAP Keyword Documentation → ABAP - Dictionary → ABAP CDS in ABAP Dictionary → ABAP CDS - Data Definitions → ABAP CDS - DDL for Data Definitions → ABAP CDS - DEFINE ABSTRACT ENTITY
ABAP CDS - DEFINE ABSTRACT ENTITY, element_list
Other versions:
7.31 | 7.40 | 7.54
Syntax
... { element1; element2; ...; } ...
Effect
Defines the elements of an abstract CDS entity. The elements are specified in a semicolon-separated list element1; element2; ...; in curly brackets { }. The final element must also be followed by a semicolon.
The elements either determine the components of the structured data type represented by an abstract CDS entity with respect to ABAP or they publish a CDS association.
The ABAP data types of the components of the structured data type are derived from the dictionary types of the elements in accordance with the associated mapping rules.