GLO_JP_TAXRESULT
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_JP_TaxReallocationResultBsc | view | from | BASIC | Japan Tax Reallocation Result Basic |
Fields (16)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| 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)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA