OIU_PR_MP_MASTER SAP (Output interface for Measurement Point master data) Structure details

Dictionary Type: Structure
Description: Output interface for Measurement Point master data




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




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

OIU_PR_MP_MASTER 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 Measurement Point master data" 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_MP_MASTER TYPE OIU_PR_MP_MASTER.

The OIU_PR_MP_MASTER table consists of various fields, each holding specific information or linking keys about Output interface for Measurement Point master data data available in SAP. These include MP_DESC (Measurement point description), MP_SHORT_TXT (Description), MP_TYPE (Measurement point type code), UOM_GRP (unit of measure group).. 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_MP_MASTER 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
MP_DESCMeasurement point description OIU_MP_DE_CONVCHAR35OIUNMOIU_TEXT35_CONVOIU_MP_DE
MP_SHORT_TXTDescription OIU_SHTXTCHAR35CHAR35
MP_TYPEMeasurement point type code OIU_MP_TYPE_CDCHAR2Assigned to domainOIU_MP_TYPE_CDOIU_MP_TYPE
UOM_GRPunit of measure group OIU_ME_UOMGRCHAR3Assigned to domainOIU_ME_UOMGROIU_UOMGR
MTR_CLSMeter class OIU_MTR_CL_CDCHAR1Assigned to domainOIU_MTR_CL_CD
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COUNTRYCountry OIU_COUNTRYCHAR3Assigned to domainLAND1OIU_LAND1
STATEPOSTAL CODE OIUH_POSTAL_CDCHAR3OIUH_POSTAL_CD
SEC_GEO_LOCSecondary geographic location OIU_SEC_GEO_LOCCHAR3Assigned to domainOIU_SEC_GEO_LOC
LATITUDELatitude number OIU_LAT_NODEC8(6) OIU_LATIT_NO
LAT_DIRLatitude direction code OIU_LAT_DIR_CDCHAR1OIU_LATIT_DIR_CD
LONGITUDELongitude OIU_LNG_NODEC9(6) OIU_LONG_NO
LONG_DIRLongitude Direction Code OIU_LNG_DIR_CDCHAR1OIU_LONG_DIR_CD
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
INACTIVE_FLInactive indicator OIU_INACTIVE_FLCHAR1OIU_INACTIVE_FL
OPER_FLOperated flag OIU_OPERATOR_FLCHAR1OIU_X_FLAG
SAT_DRY_CDSaturated/Dry Code OIU_SAT_DRY_CDCHAR1OIU_SAT_DRY_CD
PLT_INLET_FLPlant inlet flag OIU_PLT_INLET_FLCHAR1OIU_X_FLAG
STRM_TYPE_CDStream type code OIU_STRM_TYPE_CDCHAR1Assigned to domainOIU_STRM_TYPE_CDOIU_STC
STRM_DFLT_FLStream default flag OIU_STRM_DFLT_FLCHAR1OIU_X_FLAG
RLF_USAGE_FLReturn lease fuel usage flag OIU_RLF_USAGE_FLCHAR1OIU_X_FLAG
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

How to access SAP table OIU_PR_MP_MASTER

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