SYCM_APS_I_SCP_CUST_OBJECTS

CDS View

Customer objects with scope information

SYCM_APS_I_SCP_CUST_OBJECTS is a CDS View in S/4HANA. Customer objects with scope information. It contains 1 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
sycm_aps_c_scp_by_ep_item_e view_entity inner Scope for entry point items
sycm_aps_c_scp_overview view from Overview chart of the scoped objects
sycm_aps_i_scp_for_project view from Scope aggregated for the project
sycm_aps_i_scp_for_project view union_all Scope aggregated for the project

Fields (1)

KeyField CDS FieldsUsed in Views
KEY project_id project_id 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.

-- Customer objects with scope information
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SYCM_APS_I_SCP_CUST_OBJECTS (
    PROJECT_ID,
    PRIMARY KEY (PROJECT_ID)
);