MMSPQTNCUKY_D

Transparent Table Application Table

Draft table for entity R_SRCGPROJQTNALLOWEDCURRENCYTP

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_SrcgProjQtnAllwdCrcyDraft view_entity from BASIC Allwd Crcy in Srcg Proj Qtn - Draft

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY srcgprojqtnallowedcurrencyuuid vdm_spqtnallwdcurrencyuuid Allowed Currency
sourcingprojectquotationuuid vdm_srcgprojquotationuuid Supplier Quotation UUID
srcgprojqtnallowedcurrency vdm_spqtnallowedcurrency Allowed Currency

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_SRCGPROJQTNALLOWEDCURRENCYTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMSPQTNCUKY_D (
    MANDT,                           -- Client [mandt]
    SRCGPROJQTNALLOWEDCURRENCYUUID,  -- Allowed Currency [vdm_spqtnallwdcurrencyuuid]
    SOURCINGPROJECTQUOTATIONUUID,    -- Supplier Quotation UUID [vdm_srcgprojquotationuuid]
    SRCGPROJQTNALLOWEDCURRENCY,      -- Allowed Currency [vdm_spqtnallowedcurrency]
    PRIMARY KEY (MANDT, SRCGPROJQTNALLOWEDCURRENCYUUID)
);