DDCDS_ENTITY_HEADER

CDS View

CDS Entities: Header Information

DDCDS_ENTITY_HEADER is a CDS View in S/4HANA. CDS Entities: Header Information. It contains 5 fields. 13 CDS views read from this table.

CDS Views using this table (13)

ViewTypeJoinVDMDescription
ANA_AQD_C_QUERIES view left_outer List of custom analytical queries
ANA_AQD_C_QUERIES_WITH_FILTER view left_outer List of filtered custom queries
AQS_C1_COPY_TEMP_PV_LIST view inner C1-RELEASED COPY TEMPLATE SUPPORTED PV
AQS_V3_QUERIES_LIST view_entity from List of custom and released queries
AQS_V3_SRVD_QUERIES_LIST view_entity from List of custom and released queries
dbc2abap_cds_entities view_entity inner CDS View Entities in SQL1 Service Bindings
DBC2ABAP_CDS_TABLES view_entity inner CDS Table Entities in SQL1 Service Bindings
DBC2ABAP_CDS_VIEWS view_entity inner CDS View Entities in SQL1 Service Bindings
I_CSN_EntitiesInServices view_entity inner CSN Exposure entities in services
I_SCBO_CDS_ENTITY_HEADER_C view from CBO: CDS Entity Header View
I_SONTWithEventsParameter view_entity inner BASIC SAP Object Types with Event Parameter
RSRTS_INA1SRVQRY_CATALOG view_entity inner Catalog: Servicbinding on CDS query
sodps_analytics_entity_header view_entity from CDS Entities: Analytics Header Info

Fields (5)

KeyField CDS FieldsUsed in Views
KEY entity_name name 2
KEY state state 2
entity_has_parameters has_parameters 2
entity_name_raw ExposedEntityNameRaw,internal_entity_name_raw 4
label_text entity_label_text,queryDescription 4

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 Entities: Header Information
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DDCDS_ENTITY_HEADER (
    ENTITY_NAME,
    STATE,
    ENTITY_HAS_PARAMETERS,
    ENTITY_NAME_RAW,
    LABEL_TEXT,
    PRIMARY KEY (ENTITY_NAME, STATE)
);