T005R

Transparent Table Customizing Table

Länderschlüssel für die Quellensteuer: Bezeichnungen

T005R is an SAP database table in S/4HANA. Länderschlüssel für die Quellensteuer: Bezeichnungen. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_WithholdingTaxCountryTextTmp view from CONSUMPTION

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY land1 land1 Country/Reg.
KEY qland qland WTax C/R Key
qltxt txt30 Text

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.

-- Länderschlüssel für die Quellensteuer: Bezeichnungen
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T005R (
    MANDT,  -- Client [mandt]
    SPRAS,  -- Language [spras]
    LAND1,  -- Country/Reg. [land1]
    QLAND,  -- WTax C/R Key [qland]
    QLTXT,  -- Text [txt30]
    PRIMARY KEY (MANDT, SPRAS, LAND1, QLAND)
);