I_SOURCINGPROJECT

CDS View

Sourcing Project

I_SOURCINGPROJECT is a CDS View in S/4HANA. Sourcing Project. It contains 1 fields. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
C_ProdSrcgOvwPgSmartFilter view from CONSUMPTION Product Sourcing Overview Smart Filter
C_SourcingProjectDEX view from CONSUMPTION Sourcing Project
C_SourcingProjectDocVarbl view from CONSUMPTION Document Variables for Sourcing Project
C_SourcingProjectVH view from CONSUMPTION Sourcing Project
I_SrcgProjNameBySemanticKey view_entity from BASIC Sourcing Project
P_SourcingProjectAnalytics view from COMPOSITE Sourcing Project Base view for Analytics
P_SourcingProjectCount view from COMPOSITE Sourcing Project Count
P_SourcingProjectsByStatus view from COMPOSITE Sourcing Projects By Status
P_SrcgProjectTotalTargetAmount view from CONSUMPTION Sourcing Project Total Target Amount

Fields (1)

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

-- Sourcing Project
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SOURCINGPROJECT (
    SOURCINGPROJECTUUID,
    PRIMARY KEY (SOURCINGPROJECTUUID)
);