DDCDS_ENTITY_ELEMENTS

CDS View

Metadata of CDS Entities: Elements

DDCDS_ENTITY_ELEMENTS is a CDS View in S/4HANA. Metadata of CDS Entities: Elements. It contains 9 fields. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
DD_MDQDPI_BP_DATA_MODEL view_entity union_all .
Dictionary_Definition view from Dictionary Definition
Dictionary_Definition_Ext view from Dictionary Definition
I_CCV_Element_Successors view_entity inner CCV Element - Successors
I_EntityElementDetail view_entity from Metadata of CDS Elements
I_ImpctMgmtFieldNameStdVH view_entity from COMPOSITE Modeler Field Name
I_ImpctMgmtFieldNameStdVH view_entity inner COMPOSITE Modeler Field Name
I_ImpctMgmtObjectListTP view_entity inner TRANSACTIONAL Impact Management Object List - TP
P_RespyRuleParamCDSElmntStdVH view from COMPOSITE

Fields (9)

KeyField CDS FieldsUsed in Views
KEY element_name FieldName,ImpctMgmtFieldName,ImpctMgmtSourceFieldName,ImpctMgmtTargetFieldName 3
KEY element_name_raw element_name,FieldNameText 2
KEY entity_name CDSName,DDLSourceName 1
data_element DataElement 1
data_element_label_m DataElementText_Medium 1
data_type DataType 1
element_position FieldPosition 1
is_key ImpctMgmtIsKeyFld,ImpctMgmtSourceIsKeyFld,ImpctMgmtTargetIsKeyField 2
length Length 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.

-- Metadata of CDS Entities: Elements
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DDCDS_ENTITY_ELEMENTS (
    ELEMENT_NAME,
    ELEMENT_NAME_RAW,
    ENTITY_NAME,
    DATA_ELEMENT,
    DATA_ELEMENT_LABEL_M,
    DATA_TYPE,
    ELEMENT_POSITION,
    IS_KEY,
    LENGTH,
    PRIMARY KEY (ELEMENT_NAME, ELEMENT_NAME_RAW, ENTITY_NAME)
);