T8J1A

Transparent Table Application Table

G/L Account Cutback Rule

T8J1A is an SAP database table in S/4HANA. G/L Account Cutback Rule. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_JVACtbckAcctMappgIntraBsc view_entity from BASIC Cutback Account Mapping Intra Basic

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY bukrs bukrs Company Code
KEY accfrom jv_accfrom Account from
accto jv_accto Account to
acccut jv_acccut Account cut
accorg jv_accorg Keep org Account

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.

-- G/L Account Cutback Rule
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T8J1A (
    MANDT,    -- Client [mandt]
    BUKRS,    -- Company Code [bukrs]
    ACCFROM,  -- Account from [jv_accfrom]
    ACCTO,    -- Account to [jv_accto]
    ACCCUT,   -- Account cut [jv_acccut]
    ACCORG,   -- Keep org Account [jv_accorg]
    PRIMARY KEY (MANDT, BUKRS, ACCFROM)
);