OIU_PR_MP SAP (PRA Measurement Points) Table details

Dictionary Type: Table
Description: PRA Measurement Points




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




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

OIU_PR_MP is a standard SAP Table which is used to store PRA Measurement Points data and is available within R/3 SAP systems depending on the version and release level.

The OIU_PR_MP table consists of various fields, each holding specific information or linking keys about PRA Measurement Points data available in SAP. These include MP_NO (Measurement point number), MP_DE (Measurement point description), SHTXT (Description), TYPE_CD (Measurement point type 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: A - Application table (master and transaction data)
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 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MP_NOMeasurement point number OIU_MP_NOCHAR20ALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
MP_DEMeasurement point description OIU_MP_DE_CONVCHAR35OIUNMOIU_TEXT35_CONVOIU_MP_DE
SHTXTDescription OIU_SHTXTCHAR35CHAR35
TYPE_CDMeasurement point type code OIU_MP_TYPE_CDCHAR2OIU_PR_MPTYPOIU_MP_TYPE_CDOIU_MP_TYPE
UOM_GRPunit of measure group OIU_ME_UOMGRCHAR3OIU_ME_UOM_GROIU_ME_UOMGROIU_UOMGR
MTR_CL_CDMeter class OIU_MTR_CL_CDCHAR1OIU_PR_MTRCLSOIU_MTR_CL_CD
CNTRY_CDCountry OIU_COUNTRYCHAR3T005LAND1OIU_LAND1
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2OIU_CM_LXPGLOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
SEC_GEO_LOCSecondary geographic location OIU_SEC_GEO_LOCCHAR3OIU_CM_LXSGLOIU_SEC_GEO_LOC
LAT_NOLatitude number OIU_LAT_NODEC8(6) OIU_LATIT_NO
LAT_DIR_CDLatitude direction code OIU_LAT_DIR_CDCHAR1OIU_LATIT_DIR_CD
LNG_NOLongitude OIU_LNG_NODEC9(6) OIU_LONG_NO
LNG_DIR_CDLongitude Direction Code OIU_LNG_DIR_CDCHAR1OIU_LONG_DIR_CD
MP_GRPMeasurement point number range group OIU_MP_GRPCHAR4OIU_PR_MP_GRPOIU_MP_GRPOIU_MP_GRP
MP_SETMeasurement point hierarchy group OIU_MP_SETCHAR15CHAR15OIU_MP_SET
DOCNRMP document number OIUPR_MP_DOCNRCHAR10ALPHAOIU_DOCNR
DOCYRDocument year OIU_DOC_YEARNUMC4GJAHRGJAHROIU_DOC_YEAR
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 table OIU_PR_MP using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIU_PR_MP to SELECT all data from the table
DATA: WA_OIU_PR_MP TYPE OIU_PR_MP.

SELECT SINGLE *
FROM OIU_PR_MP
INTO CORRESPONDING FIELDS OF WA_OIU_PR_MP
WHERE...

How to access SAP table OIU_PR_MP

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