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. 9 CDS views read from this table.

CDS Views using this table (9)

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_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
Vb_Core_Cds_Annotation view from View Browser Core CDS Annotations
Vb_Core_Cdsviews view left_outer View Browser Core CDS Views

Fields (4)

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

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)
);