MMSRCSLBPROLE

Transparent Table System Table (SAP only)

BP Roles for Suppliers in Sourcing Supplier List

MMSRCSLBPROLE is an SAP database table in S/4HANA. BP Roles for Suppliers in Sourcing Supplier List. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SourcingSupplierListBPRole view_entity from BASIC Bus Partner Role for Srcg Suplr List

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY role bu_partnerrole BP Role
rolecategory bu_partnerrolecat BP Role Cat.

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.

-- BP Roles for Suppliers in Sourcing Supplier List
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMSRCSLBPROLE (
    CLIENT,        -- Client [mandt]
    ROLE,          -- BP Role [bu_partnerrole]
    ROLECATEGORY,  -- BP Role Cat. [bu_partnerrolecat]
    PRIMARY KEY (CLIENT, ROLE)
);