ECRM_MIOMR_TMP_DEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report deletes selected entries of the temporary meter reading table
If you would like to execute this report or see the full code listing simply enter ECRM_MIOMR_TMP_DEL into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: S_ZWNUM = Register
Selection Text: S_VERTR = Contract
Selection Text: S_GERNR = Device
Selection Text: S_ERNAM = Created By User
Selection Text: S_ERDAT = Creation Date
Selection Text: S_EQUNR = Equipment Number
Selection Text: S_ANLAG = Installation
Selection Text: S_ADAT = MR Date
Selection Text: S_ABLES = MR Reason
Selection Text: P_TEST = Test Only
Selection Text: P_CHECK = Only Pending Contracts
Title: Delete Temporary Table ECRM_MIOMR_TMP
Text Symbol: 034 = Temporary data deleted successfully
Text Symbol: 033 = ALV grid could not be displayed
Text Symbol: 032 = Only Pending Contracts:
Text Symbol: 031 = No
Text Symbol: 030 = Yes
Text Symbol: 025 = Chgd By
Text Symbol: 024 = Chgd Date
Text Symbol: 023 = Crtd By
Text Symbol: 022 = Crtn Date
Text Symbol: 021 = Reader No.
Text Symbol: 020 = MR Type
Text Symbol: 019 = Note
Text Symbol: 018 = MR Recorded
Text Symbol: 017 = MR Date
Text Symbol: 016 = Device
Text Symbol: 015 = Instln
Text Symbol: 014 = Register
Text Symbol: 013 = Equipment
Text Symbol: 012 = MR Reason
Text Symbol: 011 = Contract
Text Symbol: 010 = Number of Lines to Delete:
Text Symbol: 009 = Test Mode:
Text Symbol: 008 = Are you sure you want to delete the selected data in the temporary table?
Text Symbol: 007 = Delete - MR Temporary Data
Text Symbol: 006 = Run Mode
Text Symbol: 005 = Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = iv_title text_question = iv_question text_button_1 = 'Yes'(001) icon_button_1 = 'ICON_OKAY' text_button_2 = 'No'(002) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = abap_false importing answer = cv_answer exceptions text_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ECRM_MIOMR_TMP_DEL - Delete Temporary Table ECRM_MIOMR_TMP ECRM_MIOMR_TMP_DEL - Delete Temporary Table ECRM_MIOMR_TMP ECRM_ISU_MDG_TEST_DATA - MDG Test Data ECRM_ISU_MDG_TEST_DATA - MDG Test Data ECRM_ISU_CHECK_CONS_DL_OBJTOP - Include ECRM_ISU_CHECK_CONS_DL_OBJTOP ECRM_ISU_CHECK_CONS_DL_OBJ - Program ECRM_ISU_CHECK_CONS_DL_OBJ