DDL_OBJECT_NAMES

CDS View

Zuordnung der Namen eines CDS-Objekts

DDL_OBJECT_NAMES is a CDS View in S/4HANA. Zuordnung der Namen eines CDS-Objekts. It contains 3 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
APS_V_CKE_USAGES_BY_CUST_VIEWS view inner List of views which are used by custom CDS Views
APS_V_GKE_VIEW_LIST_DRAFT view left_outer List of draft Custom CDS views
APS_V_GKE_VIEW_LIST_INACTIVE view left_outer List of inactive Custom CDS views
APS_V_GKE_VIEW_LIST_RELEASED view left_outer List of released CDS views)
Ars_V_Ddls_Extensions view_entity from API Release: CDS Extensions (DDLS)
Ars_V_Ddls_Extensions view_entity inner API Release: CDS Extensions (DDLS)
DDCDS_BOE_FUNCTION_INPUT view left_outer viewstack hier base with tf input column
DDCDS_BOE_OBJINFO_PROCESSING_1 view left_outer Object Information Processing Level 1
DDCDS_BOE_VIEWSTACK_INFO view left_outer View stack heirarchy using entity names
DDCDS_BOE_VIEWSTACK_INFO_UNION view left_outer Union of dd26s and ddcds_fromclause data
I_CCV_USAGES_BY_CCV view inner CCV Rework - Views which are used by CCV
I_CustomCDSViewDatasource_VH view_entity left_outer BASIC List of released CDS views

Fields (3)

KeyField CDS FieldsUsed in Views
KEY CDS_DDL baseobj_ddl,ddl_name,dep_ddl 3
KEY CDS_ENTITY cds_entity,dep_entityname,view_name_2 4
KEY CDS_OBJECT_TYPE baseobj_objtype,dep_objtype,tab_objtype 2

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.

-- Zuordnung der Namen eines CDS-Objekts
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DDL_OBJECT_NAMES (
    CDS_DDL,
    CDS_ENTITY,
    CDS_OBJECT_TYPE,
    PRIMARY KEY (CDS_DDL, CDS_ENTITY, CDS_OBJECT_TYPE)
);