R_SOURCINGPROJECTITEMTP

CDS View

Item in Sourcing Project - TP

R_SOURCINGPROJECTITEMTP is a CDS View in S/4HANA. Item in Sourcing Project - TP. It contains 4 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
A_PPS_SrcgProjItemWithTextList view_entity projection CONSUMPTION Sourcing project item with TEXT
A_SourcingProjectItem view_entity projection CONSUMPTION Item
C_PPS_SrcgProjProcFlowNode view_entity from CONSUMPTION Sourcing Project for Process Flow Node
C_SourcingProjectItemTP view_entity projection CONSUMPTION Item in Sourcing Project - TP
C_SourcingProjectItemTP_2 view_entity projection CONSUMPTION Item in Sourcing Project - TP
C_SourcingProjectItemTP_F7757 view_entity projection CONSUMPTION Item in Sourcing Project - TP
I_SourcingProjectItemTP view_entity projection TRANSACTIONAL Item in Sourcing Project - TP

Fields (4)

KeyField CDS FieldsUsed in Views
KEY SourcingProjectItem SourcingProjectItem 1
_SourcingProject _SourcingProject 1
PPSConfigurableLineItemNumber PPSConfigurableLineItemNumber 1
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.

-- Item in Sourcing Project - TP
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_SOURCINGPROJECTITEMTP (
    SOURCINGPROJECTITEM,
    _SOURCINGPROJECT,
    PPSCONFIGURABLELINEITEMNUMBER,
    SOURCINGPROJECTUUID,
    PRIMARY KEY (SOURCINGPROJECTITEM)
);