OIUX1_TRN_TAXHC SAP (Tax transaction header for reporting) Table details

Dictionary Type: Table
Description: Tax transaction header for reporting




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




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

OIUX1_TRN_TAXHC 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_TRN_TAXHC table consists of various fields, each holding specific information or linking keys about Tax transaction header for reporting data available in SAP. These include BUKRS (Company Code), VNAME (Joint Venture), DOI_NO (Division of interest (DOI)), WL_NO (Well ID number).. 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_TRN_TAXHC 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5Assigned to domainALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
SALE_DTSales Date / Month OIU_SALE_DTDATS8DATUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DN_NODelivery network number OIU_DN_NOCHAR20Assigned to domainALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN
CT_NOContract Number OIU_CT_NOCHAR10Assigned to domainALPHAOIUCM_CONTRACT_NUMBEROIU_CID
VL_TYPE_CDVolume type code OIU_VT_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD
TAXHC_SYSNOTax header sysno for reporting OIUX1_TAXHC_SYSNONUMC20OIUVL_SYS_NO
DOC_YEARDocument year OIU_DOC_YEARNUMC4GJAHRGJAHROIU_DOC_YEAR
DOC_NOVal. document number OIURV_DOCNRCHAR20Assigned to domainALPHAOIU_MP_NOOIU_DOCNR
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_MAJPD_CDOIU_MAJPD
UNIT_VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
PU_NOPurchaser OIU_PU_NOCHAR10Assigned to domainALPHAKUNNROIU_PU
PPA_RSN_CDPrior Period Adjustment Reason Code OIU_PPA_RSN_CDCHAR2Assigned to domainOIU_PPA_RSN_CD
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2Assigned to domainOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
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
PRD_DAYSDays produced OIU_DAYS_PRODNUMC2OIU_DAYS_PROD
REJECT_FLAGReject flag OIUREP_REJECT_FLAGCHAR1OIUREP_REJECT_FLAG
USERNAMEName of Person who Created the Object ERNAMCHAR12USNAM
TIMESTAMPTime stamp in Numeric Character OIUX1_TIMESTAMPNUMC14OII_TIMEST

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUX1_TRN_TAXHC
INTO CORRESPONDING FIELDS OF WA_OIUX1_TRN_TAXHC
WHERE...

How to access SAP table OIUX1_TRN_TAXHC

Within an ECC or HANA version of SAP you can also view further information about OIUX1_TRN_TAXHC 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!