J_1AMACOF

Transparent Table Customizing Table

Gross Income Tax coefficients

J_1AMACOF is an SAP database table in S/4HANA. Gross Income Tax coefficients. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AR_GrossIncomeTaxCoefficient view_entity from BASIC AR Gross Income Tax Coefficient

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY bukrs bukrs Company Code
KEY gjahr gjahr Fiscal Year
KEY regio regio Region
KEY j_1adtyp j_1adtyp_d Distr. Type
j_1amacoef j_1agimac GI coefficient

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.

-- Gross Income Tax coefficients
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE J_1AMACOF (
    MANDT,       -- Client [mandt]
    BUKRS,       -- Company Code [bukrs]
    GJAHR,       -- Fiscal Year [gjahr]
    REGIO,       -- Region [regio]
    J_1ADTYP,    -- Distr. Type [j_1adtyp_d]
    J_1AMACOEF,  -- GI coefficient [j_1agimac]
    PRIMARY KEY (MANDT, BUKRS, GJAHR, REGIO, J_1ADTYP)
);