TDPZ6

Transparent Table Customizing Table

CML Correspondence Role Type

TDPZ6 is an SAP database table in S/4HANA. CML Correspondence Role Type. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_LoanCorrespncRoleType view from BASIC Loan Correspondence Role Type

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY role tb_role_corr Role Type
rlcat 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.

-- CML Correspondence Role Type
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TDPZ6 (
    MANDT,  -- Client [mandt]
    ROLE,   -- Role Type [tb_role_corr]
    RLCAT,  -- BP Role Cat. [bu_partnerrolecat]
    PRIMARY KEY (MANDT, ROLE)
);