GLO_JP_TAXRESULT

Transparent Table Application Table

Japan Tax Reallocation Results

GLO_JP_TAXRESULT is an SAP database table in S/4HANA. Japan Tax Reallocation Results. It contains 16 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_JP_TaxReallocationResultBsc view from BASIC Japan Tax Reallocation Result Basic

Fields (16)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY uuid glo_jp_taxresultuuid Result UUID
puuid glo_jp_taxrealocuuid Tx Reallocation UUID
billingplan fplnr Bill. Plan No.
billingplanitem fpltr Item
taxrealloitem glo_jp_taxrealloitem Item Number
validfrom glo_jp_taxreallofromdate Valid From
validto glo_jp_taxrealloenddate Valid To
netamnt glo_jp_taxreallonetamnt Net Amount
taxamnt glo_jp_taxreallotaxamnt Tax Amount
taxcode mwskx Tax Code
currencykey waers Currency
companycode bukrs Company Code
fiscalyear gjahr Fiscal Year
reallojournalentry glo_jp_taxreallojournalentry Journal Ent.No
deleteflag glo_jp_delflag Tax Rel Delflag

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.

-- Japan Tax Reallocation Results
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE GLO_JP_TAXRESULT (
    MANDT,               -- Client [mandt]
    UUID,                -- Result UUID [glo_jp_taxresultuuid]
    PUUID,               -- Tx Reallocation UUID [glo_jp_taxrealocuuid]
    BILLINGPLAN,         -- Bill. Plan No. [fplnr]
    BILLINGPLANITEM,     -- Item [fpltr]
    TAXREALLOITEM,       -- Item Number [glo_jp_taxrealloitem]
    VALIDFROM,           -- Valid From [glo_jp_taxreallofromdate]
    VALIDTO,             -- Valid To [glo_jp_taxrealloenddate]
    NETAMNT,             -- Net Amount [glo_jp_taxreallonetamnt]
    TAXAMNT,             -- Tax Amount [glo_jp_taxreallotaxamnt]
    TAXCODE,             -- Tax Code [mwskx]
    CURRENCYKEY,         -- Currency [waers]
    COMPANYCODE,         -- Company Code [bukrs]
    FISCALYEAR,          -- Fiscal Year [gjahr]
    REALLOJOURNALENTRY,  -- Journal Ent.No [glo_jp_taxreallojournalentry]
    DELETEFLAG,          -- Tax Rel Delflag [glo_jp_delflag]
    PRIMARY KEY (MANDT, UUID)
);