SAP CDS F1 DEFINE ANNO ANNOS



Get Example source ABAP code based on a different SAP table
  


• /at ABAP_CDS_DEF_ANN_ANNOT

ABAP_CDS_DDL - DEFINE ANNOTATION, annotation_annot

ABAP_SYNTAX
... @annotation ...

What does it do?
Specifies an annotation annotation as an annotation definition annotation in front of the statement DEFINE ANNOTATION or in front of a subannotation in an annotation definition in ABAP CDS. The character @ must be placed in front of the name annotation of the annotation. The annotation must be defined as a CDS object in a CDS annotation definition and the annotation definition annotation @Scope must be specified here using the value #ANNOTATION.
The annotations of an annotation definition can be specified in front of the name of the main annotation and in front of the names of subannotations . If an annotation is not specified directly in front of a subannotation, it is inherited by the next higher annotation in the hierarchy.
The following tables show the possible ABAP annotations that can be specified and their meanings. Annotations with other identifiers are usually framework-specific annotations . These are not evaluated by the ABAP runtime framework but by other SAP frameworks instead.
ITOC