ROIU_UNTVL SAP (Valuation Unit Volume) Structure details

Dictionary Type: Structure
Description: Valuation Unit Volume




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




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

ROIU_UNTVL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Valuation Unit Volume" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIU_UNTVL TYPE ROIU_UNTVL.

The ROIU_UNTVL table consists of various fields, each holding specific information or linking keys about Valuation Unit Volume data available in SAP. These include UNIT_VNAME (Joint Venture), DN_NO (Delivery network number), SALE_DT (Sales Date / Month), MATNR (Material 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIU_UNTVL structure 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
UNIT_VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
DN_NODelivery network number OIU_DN_NOCHAR20OIU_PR_DNALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN
SALE_DTSales Date / Month OIU_SALE_DTDATS8DATUM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_CM_PDCDOIU_MAJPD_CDOIU_MAJPD
VT_CDVolume type code OIU_VT_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD
BASE_DENSITYOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
BASE_DENSITY_UUnit for densities at standard/base conditions OIB_BDNEHUNIT3T006CUNITMEINS
STD_VOLStandard volume OIU_STD_VOLQUAN13(3) MENGE
STD_VOL_UStandard volume unit OIU_STD_VOL_UUNIT3T006CUNITMEINS
WL_COUNTWell count OIU_WL_COUNTINT410OIU_WL_COUNT

Key field Non-key field



How do I retrieve data from SAP structure ROIU_UNTVL using ABAP code?

As ROIU_UNTVL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIU_UNTVL as there is no data to select.

How to access SAP table ROIU_UNTVL

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