ROIUPR_MPCO SAP (Volume Allocation - Components at measurement point) Structure details

Dictionary Type: Structure
Description: Volume Allocation - Components at measurement point




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




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

ROIUPR_MPCO 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 "Volume Allocation - Components at measurement point" 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_ROIUPR_MPCO TYPE ROIUPR_MPCO.

The ROIUPR_MPCO table consists of various fields, each holding specific information or linking keys about Volume Allocation - Components at measurement point data available in SAP. These include GPLT_CMPNT_CD (Plant Component Code), MP_TYPE_CD (Measurement point type code), RLF_USAGE_FL (Return lease fuel usage flag), HLD_ADJ_MTR_QY (Volume).. 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 ROIUPR_MPCO 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_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
GPLT_CMPNT_CDPlant Component Code OIU_GPLT_CMPNT_CDCHAR1Assigned to domainOIU_GPLT_CMPNT_CD
MP_TYPE_CDMeasurement point type code OIU_MP_TYPE_CDCHAR2Assigned to domainOIU_MP_TYPE_CDOIU_MP_TYPE
RLF_USAGE_FLReturn lease fuel usage flag OIU_RLF_USAGE_FLCHAR1OIU_X_FLAG
HLD_ADJ_MTR_QYVolume OIU_ADJ_METERED_QYQUAN13(3) MENGE
DSTRM_PROD_MPMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
UPSTRM_MTR_CNFIGUpstream Meter Configuration Type OIU_UPSTRM_MTR_CNFIGCHAR1CHAR1
MP_PREV_SUM_WL Previous Summed WC0
DWN_SUM_FLDownstream quantity summed flag OIU_DWN_SUM_FLCHAR1CHAR1
DWN_DED_REM_FLDownstream Deduct Quantity Removed OIU_DWN_DED_REM_FLCHAR1CHAR1
HAS_MEAS_PROD_FLMeter has measured production flag OIU_HAS_MEAS_PRODCHAR1CHAR1
OVR_FLOverride Flag OIU_OVR_FLCHAR1CHAR1
PREV_ALLOC_FLPreviously allocated flag OIU_PREV_ALLOC_FLCHAR1CHAR1
ALLOC_VOLAllocated volume OIU_ALLOC_VOLQUAN13(3) MENGE
REM_ALLOC_VOLREMAINING ALLOCATION VOLUME OIU_REM_ALLOC_VOLQUAN13(3) MENGE
SUM_BEG_INVBeginning Inventory Qunatity OIU_BEG_INVQUAN13(3) MENGE
SUM_REM_BEG_INVRemaining Beginning Inventory OIU_REM_BEG_INVQUAN13(3) MENGE
STD_VOL_UStandard volume unit OIU_STD_VOL_UUNIT3Assigned to domainCUNITMEINS
REM_DEDUCTRemaining Deduct Qy OIU_REM_DEDUCTQUAN13(3) MENGE
TOT_DEDUCTAllocated volume OIU_ALLOC_VOLQUAN13(3) MENGE
SUM_THEO_QYVolume OIU_SUM_THEO_QYQUAN13(3) MENGE
SUM_REM_THEO_QYVolume OIU_SUM_REM_THEO_QYQUAN13(3) MENGE
HLD_SUM_REM_THEO_QYVolume OIU_HLD_SUM_REM_THEO_QYQUAN13(3) MENGE
SUM_NET_THEO_QYVolume OIU_SUM_NET_THEO_QYQUAN13(3) MENGE
NET_THEO_QYVolume OIU_NET_THEO_QYQUAN13(3) MENGE
METERED_QYVolume OIU_METERED_QYQUAN13(3) MENGE
ADJ_METERED_QYVolume OIU_ADJ_METERED_QYQUAN13(3) MENGE
DWN_MTR_QYVolume OIU_DWN_MTR_QYQUAN13(3) MENGE
UP_SPLIT_QYUpstream Split Qy OIU_UP_SPLIT_QYQUAN13(3) MENGE
UP_SPLIT_QY_HOLDUpstream Split Qy Hold OIU_UP_SPLIT_QY_HOLDQUAN13(3) MENGE
UP_SPLIT_QY_CALCUp Split Qy Calc OIU_UP_SPLIT_QY_CALCQUAN13(3) MENGE
UP_DEDUCT_MTR_QYUpstream Deduct Meter quantity OIU_UP_DEDUCT_MTR_QYQUAN13(3)
VRU_THEO_QYVRU theoretical quantity OIU_VRU_THEO_QTQUAN13(3)
NGL_C1C2TRA_QYNGL volume for plant allocation method 'C1C2TRA' OIUPR_NGL_C1C2TRA_QYQUAN13(3) MENGE
SUM_NGL_QYSum of NGL volume OIUPR_SUM_NGL_QYQUAN13(3) MENGE
SUM_NGL_MOL_QYSum of NGL Mol volume OIUPR_SUM_NGL_MOL_QYQUAN13(3) MENGE
TABIX_COTBRow Index of Internal Tables SYTABIXINT410SYST_LONG
SUM_THEO_ENERGYVolume OIU_SUM_THEO_QYQUAN13(3) MENGE
METERED_ENERGYVolume OIU_METERED_QYQUAN13(3) MENGE

Key field Non-key field



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

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

How to access SAP table ROIUPR_MPCO

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