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 16 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 (16)

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
draftentitycreationdatetime SYCH_BDL_DRAFT_CREATED_AT Created
draftentitylastchangedatetime SYCH_BDL_DRAFT_LAST_CHANGED_AT Changed
draftadministrativedatauuid SYCH_BDL_DRAFT_ADMIN_UUID UUID
draftentityoperationcode SYCH_BDL_DRAFT_OPERATION_CODE Draft - Operation Code
hasactiveentity SYCH_BDL_DRAFT_HASACTIVE Has active
draftfieldchanges SYCH_BDL_DRAFT_FIELD_CHANGES Field Changes
sourcingorigin VDM_SOURCINGORIGIN Sourcing Origin
sourcingscenario VDM_SOURCINGSCENARIO Integration Scenario
dummy_spiprodfprnt_incl_eew_ps CFD_DUMMY Dummy

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]
    DRAFTENTITYCREATIONDATETIME,     -- Created [SYCH_BDL_DRAFT_CREATED_AT]
    DRAFTENTITYLASTCHANGEDATETIME,   -- Changed [SYCH_BDL_DRAFT_LAST_CHANGED_AT]
    DRAFTADMINISTRATIVEDATAUUID,     -- UUID [SYCH_BDL_DRAFT_ADMIN_UUID]
    DRAFTENTITYOPERATIONCODE,        -- Draft - Operation Code [SYCH_BDL_DRAFT_OPERATION_CODE]
    HASACTIVEENTITY,                 -- Has active [SYCH_BDL_DRAFT_HASACTIVE]
    DRAFTFIELDCHANGES,               -- Field Changes [SYCH_BDL_DRAFT_FIELD_CHANGES]
    SOURCINGORIGIN,                  -- Sourcing Origin [VDM_SOURCINGORIGIN]
    SOURCINGSCENARIO,                -- Integration Scenario [VDM_SOURCINGSCENARIO]
    DUMMY_SPIPRODFPRNT_INCL_EEW_PS,  -- Dummy [CFD_DUMMY]
    PRIMARY KEY (CLIENT, SRCGPROJITMPRODFOOTPRINTUUID)
);