CDS_VIEW_ANNOTATION

CDS View

CDS View Annotation

CDS_VIEW_ANNOTATION is a CDS View in S/4HANA. CDS View Annotation. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
Cds_View_All view left_outer All CDS Views with Analytic/Non-Analytic categorization
Cds_View_Cubes view inner All Analytical Cubes
CDS_VIEW_NONCUBES view inner All Analytical Non-Cubes
QB_CDS_ANALYTICS_DATACATEGORY view inner Show all Data Category for Analytics
QB_CDS_VIEW_CUBES view from Cube CDS
QB_CDS_VIEW_NONCUBES view from All Analytical Non Cubes

Fields (2)

KeyField CDS FieldsUsed in Views
AnnotationName AnnotationName 1
AnnotationValue AnnotationValue 1

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 Annotation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CDS_VIEW_ANNOTATION (
    ANNOTATIONNAME,
    ANNOTATIONVALUE
);