CDS_VIEWS_EXTENSION

CDS View

CDS Views with extension

CDS_VIEWS_EXTENSION is a CDS View in S/4HANA. CDS Views with extension. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
Cds_Views_Info_Extn view from List of All CDS Views with details-Extn

Fields (5)

KeyField CDS FieldsUsed in Views
KEY DDLSourceName DDLSourceName 1
CDSName CDSName 1
CDSOriginKey CDSOriginKey 1
SourceType SourceType 1
SQLViewName SQLViewName 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 Views with extension
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CDS_VIEWS_EXTENSION (
    DDLSOURCENAME,
    CDSNAME,
    CDSORIGINKEY,
    SOURCETYPE,
    SQLVIEWNAME,
    PRIMARY KEY (DDLSOURCENAME)
);