SAP BWE_0PM_MEASM BW Extraction Structure for the PM Measurement Data Table data and field list

BWE_0PM_MEASM 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 "BW Extraction Structure for the PM Measurement 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_BWE_0PM_MEASM TYPE BWE_0PM_MEASM.

The BWE_0PM_MEASM table consists of various fields, each holding specific information or linking keys about BW Extraction Structure for the PM Measurement Data data available in SAP. These include MDOCM (Measurement Document), ROOTD (Source Document for Measurement Reading Transfer), MPOBJ (Object Number for the Measuring Point Object), MPTYP (Measuring Point Category)... 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. .

BWE_0PM_MEASM structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP BWE_0PM_MEASM structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BWE_0PM_MEASM table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
MDOCMMeasurement Document IMRC_MDOCMCHAR20Assigned to domainALPHAIMRC_MDOCMIMDIMRM
ROOTDSource Document for Measurement Reading Transfer IMRC_ROOTDCHAR20Assigned to domainALPHAIMRC_MDOCMIMRM
MPOBJObject Number for the Measuring Point Object IMRC_MPOBJCHAR22Assigned to domainJ_OBJNRONR
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1Assigned to domainIMRC_MPTYPIP1
PSORTPosition Number of the Object Measuring Point (Sort Field) IMRC_PSORTCHAR20CHAR20
LOCASAssembly for Localization of Measuring Point IMRC_LOCASCHAR18Assigned to domainMATN1MATNRMAT
ATINNInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
IDATEDate of the Measurement IMRC_IDATEDATS8DATUM
ITIMETime of Measurement IMRC_ITIMETIMS6UZEIT
DESIRMeasuring Point Target Value IMRC_DESIRFLTP16(16) IMRC_FLTPS
DESIRIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
MRMINLower Measurement Range Limit/Minimum Total Counter Reading IMRC_MRMINFLTP16(16) IMRC_FLTPS
MRMINIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
MRMAXUpper Measurement Range Limit/Maximum Total Counter Reading IMRC_MRMAXFLTP16(16) IMRC_FLTPS
MRMAXIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
CJUMPCounter Overflow Reading in SI Unit IMRC_CJUMPFLTP16(16) IMRC_FLTPS
PYEARAnnual Estimate in SI Unit IMRC_PYEARFLTP16(16) IMRC_FLTPS
ERNAMName of User Who Created the Object ICRNACHAR12USNAM
READGMeasurement Reading/Total Counter Reading in SI Unit IMRC_READGFLTP16(16) IMRC_FLTPS
RECDVMeasurement Reading in Unit of Entry IMRC_RECDVFLTP16(16) IMRC_FLTPS
RECDUUnit of Measurement for Document Entry IMRC_RECDUUNIT3Assigned to domainCUNITMEINS
CNTRRCounter Reading in SI Unit IMRC_CNTRRFLTP16(16) IMRC_FLTPS
CDIFFCounter Reading Difference in SI Unit IMRC_CDIFFFLTP16(16) IMRC_FLTPS
CODCTCatalog Type - Measurement Reading Valuation Code IMRC_CODCTCHAR1Assigned to domainQKATART
CODGRCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8Assigned to domainQCODEGRP
PRESTProcessing Status IMRC_PRESTCHAR1IMRC_PREST
CANCLReversal Indicator IMRC_CANCLCHAR1X
MSSIESI unit MSSIEUNIT3Assigned to domainCUNITMEINS
DIMIDDimension key DIMIDCHAR6Assigned to domainDIMID
INDCTIndicator to Show that Measuring Point Is a Counter IMRC_INDCTCHAR1X
VLCODValuation Code IMRC_VLCODCHAR4Assigned to domainQCODE
DOCAFIndicator: MeasDoc. Created After Associated Task IMRC_DOCAFCHAR1X
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TMSTP_BWTime Stamp for BW Delta Extraction TSTMP_BW_EXTRACTDEC16RKE_TSTMP

Key field Non-key field



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

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

How to access SAP table BWE_0PM_MEASM

Within an ECC or HANA version of SAP you can also view further information about BWE_0PM_MEASM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).