GLO_JP_TAXREALOC

Transparent Table Application Table

Japan Tax Reallocation Root

GLO_JP_TAXREALOC is an SAP database table in S/4HANA. Japan Tax Reallocation Root. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_JP_TaxReallocationRootBasic view from BASIC Japan Tax Reallocation Root Basic

Fields (11)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY uuid GLO_JP_TAXREALOCUUID Tx Reallocation UUID
customerproject /CPD/ENG_MP_ID Engmnt Project ID
salesorder VBELN_VA Sales Document
salesorderitem POSNR_VA Item
billingplan FPLNR Bill. Plan No.
billingplanitem FPLTR Item
created_by USNAM User Name
changed_by USNAM User Name
created_at TZNTSTMPS Time Stamp
changed_at TZNTSTMPS Time Stamp

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 Root
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE GLO_JP_TAXREALOC (
    MANDT,            -- Client [MANDT]
    UUID,             -- Tx Reallocation UUID [GLO_JP_TAXREALOCUUID]
    CUSTOMERPROJECT,  -- Engmnt Project ID [/CPD/ENG_MP_ID]
    SALESORDER,       -- Sales Document [VBELN_VA]
    SALESORDERITEM,   -- Item [POSNR_VA]
    BILLINGPLAN,      -- Bill. Plan No. [FPLNR]
    BILLINGPLANITEM,  -- Item [FPLTR]
    CREATED_BY,       -- User Name [USNAM]
    CHANGED_BY,       -- User Name [USNAM]
    CREATED_AT,       -- Time Stamp [TZNTSTMPS]
    CHANGED_AT,       -- Time Stamp [TZNTSTMPS]
    PRIMARY KEY (MANDT, UUID)
);