SAP CDS F1 DDLA - Syntax



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS - DDL for Annotation Definitions
Alongside the DDL statements for data definitions, the CDS DDL in ABAP CDS makes it possible to define CDS annotations as CDS objects in DDLA source code. The following statement is used here:
DEFINE ANNOTATION



Latest notes:

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