OIUX1_ADJ_TAXDC SAP (Tax adjustments detail for reporting) Table details

Dictionary Type: Table
Description: Tax adjustments detail for reporting




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




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

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

The OIUX1_ADJ_TAXDC table consists of various fields, each holding specific information or linking keys about Tax adjustments detail for reporting data available in SAP. These include TAXHC_SYSNO (Tax header sysno for reporting), TAX_TYPE (Severance Tax Type), SCHOOL_DIST_CD (School district code), TAX_CLS (Tax Class).. 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_ADJ_TAXDC 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
TAXHC_SYSNOTax header sysno for reporting OIUX1_TAXHC_SYSNONUMC20OIUVL_SYS_NO
TAX_TYPESeverance Tax Type OIU_SEVT_TAX_TYCHAR2Assigned to domainOIU_SEVT_TAX_TYOIU_SEVT_TAX_TY
SCHOOL_DIST_CDSchool district code OIU_SCHOOL_DIST_CDCHAR3Assigned to domainOIU_SCHOOL_DIST_CD
TAX_CLSTax Class OIU_TAX_CLSCHAR4Assigned to domainOIU_TAX_CLSOIU_TAX_CLS
TIER_TAX_INDTier tax indicator OIUX1_TIER_TAX_INDCHAR1OIUX1_TIER_TAX_IND
PDINDPurchaser/Producer Indicator OIUX1_PDINDCHAR1OIUX1_PDIND
AFFL_COMPCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SEV_TAX_PAY_FLTax Severance Tax Calculation Payment Obligations Types OIU_SEVT_PAY_FLCHAR1OIU_SEVT_PAY_FL
SEV_TAX_RPT_FLState Severance Tax Reporting Indicators OIU_SEVT_RPT_FLCHAR1CHAR1
VL_TAX_RATVolume tax rate OIUVL_VL_TAX_RATDEC7(6) OIUVL_PERCENT76
FX_MCD_RATFixed marketing cost deduction rate OIUVL_FX_MCD_RATDEC5(2) OIU_PERCENT52
VAL_TAX_RATValue tax rate OIUVL_VAL_TAX_RATDEC7(6) OIUVL_PERCENT76
TOT_TAX_PCTotal tax percentage OIUVL_TOTAL_TAX_PCDEC9(8) OIU_PERCENT98
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_TXVLActual taxable volume OIUVL_ACTL_TXVLQUAN13(3) MENGE
ACTL_OVRD_TAXVLActual override taxable volume OIUVL_ACTL_OVRD_TAX_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
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_ADJ_TAXDC using ABAP code

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

SELECT SINGLE *
FROM OIUX1_ADJ_TAXDC
INTO CORRESPONDING FIELDS OF WA_OIUX1_ADJ_TAXDC
WHERE...

How to access SAP table OIUX1_ADJ_TAXDC

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