CDS_VIEW_ANNOTATION_POSITION

CDS View

CDS View Header Annotations

CDS_VIEW_ANNOTATION_POSITION is a CDS View in S/4HANA. CDS View Header Annotations. It contains 4 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
CDS_ALL_SUPPORTED_CAPABILITIES view from Supported capabilities for CDS views
CDS_SUPPORTED_CAPABILITIES view from Supported capabilities for CDS views
Cds_View_Annotation view from CDS View Annotation
Cds_view_annotation_query view from CDS View Header Annotations
QB_CDSVIEWS_COUNT_FINAL_QUERY view inner Final Count of Query
QB_CORE_CDSVIEWS_U view inner Que ry Browser Core CDS Views
QB_QUERY_PDS view inner Get direct base objects
QB_RELEASED_QUERIES view from Released Analytical Queries
QB_V2_V3_QUERY view inner Get direct base objects
Vb_Core_Cds_Annotation view from View Browser Core CDS Annotations
Vb_Core_Cdsviews view left_outer View Browser Core CDS Views
Vb_Core_Cdsviews_Extn view left_outer View Browser Core CDS Views With Extn

Fields (4)

KeyField CDS FieldsUsed in Views
KEY AnnotationName AnnotationName 3
KEY CDSName CDSName 3
ActualPosition ActualPosition 2
AnnotationValue AnnotationValue,ModelingPattern 5

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- CDS View Header Annotations
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CDS_VIEW_ANNOTATION_POSITION (
    ANNOTATIONNAME,
    CDSNAME,
    ACTUALPOSITION,
    ANNOTATIONVALUE,
    PRIMARY KEY (ANNOTATIONNAME, CDSNAME)
);