SAP CDS F1 ABSENT ELEMENT LIST



Get Example source ABAP code based on a different SAP table
  


• { } ABAP_CDS_DEFINE_ABSENT

ABAP_CDS_DDL - DEFINE ABSTRACT ENTITY, element_list

ABAP_SYNTAX
... { element1; element2; ...; } ...

What does it do?
Defines the elements of an CDS abstract 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 a CDS abstract entity with respect to ABAP or they exposes a CDS association, a CDS composition, or a CDS-to-parent 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.