PLMC_USER_ROLE

Transparent Table Control Table (SAP+Cust)

Audit-Partnerrolle

PLMC_USER_ROLE is an SAP database table in S/4HANA. Audit-Partnerrolle. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_FMEAPartnerRole view_entity from BASIC FMEA Partner Role

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY role plmt_role Role
partner_role plmt_partner_role Bus.Partnr Role

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.

-- Audit-Partnerrolle
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PLMC_USER_ROLE (
    CLIENT,        -- Client [mandt]
    ROLE,          -- Role [plmt_role]
    PARTNER_ROLE,  -- Bus.Partnr Role [plmt_partner_role]
    PRIMARY KEY (CLIENT, ROLE)
);