SAP Reports / Programs | Integration: Customer Relationship Management | SAP Utilities | Integration: Customer Relationship Management(IS-U-CS-CRM) SAP IS

ECRM_MIOMR_TMP_DEL SAP ABAP Report - Delete Temporary Table ECRM_MIOMR_TMP







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 ECRM_MIOMR_TMP...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ECRM_MIOMR_TMP_DEL. "Basic submit
SUBMIT ECRM_MIOMR_TMP_DEL AND RETURN. "Return to original report after report execution complete
SUBMIT ECRM_MIOMR_TMP_DEL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 004 = Are you sure you want to delete all of the data in the temporary table?
Text Symbol: 003 = Delete Confirmation
Text Symbol: 002 = No
Text Symbol: 001 = Yes


INCLUDES used within this REPORT ECRM_MIOMR_TMP_DEL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ECRM_MIOMR_TMP_DEL or its description.