MMSUPLRLPURCAT_D

Transparent Table Application Table

Draft Table for Supplier list Purchasing Category

MMSUPLRLPURCAT_D is an SAP database table in S/4HANA. Draft Table for Supplier list Purchasing Category. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_SuplrListPurchasingCategoryD view_entity from BASIC Purchasing Category - Draft

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY suplrlistpurgcategoryuuid vdm_suplrlistpurcatuuid
purchasingcategory vdm_purchasing_category_id
supplierlistuuid vdm_supplierlistuuid Supplier List UUID
isdeleted vdm_suplrlistisdeleted Is Deleted

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 Supplier list Purchasing Category
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMSUPLRLPURCAT_D (
    MANDT,                      -- Client [mandt]
    SUPLRLISTPURGCATEGORYUUID,  -- vdm_suplrlistpurcatuuid
    PURCHASINGCATEGORY,         -- vdm_purchasing_category_id
    SUPPLIERLISTUUID,           -- Supplier List UUID [vdm_supplierlistuuid]
    ISDELETED,                  -- Is Deleted [vdm_suplrlistisdeleted]
    PRIMARY KEY (MANDT, SUPLRLISTPURGCATEGORYUUID)
);