T059ZT

Transparent Table Customizing Table

Texttabelle Quellensteuerkennzeichen

T059ZT is an SAP database table in S/4HANA. Texttabelle Quellensteuerkennzeichen. It contains 6 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_WhldgTaxCodeTextVHTemp view from CONSUMPTION Withholding Tax Code Value Help
I_ExtendedWhldgTaxCodeText view from BASIC Extended Withholding Tax Code - Text
P_WithholdingTaxCodeText view_entity from BASIC Withholding Tax Code Description

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY land1 land1 Country/Reg.
KEY witht witht WTax Type
KEY wt_withcd wt_withcd W/Tax Code
text40 text40 Name

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.

-- Texttabelle Quellensteuerkennzeichen
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T059ZT (
    MANDT,      -- Client [mandt]
    SPRAS,      -- Language [spras]
    LAND1,      -- Country/Reg. [land1]
    WITHT,      -- WTax Type [witht]
    WT_WITHCD,  -- W/Tax Code [wt_withcd]
    TEXT40,     -- Name [text40]
    PRIMARY KEY (MANDT, SPRAS, LAND1, WITHT, WT_WITHCD)
);