OIU_PR_MPVOL SAP (Output Interface for MP volumes) Structure details

Dictionary Type: Structure
Description: Output Interface for MP volumes




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




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

OIU_PR_MPVOL 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 "Output Interface for MP volumes" 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_OIU_PR_MPVOL TYPE OIU_PR_MPVOL.

The OIU_PR_MPVOL table consists of various fields, each holding specific information or linking keys about Output Interface for MP volumes data available in SAP. These include VT_CD (Volume Type Code), VC_CD (Volume class code), MATNR (Material Number), FREQ_CD (Frequency).. 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 OIU_PR_MPVOL 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
MP_NOMeasurement point number OIU_MP_NOCHAR20OIU_PR_MPALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
VT_CDVolume Type Code OIU_VL_TYPE_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CDOIU_VL_TYPE
VC_CDVolume class code OIU_VC_CDCHAR1OIU_VC_CDOIU_VCCD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
FREQ_CDFrequency OIU_FREQ_CDCHAR1OIU_FREQ_CDOIU_FRQ
DN_NODelivery network number OIU_DN_NOCHAR20OIU_PR_DNALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN
PRD_DTProduction date OIU_PRD_DTDATS8DATUMOIU_PRD_DATE
VS_CDVolume Source Code OIU_VS_CDCHAR1OIU_PR_VLSRCOIU_VS_CDOIU_VS_CD
VL_CAT_CDVolume Category Code OIU_VL_CAT_CDCHAR1OIU_VL_CAT_CD
STD_VOLStandard volume OIU_STD_VOLQUAN13(3) MENGE
STD_VOL_UStandard volume unit OIU_STD_VOL_UUNIT3T006CUNITMEINS
ENERGYEnergy quantity OIU_ENERGYQUAN13(3) MENGE
ENERGY_UEnergy quantity unit OIU_ENERGY_UUNIT3T006CUNITMEINS
HEAT_VALHeating value OIU_HEAT_VALQUAN13(3) MENGE
HEAT_VAL_UHeating Value Unit OIU_HEAT_VAL_UUNIT3T006CUNITMEINSOUMH
ORIG_MP_NOOriginal measurement point number OIU_ORIG_MP_NOCHAR20OIU_PR_MPALPHAOIU_MP_NOOIU_ORIG_MP_NO
ENT_TIMESTAMPEntry timestamp OIU_ENT_TIMESTMPDEC15TZNTSTMPS
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

How to access SAP table OIU_PR_MPVOL

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