OIUX1_ARCH_TAXH SAP (Tax transaction header for reporting) Table details

Dictionary Type: Table
Description: Tax transaction header for reporting




ABAP Code to SELECT data from OIUX1_ARCH_TAXH
Related tables to OIUX1_ARCH_TAXH
Access table OIUX1_ARCH_TAXH




Table field list including key, data, relationships and ABAP select examples

OIUX1_ARCH_TAXH is a standard SAP Table which is used to store Tax transaction header for reporting data and is available within R/3 SAP systems depending on the version and release level.

The OIUX1_ARCH_TAXH table consists of various fields, each holding specific information or linking keys about Tax transaction header for reporting data available in SAP. These include RPT_YYYYMM (Reporting Year and Month), RSG (Report Submission Group), AGENCY (Agency for Reporting), OGIND (Oil and Gas Indicator).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIUX1_ARCH_TAXH table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
RPT_YYYYMMReporting Year and Month OIUREP_RPT_YYYYMMNUMC6OIUREP_RPT_YYYYMM
RSGReport Submission Group OIUX1_RSGCHAR4OIUX1_RSGRSG
AGENCYAgency for Reporting OIUX1_TAX_AGENCYCHAR3CHAR3OIUREP_AGENCYOIUX1_SH_TAX_AGY
OGINDOil and Gas Indicator OIUREP_OIL_GAS_INDCHAR1OIUREP_OIL_GAS_INDOIUREP_OIL_GAS_IND
SALES_YYYYMMSales YYYYMM OIUREP_SALES_YYYYMMNUMC6OIUREP_SALES_YYYYMM
PUIDProduction Unit ID for tax reporting OIUX1_PUIDCHAR20OIUX1_PUID
AGENCY_VOL_TYPEAgency defined Volume type OIUREP_AGENCY_VOL_TYPECHAR2CHAR2
AGENCY_TAX_CODEAgency defined Tax Code for Reporting OIUX1_AGENCY_TAX_CODECHAR4OIUX1_AGENCY_TAX_CODE
PDINDPurchaser/Producer Indicator OIUX1_PDINDCHAR1OIUX1_PDIND
AFFL_COMPCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
UNIT_VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
SEC_GEO_LOCSecondary geographic location OIU_SEC_GEO_LOCCHAR3Assigned to domainOIU_SEC_GEO_LOC
GRV_AMOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
ACTL_TXVLActual taxable volume OIUVL_ACTL_TXVLQUAN13(3) MENGE
ACTL_OVRD_TAXVLActual override taxable volume OIUVL_ACTL_OVRD_TAX_VLQUAN13(3) MENGE
ACTL_GR_VLActual Gross Volume Amount OIU_ACTL_GR_VL_AMQUAN13(3) MENGE
TAX_FREE_05_VLTax free 05 volume OIUVL_TAX_FREE_VLQUAN13(3) MENGE
BLPS_GR_VLBefore lease plant split gross volume OIUVL_BLPS_GR_VLQUAN13(3) MENGE
ACTL_GR_VL_UMeasurement unit OIU_MEAS_UUNIT3Assigned to domainCUNITMEINS
ACTL_WLR_VL_AMAct. Wet-less-Residue Vol. Amount OIU_ACTL_WLR_VL_AMQUAN13(3) MENGE
TAX_FREE_05_WLRTax free 05 wet-less-residue OIUVL_TAX_FREE_WLRQUAN13(3) MENGE
ACTL_WLR_VL_AM_UMeasurement unit OIU_MEAS_UUNIT3Assigned to domainCUNITMEINS
ACTL_ENERGYActual Energy OIU_ACTL_ENERGYQUAN13(3) MENGE
ACTL_ENERGY_UActual Energy Unit OIU_ACTL_ENERGY_UUNIT3Assigned to domainCUNITMEINS
FX_MCDFixed marketing cost deduction OIUVL_FX_MCDCURR15(2) WERT8
ACTL_GR_VAL_AMActual Gross Value Amount OIU_ACTL_GR_VAL_AMCURR13(2) WERT7
TAX_FREE_05_VALTax free 05 value OIUVL_TAX_FREE_VALCURR15(2) WERT8
BLPS_GR_VALBefore lease plant split gross value OIUVL_BLPS_GR_VALCURR15(2) WERT8
ST_TAX_PROC_ALLWState tax processing allowance OIUVL_ST_TAX_PROC_ALLOWCURR15(2) WERT8
ACTL_TXVALActual taxable value OIUVL_ACTL_TXVALCURR15(2) WERT8
ACTL_OVRD_TAXVALActual override taxable value OIUVL_ACTL_OVRD_TAX_VALCURR15(2) WERT8
ACTL_ST_TAX_AMActual state tax amount OIUVL_ACTL_ST_TAX_AMCURR15(2) WERT8
ACTL_ST_TAX_RMBActual state tax reimbursement OIUVL_ACTL_ST_TAX_REIMBCURR15(2) WERT8
GR_VAL_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
USERNAMEName of Person who Created the Object ERNAMCHAR12USNAM
TIMESTAMPTime stamp in Numeric Character OIUX1_TIMESTAMPNUMC14OII_TIMEST
PU_NOPurchaser OIU_PU_NOCHAR10Assigned to domainALPHAKUNNROIU_PU
UPLOADGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table OIUX1_ARCH_TAXH using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIUX1_ARCH_TAXH to SELECT all data from the table
DATA: WA_OIUX1_ARCH_TAXH TYPE OIUX1_ARCH_TAXH.

SELECT SINGLE *
FROM OIUX1_ARCH_TAXH
INTO CORRESPONDING FIELDS OF WA_OIUX1_ARCH_TAXH
WHERE...

How to access SAP table OIUX1_ARCH_TAXH

Within an ECC or HANA version of SAP you can also view further information about OIUX1_ARCH_TAXH and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!