MMSPIPRODFPRNT_D

Transparent Table Application Table

Draft Tabel for Entity R_SrcgProjItmProdFootprintTP

MMSPIPRODFPRNT_D is an SAP database table in S/4HANA. Draft Tabel for Entity R_SrcgProjItmProdFootprintTP. It contains 9 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
E_SrcgProjItmProdFootprintD view_entity from EXTENSION SP Item Product Footprint - Extension
R_SrcgProjItmProdFprntDraft view_entity from BASIC Srcg Proj Itm Product Footprint - Draft

Fields (9)

KeyField Data ElementDescription DomainTypeLength
KEY client abap.clnt
KEY srcgprojitmprodfootprintuuid vdm_srcgprojitemprodfprntuuid Product Footprint UUID
sourcingprojectuuid vdm_sourcingprojectuuid Sourcing Project UUID
sourcingprojectitemuuid vdm_sourcingprojectitemuuid Item UUID
srcgprojitemprodfprnttype vdm_srcgprojitemprodfprnttype Product Footprint Type
pfmfootprintbndrycndn pfmfootprintbndrycndn Boundary Condition
pfmfootprintaccountingstd pfmfootprintaccountingstd Accounting Standard
sourcingorigin vdm_sourcingorigin Sourcing Origin
sourcingscenario vdm_sourcingscenario Integration Scenario

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.

-- Draft Tabel for Entity R_SrcgProjItmProdFootprintTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMSPIPRODFPRNT_D (
    CLIENT,                        -- abap.clnt
    SRCGPROJITMPRODFOOTPRINTUUID,  -- Product Footprint UUID [vdm_srcgprojitemprodfprntuuid]
    SOURCINGPROJECTUUID,           -- Sourcing Project UUID [vdm_sourcingprojectuuid]
    SOURCINGPROJECTITEMUUID,       -- Item UUID [vdm_sourcingprojectitemuuid]
    SRCGPROJITEMPRODFPRNTTYPE,     -- Product Footprint Type [vdm_srcgprojitemprodfprnttype]
    PFMFOOTPRINTBNDRYCNDN,         -- Boundary Condition [pfmfootprintbndrycndn]
    PFMFOOTPRINTACCOUNTINGSTD,     -- Accounting Standard [pfmfootprintaccountingstd]
    SOURCINGORIGIN,                -- Sourcing Origin [vdm_sourcingorigin]
    SOURCINGSCENARIO,              -- Integration Scenario [vdm_sourcingscenario]
    PRIMARY KEY (CLIENT, SRCGPROJITMPRODFOOTPRINTUUID)
);