TDPZ6T

Transparent Table Customizing Table

Description of the Correspondence Role Type

TDPZ6T is an SAP database table in S/4HANA. Description of the Correspondence Role Type. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_LoanCorrespncRoleTypeText view from BASIC Loan Correspondence Role Type - Text

Fields (4)

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

-- Description of the Correspondence Role Type
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TDPZ6T (
    MANDT,  -- Client [mandt]
    SPRAS,  -- Language [spras]
    ROLE,   -- Role Type [tb_role_corr]
    XROLE,  -- Description [tb_xrole]
    PRIMARY KEY (MANDT, SPRAS, ROLE)
);