CFD_W_CDS_T

Transparent Table System Table (transport)

Custom Fields: CDS View Registry Descriptions

CFD_W_CDS_T is an SAP database table in S/4HANA. Custom Fields: CDS View Registry Descriptions. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_Cfd_Reg_Cds_Text view left_outer Descriptions for CDS Views of Custom Fields
P_Cfd_Reg_Cds_Text_Source view left_outer Determine Source of Texts

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY cds_view_name CFD_CDS_VIEW_NAME CDS View Name
KEY language SYLANGU Language Key
description CFD_CDS_VIEW_DESCRIPTION Description

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.

-- Custom Fields: CDS View Registry Descriptions
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CFD_W_CDS_T (
    CDS_VIEW_NAME,  -- CDS View Name [CFD_CDS_VIEW_NAME]
    LANGUAGE,       -- Language Key [SYLANGU]
    DESCRIPTION,    -- Description [CFD_CDS_VIEW_DESCRIPTION]
    PRIMARY KEY (CDS_VIEW_NAME, LANGUAGE)
);