ECRM_MIOMR_TMP SAP (Temporary MR Data) Table details

Dictionary Type: Table
Description: Temporary MR Data




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




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

ECRM_MIOMR_TMP is a standard SAP Table which is used to store Temporary MR Data data and is available within R/3 SAP systems depending on the version and release level.

The ECRM_MIOMR_TMP table consists of various fields, each holding specific information or linking keys about Temporary MR Data data available in SAP. These include VERTRAG (Contract), ABLESGR (Meter reading reason), EQUNR (Equipment Number), ZWNUMMER (Register).. 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 ECRM_MIOMR_TMP 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
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ABLESGRMeter reading reason ABLESGRCHAR2Assigned to domainABLESGRABLGRD
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
GERNRDevice GERAETCHAR18GERNRGERNRGEREGER
ADATMeter reading date relevant to billing ADATDATS8DATUM
ATIMMeter reading time (relevant to billing) ATIMCHAR4HH_MMHHMM
ZWSTANDMeter reading recorded E_ZWSTANDCHAR36E_ZWSTAND
ABLHINWNote from meter reader ABLHINWCHAR4Assigned to domainABLHINW
ISTABLARTMeter reading type ISTABLARTCHAR2Assigned to domainISTABLARTIALISU_MR_ISTABLART
ABLESERMeter reader number ABLESERCHAR3Assigned to domainABLESER
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECRM_MIOMR_TMP
INTO CORRESPONDING FIELDS OF WA_ECRM_MIOMR_TMP
WHERE...

How to access SAP table ECRM_MIOMR_TMP

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