MMSPQTNSPINSTR_D

Transparent Table Application Table

Draft table for entity R_SRCGPROJQTNITMSHIPGINSTRNTP

MMSPQTNSPINSTR_D is an SAP database table in S/4HANA. Draft table for entity R_SRCGPROJQTNITMSHIPGINSTRNTP. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_SrcPrjQtnItmShipgInstrnDraft view_entity from BASIC ShipgInstrn for Item in SPQtn - Draft

Fields (8)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY srcgprojqtnitmshipginstrnuuid vdm_spqtnitmshipginstrnuuid Shipping Instruction UUID
sourcingprojectquotationuuid vdm_srcgprojquotationuuid Supplier Quotation UUID
srcgprojqtnitemuuid vdm_srcgprojqtnitemuuid Supplier Quotation Item UUID
plant ewerk Plant
shippinginstruction evers Shipping Instr.
companycode bukrs Company Code
procurementhubsourcesystem mmpur_d_source_sys Connected System ID

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 table for entity R_SRCGPROJQTNITMSHIPGINSTRNTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMSPQTNSPINSTR_D (
    MANDT,                          -- Client [mandt]
    SRCGPROJQTNITMSHIPGINSTRNUUID,  -- Shipping Instruction UUID [vdm_spqtnitmshipginstrnuuid]
    SOURCINGPROJECTQUOTATIONUUID,   -- Supplier Quotation UUID [vdm_srcgprojquotationuuid]
    SRCGPROJQTNITEMUUID,            -- Supplier Quotation Item UUID [vdm_srcgprojqtnitemuuid]
    PLANT,                          -- Plant [ewerk]
    SHIPPINGINSTRUCTION,            -- Shipping Instr. [evers]
    COMPANYCODE,                    -- Company Code [bukrs]
    PROCUREMENTHUBSOURCESYSTEM,     -- Connected System ID [mmpur_d_source_sys]
    PRIMARY KEY (MANDT, SRCGPROJQTNITMSHIPGINSTRNUUID)
);