ROIU_PR_MPVL_HDR SAP (Measurement point volume header for direct posting) Structure details

Dictionary Type: Structure
Description: Measurement point volume header for direct posting




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




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

ROIU_PR_MPVL_HDR 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 "Measurement point volume header for direct posting" 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_PR_MPVL_HDR TYPE ROIU_PR_MPVL_HDR.

The ROIU_PR_MPVL_HDR table consists of various fields, each holding specific information or linking keys about Measurement point volume header for direct posting data available in SAP. These include MPVL_YEAR (Measurement point document year), MP_NO (Measurement point number), VT_CD (Volume type code), VC_CD (Volume class code).. 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_PR_MPVL_HDR 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
MPVL_NOMP volume Number OIU_MPVL_NOCHAR10ALPHAOIU_DOCNROIU_MPVL_NO
MPVL_YEARMeasurement point document year OIU_MPVL_YEARNUMC4GJAHRGJAHROIU_MPVL_YEAR
MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
VT_CDVolume type code OIU_VT_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD
VC_CDVolume class code OIU_VC_CDCHAR1OIU_VC_CDOIU_VCCD
TRNSP_NOTransporter number OIU_TRNSP_NOCHAR10Assigned to domainALPHAKUNNROIU_TRNSP_NO
TRNSP_REF_NOTransporter Reference Number OIU_TRNSP_REF_NOCHAR25OIU_TEXT25OIU_TRNSP_R
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
FREQ_CDFrequency OIU_FREQ_CDCHAR1OIU_FREQ_CDOIU_FRQ
DN_NODelivery network number OIU_DN_NOCHAR20Assigned to domainALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN
TRNSP_MTH_CDTransportion method code OIU_TRNSP_MTH_CDCHAR1OIU_TRNSP_MTH_CD
CT_NOContract Number OIU_CT_NOCHAR10OIU_RV_CTALPHAOIUCM_CONTRACT_NUMBEROIU_CID
TKT_NOTicket number OIU_TKT_NOCHAR7OIU_TKT_NOOIU_TKT_NO
TKT_TIMESTMPTicket timestamp OIU_TKT_TIMESTMPDEC15TZNTSTMPS
PRD_DTProduction date OIU_PRD_DTDATS8DATUMOIU_PRD_DATE
ENT_TIMESTAMPEntry timestamp OIU_ENT_TIMESTMPDEC15TZNTSTMPS
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
METER_STARTMeter start time OIU_METER_STARTDEC15TZNTSTMPS
METER_STOPMeter stop time OIU_METER_STOPDEC15TZNTSTMPS
VS_CDVolume Source Code OIU_VS_CDCHAR1Assigned to domainOIU_VS_CDOIU_VS_CD
VL_CAT_CDVolume Category Code OIU_VL_CAT_CDCHAR1OIU_VL_CAT_CD

Key field Non-key field



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

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

How to access SAP table ROIU_PR_MPVL_HDR

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