R_SOURCINGPROJECTITEM

CDS View

Item in Sourcing Project

R_SOURCINGPROJECTITEM is a CDS View in S/4HANA. Item in Sourcing Project. It contains 5 fields. 13 CDS views read from this table.

CDS Views using this table (13)

ViewTypeJoinVDMDescription
C_SourcingProjectItemDocVarbl view from CONSUMPTION Doc Varbl for Item in Sourcing Project
C_SourcingProjectItemVH view_entity from CONSUMPTION Sourcing Project Item - VH
C_SrcgProjectItemProcessFlow view_entity from CONSUMPTION Sourcing Project Item Process Flow
C_SrcgProjectItemProcessFlow view_entity union_all CONSUMPTION Sourcing Project Item Process Flow
I_PPS_PurchaseOrderProcessFlow view_entity inner COMPOSITE PPS Purchase Order Business Process FLow
I_PPS_PurchaseOrderProcessFlow view_entity union_all COMPOSITE PPS Purchase Order Business Process FLow
I_PPS_PurContrProcessFlow view_entity inner COMPOSITE PPS Process Flow for Purchase Contract
I_PPS_PurReqnProcessFlow view_entity inner COMPOSITE Interface for PPS Process Flow
I_SourcingProjectItem view_entity from BASIC Item in Sourcing Project
P_SrcgProjSDMV4Item view_entity from COMPOSITE
P_SupCosBrkTmplSrcgProjItem view_entity from COMPOSITE Sourcing Project Item for SupCosBrk Tmpl
R_SourcingProjectItemNoteTP view_entity inner TRANSACTIONAL Note for Item in Sourcing Project - TP
R_SourcingProjectItemTP view_entity from TRANSACTIONAL Item in Sourcing Project - TP

Fields (5)

KeyField CDS FieldsUsed in Views
KEY SourcingProjectItemUUID SourcingProjectItemUUID 2
_SourcingProject _SourcingProject 1
SourcingProjectItemParent SourcingProjectItemParent 1
SourcingProjectItemParentUUID SourcingProjectItemParentUUID 1
SourcingProjectUUID SourcingProjectUUID 3

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.

-- Item in Sourcing Project
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_SOURCINGPROJECTITEM (
    SOURCINGPROJECTITEMUUID,
    _SOURCINGPROJECT,
    SOURCINGPROJECTITEMPARENT,
    SOURCINGPROJECTITEMPARENTUUID,
    SOURCINGPROJECTUUID,
    PRIMARY KEY (SOURCINGPROJECTITEMUUID)
);