ROIRC_MRH_LISTD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ROIRC_MRH_LISTD 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: P_ALVVAR = D Layout
Selection Text: P_EXTREE = Expand nodes
Selection Text: P_PROC = D Process ID
Selection Text: S_BUKRS = D Company code
Selection Text: S_METREV = D Meter event type
Selection Text: S_MRDATE = D Local date
Selection Text: S_PBLNR = D Business location ID
Title: SSR Meters - Deleted meter readings list
Text Symbol: 001 = Process selection
Text Symbol: 002 = Selection criteria
Text Symbol: 006 = Location selection
Text Symbol: 101 = Selection range
Text Symbol: 102 = Display variant
Text Symbol: E01 = Description does not exist
INCLUDE ROIRC_MRH_TOP.
INCLUDE ROIRC_MRH_LISTD_CLASS.
INCLUDE ROIRC_MRH_LISTD_S01.
INCLUDE ROIRC_MRH_LISTD_F01.
INCLUDE ROIRC_MRH_LISTD_O01.
INCLUDE ROIRC_MRH_LISTD_I01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRC_MRH_LISTD - SSR Meters - Deleted meter readings list ROIRC_MRH_LISTD - SSR Meters - Deleted meter readings list ROIRC_MRH_LIST2_S01 - Include ROIRC_INVCONT_S01 ROIRC_MRH_LIST2_O01 - Include ROIRC_MRH_CHECK_O01 ROIRC_MRH_LIST2_I01 - Include ROIRC_MRH_CHECK_I01 ROIRC_MRH_LIST2_F01 - Include ROIRC_MRH_CHECK_F01