J_KR_T059C

Transparent Table Customizing Table

Types of Recipient: Vendors per Withholding Tax Type(Korea)

J_KR_T059C is an SAP database table in S/4HANA. Types of Recipient: Vendors per Withholding Tax Type(Korea). It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_KR_WhldgRecipientType view_entity from BASIC Korea Recipient Types

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY land1 land1 Country/Reg.
KEY witht witht WTax Type
KEY qsrec wt_qsrec Recipient Type
KEY kr_qsrec kr_qsrec Recipient Type

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.

-- Types of Recipient: Vendors per Withholding Tax Type(Korea)
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE J_KR_T059C (
    MANDT,     -- Client [mandt]
    LAND1,     -- Country/Reg. [land1]
    WITHT,     -- WTax Type [witht]
    QSREC,     -- Recipient Type [wt_qsrec]
    KR_QSREC,  -- Recipient Type [kr_qsrec]
    PRIMARY KEY (MANDT, LAND1, WITHT, QSREC, KR_QSREC)
);