IEQT_WL_MP SAP (Interim Statuses: Measurement Objects) Table details

Dictionary Type: Table
Description: Interim Statuses: Measurement Objects




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




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

IEQT_WL_MP is a standard SAP Table which is used to store Interim Statuses: Measurement Objects data and is available within R/3 SAP systems depending on the version and release level.

The IEQT_WL_MP table consists of various fields, each holding specific information or linking keys about Interim Statuses: Measurement Objects data available in SAP. These include EQUNR (Equipment Number), EVENT_DATE (Valid-From Date), EVENT_TIME (Valid-From Time), MOVING_OBJECT (Object Number for the Measuring Point Object).. 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: Cannot Be Enhanced


SAP IEQT_WL_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
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EVENT_DATEValid-From Date IEQ_DATABDATS8DATUM
EVENT_TIMEValid-From Time IEQ_TIMABTIMS6TIME
MOVING_OBJECTObject Number for the Measuring Point Object IMRC_MPOBJCHAR22Assigned to domainJ_OBJNRONR
SUPERIOR_OLDObject Number for the Measuring Point Object IMRC_MPOBJCHAR22Assigned to domainJ_OBJNRONR
SUPERIOR_NEWObject Number for the Measuring Point Object IMRC_MPOBJCHAR22Assigned to domainJ_OBJNRONR
DISMANTLEGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
INSTALLGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND

Key field Non-key field



How do I retrieve data from SAP table IEQT_WL_MP using ABAP code

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

SELECT SINGLE *
FROM IEQT_WL_MP
INTO CORRESPONDING FIELDS OF WA_IEQT_WL_MP
WHERE...

How to access SAP table IEQT_WL_MP

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