MMSPPHASE

Transparent Table Customizing Table

Sourcing Project Phase

MMSPPHASE is an SAP database table in S/4HANA. Sourcing Project Phase. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SourcingProjectPhase view_entity from BASIC Phase of Sourcing Project

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY phase MM_PUR_SRCGPROJ_PHASE Phase

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 Phase
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMSPPHASE (
    MANDT,  -- Client [MANDT]
    PHASE,  -- Phase [MM_PUR_SRCGPROJ_PHASE]
    PRIMARY KEY (MANDT, PHASE)
);