OIURV_DOC_TAXHDR SAP (Valuation Tax Header) Table details

Dictionary Type: Table
Description: Valuation Tax Header




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




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

OIURV_DOC_TAXHDR is a standard SAP Table which is used to store Valuation Tax Header data and is available within R/3 SAP systems depending on the version and release level.

The OIURV_DOC_TAXHDR table consists of various fields, each holding specific information or linking keys about Valuation Tax Header data available in SAP. These include DOC_NO (Val. document number), DOC_YEAR (Document year), LINE_NO (Document Line Number), POS_NO (Position Number for).. 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 OIURV_DOC_TAXHDR 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
DOC_NOVal. document number OIURV_DOCNRCHAR20Assigned to domainALPHAOIU_MP_NOOIU_DOCNR
DOC_YEARDocument year OIU_DOC_YEARNUMC4GJAHRGJAHROIU_DOC_YEAR
LINE_NODocument Line Number OIU_DOC_LINENRNUMC5OIU_DOC_LINENR
POS_NOPosition Number for OIU_DOC_POS_NONUMC10NUMC10
TAX_FREE_05_VALTax free 05 value OIUVL_TAX_FREE_VALCURR15(2) WERT8
TAX_FREE_05_VLTax free 05 volume OIUVL_TAX_FREE_VLQUAN13(3) MENGE
TAX_FREE_05_WLRTax free 05 wet-less-residue OIUVL_TAX_FREE_WLRQUAN13(3) MENGE
BLPS_GR_VLBefore lease plant split gross volume OIUVL_BLPS_GR_VLQUAN13(3) MENGE
BLPS_GR_VALBefore lease plant split gross value OIUVL_BLPS_GR_VALCURR15(2) WERT8
UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIURV_DOC_TAXHDR
INTO CORRESPONDING FIELDS OF WA_OIURV_DOC_TAXHDR
WHERE...

How to access SAP table OIURV_DOC_TAXHDR

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