PLMC_USER_ROLET

Transparent Table Control Table (SAP+Cust)

Audit-Partnerrolle, Text

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_FMEAPartnerRoleText view from BASIC FMEA Partner Role - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY langu langu Language
KEY role plmt_role Role
role_text plmt_role_text Description

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, Text
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PLMC_USER_ROLET (
    CLIENT,     -- Client [mandt]
    LANGU,      -- Language [langu]
    ROLE,       -- Role [plmt_role]
    ROLE_TEXT,  -- Description [plmt_role_text]
    PRIMARY KEY (CLIENT, LANGU, ROLE)
);