SAP CDS F1 CUSTOM ELEMENT LIST



Get Example source ABAP code based on a different SAP table
  


• { } ABAP_CDS_DEFINE_CUSTOM

ABAP_CDS_DDL - DEFINE CUSTOM ENTITY, element_list

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

What does it do?
Defines the elements of a CDS custom 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 the CDS custom entity with respect to ABAP, or they define and expose 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.