ROIU_RV_PRD_VL SAP (Revenue Production Volume Extract) Structure details

Dictionary Type: Structure
Description: Revenue Production Volume Extract




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




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

ROIU_RV_PRD_VL 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 "Revenue Production Volume Extract" 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_RV_PRD_VL TYPE ROIU_RV_PRD_VL.

The ROIU_RV_PRD_VL table consists of various fields, each holding specific information or linking keys about Revenue Production Volume Extract data available in SAP. These include EFF_TO_DT (Effective To Date), HEAT_VAL_U (Heating Value Unit), HEAT_VAL (Heating value), BASE_DENSITY_U (Unit for densities at standard/base conditions).. 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_RV_PRD_VL 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
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
HEAT_VAL_UHeating Value Unit OIU_HEAT_VAL_UUNIT3Assigned to domainCUNITMEINSOUMH
HEAT_VALHeating value OIU_HEAT_VALQUAN13(3) MENGE
BASE_DENSITY_UUnit for densities at standard/base conditions OIB_BDNEHUNIT3Assigned to domainCUNITMEINS
DENTYPDensity Type OIB_DNTYPCHAR1OIB_DNTYP
VT_CDVolume type code OIU_VT_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD
VC_CDVolume class code OIU_VC_CDCHAR1OIU_VC_CDOIU_VCCD
ORIG_MP_NOOriginal measurement point number OIU_ORIG_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_ORIG_MP_NO
TKBTRY_MP_NOTank battery measurement point number OIU_TKBTRY_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NO
TRNSP_NOTransporter number OIU_TRNSP_NOCHAR10Assigned to domainALPHAKUNNROIU_TRNSP_NO
TRNSP_REF_NOTransporter Reference Number OIU_TRNSP_REF_NOCHAR25OIU_TEXT25OIU_TRNSP_R
XREF_WL_NOCross-Reference Well Number OIU_XREF_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NO
XREF_WC_NOCross-Reference Wellcompletion Number OIU_XREF_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NO
BASE_DENSITYOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
STD_VOLStandard volume OIU_STD_VOLQUAN13(3) MENGE
STD_VOL_UStandard volume unit OIU_STD_VOL_UUNIT3Assigned to domainCUNITMEINS
ENERGYEnergy quantity OIU_ENERGYQUAN13(3) MENGE
ENERGY_UEnergy quantity unit OIU_ENERGY_UUNIT3Assigned to domainCUNITMEINS
COST_CENTERPRA Cost Center OIUCM_KOSTLCHAR10ALPHAOIUCM_KOSTLH_OIUCM_KOSTN
SUM_STD_VOLStandard volume OIU_STD_VOLQUAN13(3) MENGE
SUM_ENERGYEnergy quantity OIU_ENERGYQUAN13(3) MENGE
TAX_CLASSTax Class OIU_TAX_CLSCHAR4Assigned to domainOIU_TAX_CLSOIU_TAX_CLS
SCHOOL_DIST_CDSchool district code OIU_SCHOOL_DIST_CDCHAR3Assigned to domainOIU_SCHOOL_DIST_CD

Key field Non-key field



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

As ROIU_RV_PRD_VL 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_RV_PRD_VL as there is no data to select.

How to access SAP table ROIU_RV_PRD_VL

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