ROIRC_MRH_LISTD_F01 is a standard ABAP INCLUDE 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_F01 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.
Title: Include ROIRC_MRH_LISTD_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIRC_GET_METER_LOCBT call function 'OIRC_GET_METER_LOCBT' exporting i_gmmnr = t_gmmh_del_str-gmmnr importing e_pblnr = t_gmmh_del_str-pblnr e_rnbt = t_gmmh_del_str-rnbt exceptions no_location = 1 others = 2.
OIFSPBL_SINGLE_READ call function 'OIFSPBL_SINGLE_READ' exporting oifspbl_pblnr = t_gmmh_del_str-pblnr importing woifspbl = oifspbl_str exceptions not_found = 1 others = 2.
OIRC_GET_MATERIAL_TEXT call function 'OIRC_GET_MATERIAL_TEXT' exporting i_matnr = t_mrupld_str-matnr importing e_maktx = t_mrupld_str-maktx exceptions material_text_not_found = 1 others = 2.
CONVERT_DATE_TO_EXTERNAL call function 'CONVERT_DATE_TO_EXTERNAL' "#EC DOM_EQUAL exporting date_internal = date_tab-mrdate importing date_external = l_date_text exceptions date_internal_is_invalid = 1 others = 2.
OIRA_LOCATION_HEADER call function 'OIRA_LOCATION_HEADER' exporting i_pblnr = pi_pblnr i_rnbt = pi_rnbt i_calpgm = g_repid "#EC DOM_EQUAL i_calscr = l_dynnr importing e_subpgm = pe_subpgm e_subscr = pe_subscr.
OIRB_GET_LOC_VALUES call function 'OIRB_GET_LOC_VALUES' exporting i_pblnr = pi_pblnr i_rnbt = g_rnbt importing e_oirbpblb = l_oirbpblb exceptions business_type_not_found = 1 business_location_not_found = 2 others = 3.
OIRB_GET_ACCESS_GROUP call function 'OIRB_GET_ACCESS_GROUP' exporting i_acc_group = g_acc_group importing e_oirc_accgr = pe_oirc_accgr exceptions access_group_not_found = 1 others = 2.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = c_mrupld_name tables dfies_tab = l_dfies.
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_F01 - Include ROIRC_MRH_LISTD_F01 ROIRC_MRH_LISTD_CLASS - Include ROIRC_MRH_LISTD_CLASS 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