BAPI_OIU_MPVL_1 SAP (BAPI structure for MPVL detail) Structure details

Dictionary Type: Structure
Description: BAPI structure for MPVL detail




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




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

BAPI_OIU_MPVL_1 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 "BAPI structure for MPVL detail" 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_BAPI_OIU_MPVL_1 TYPE BAPI_OIU_MPVL_1.

The BAPI_OIU_MPVL_1 table consists of various fields, each holding specific information or linking keys about BAPI structure for MPVL detail data available in SAP. These include CT_NO (Contract Number), TKT_NO (Ticket number), TKT_TIMESTAMP (Ticket timestamp), PRD_DT (Production date).. 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: Cannot Be Enhanced


SAP BAPI_OIU_MPVL_1 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
TRNSP_MTH_CDTransportion method code OIU_TRNSP_MTH_CDCHAR1OIU_TRNSP_MTH_CD
CT_NOContract Number OIU_CT_NOCHAR10Assigned to domainALPHAOIUCM_CONTRACT_NUMBEROIU_CID
TKT_NOTicket number OIU_TKT_NOCHAR7OIU_TKT_NOOIU_TKT_NO
TKT_TIMESTAMPTicket 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
CONV_GRPConversion Group (Oil, Natural Gas,..) OIB_UMRSLCHAR4Assigned to domainOIB_UMRSL
TKBTRY_MP_NOTank battery measurement point number OIU_TKBTRY_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NO
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
LD_OIL_DN_NOLoad oil delivery network OIU_LD_OIL_DN_NOCHAR20Assigned to domainALPHAOIU_DN_NOH_OIU_PR_DN
LD_OIL_WL_NOLoad oil well number OIU_LD_OIL_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NO
LD_OIL_WC_NOLoad oil well completion OIU_LD_OIL_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NO
LD_OIL_MP_NOLoad oil measurement point OIU_LD_OIL_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOH_OIU_PR_MP
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
MOL_VOLUMEGas mol volume OIU_MOL_VOLUMEQUAN13(3) MENGE
HEAT_VALHeating value OIU_HEAT_VALQUAN13(3) MENGE
HEAT_VAL_UHeating Value Unit OIU_HEAT_VAL_UUNIT3Assigned to domainCUNITMEINSOUMH
BASE_DENSITYOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
BASE_DENSITY_UUnit for densities at standard/base conditions OIB_BDNEHUNIT3Assigned to domainCUNITMEINS
DENTYPDensity Type OIB_DNTYPCHAR1OIB_DNTYP
REC_TYPE_CDRecord type code OIU_REC_TYPE_CDCHAR4OIU_REC_TYPE_CD
EDI_STS_CDEDI status code OIU_EDI_STS_CDCHAR1OIU_EDI_STS_CD
ME_DOCNRMeas. document number OIU_ME_DOCNRCHAR10ALPHABELNROIU_ME_DOCNR
ME_DOCYRMeas. document year OIU_ME_DOCYRNUMC4GJAHRGJAHROIU_ME_DOCYR
ORIG_MP_NOOriginal measurement point number OIU_ORIG_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_ORIG_MP_NO
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

How to access SAP table BAPI_OIU_MPVL_1

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