ABAP Keyword Documentation → ABAP Dictionary → ABAP CDS in ABAP Dictionary → ABAP CDS - Views → ABAP CDS - DDL Statements → ABAP CDS - EXTEND VIEW
ABAP CDS - EXTEND VIEW, extension_annot
Other versions:
7.31 | 7.40 | 7.54
Syntax
... @annotation ...
Effect
Specifies an annotation annotation in the definition of a CDS view in ABAP CDS before the statement EXTEND VIEW. The character @ must be placed before the name annotation of the annotation.
The table below shows the possible predefined annotations, which can be specified, and their meanings. All other annotations are user-defined annotations.
annotation | value | Default Value | Meaning |
---|---|---|---|
AbapCatalog.sqlViewAppendName | Character string, maximum 16 characters, which consists of letters, numbers and underscores and starts with a namespace prefix. | - | Mandatory. Name of the append view in ABAP Dictionary. |
If nothing is specified for value, the annotation should be specified without a value.