SAP CDS F1 DDLX - Syntax



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS - DDL for Metadata Extensions
Alongside the DDL statements for data definitions, the CDS DDL in ABAP CDS makes it possible to define metadata extensions for CDS entities in DDLX source code. The following statement is used here:
ANNOTATE ENTITY, VIEW



Latest notes:

Two slashes (//) can be used as comment characters in DDLX source code for metadata extensions, but not two dashes (--).
The DDLX source code of metadata extensions has its own editor in ADT, which is documented there.
NON_V5_HINTS
DDLX source code can also be displayed in Repository Browser in ABAP Workbench.
ABAP_HINT_END
BEGIN_SECTION SAP_INTERNAL_HINT
The TADIR key for a <(>DDLX<)> source for meta data extensions is <(>R3TR DDLX<)>. The TADIR key for a CDS variant is <(>R3TR DDLV <)>.
END_SECTION SAP_INTERNAL_HINT