SAP CDS SIMPLE TYPE ANNO



Get Example source ABAP code based on a different SAP table
  


• /at ABAP_CDS_ST

ABAP_CDS_DDL - CDS Simple Type, type_annot

ABAP_SYNTAX
... @annotation ...

What does it do?
Specifies an annotation annotation as a simple type annotation in the definition of a CDS simple type in front of the statement DEFINE VIEW TYPE. The character @ must be placed directly in front of the name annotation of the annotation. The annotation must be defined as a CDS object in a CDS annotation definition. Otherwise, a syntax error occurs. The annotation definition annotation @Scope should be specified using the value #SIMPLE_TYPE.