MMSRCGPQTNCONT_D

Transparent Table Application Table

Draft table for entity R_SRCGPROJQTNSUPPLIERCONTACTTP

MMSRCGPQTNCONT_D is an SAP database table in S/4HANA. Draft table for entity R_SRCGPROJQTNSUPPLIERCONTACTTP. It contains 8 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
E_SrcgProjQtnSupplierContactD view_entity from EXTENSION Supplier Contact in Srcg Proj Qtn - Extn
R_SrcgProjQtnSuplrContactDraft view_entity from BASIC Supplier Contact in SPQtn - Draft

Fields (8)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY srcgprojqtnsuppliercontactuuid vdm_srcgprojqtnsuplcontactuuid Contact UUID for Supplier Quotation
sourcingprojectquotationuuid vdm_srcgprojquotationuuid Supplier Quotation UUID
srcgprojqtnsuppliercontactcat mm_pur_spq_contact_type Contact Category
businesspartner bu_partner Busn. Partner
bidder vdm_bidder Business Partner
isbusinesspurposecompleted bu_xpcpt Purpose Completed
authorizationgroup bu_augrp Authorization Group

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_SRCGPROJQTNSUPPLIERCONTACTTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMSRCGPQTNCONT_D (
    MANDT,                           -- Client [mandt]
    SRCGPROJQTNSUPPLIERCONTACTUUID,  -- Contact UUID for Supplier Quotation [vdm_srcgprojqtnsuplcontactuuid]
    SOURCINGPROJECTQUOTATIONUUID,    -- Supplier Quotation UUID [vdm_srcgprojquotationuuid]
    SRCGPROJQTNSUPPLIERCONTACTCAT,   -- Contact Category [mm_pur_spq_contact_type]
    BUSINESSPARTNER,                 -- Busn. Partner [bu_partner]
    BIDDER,                          -- Business Partner [vdm_bidder]
    ISBUSINESSPURPOSECOMPLETED,      -- Purpose Completed [bu_xpcpt]
    AUTHORIZATIONGROUP,              -- Authorization Group [bu_augrp]
    PRIMARY KEY (MANDT, SRCGPROJQTNSUPPLIERCONTACTUUID)
);