ROIRC_MRH_CHECK_B_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_CHECK_B_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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = g_lock_str-tabname varkey = l_lock_str-varkey _wait = c_flag_on EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = g_lock_str-tabname _wait = c_flag_on EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = g_pblnr IMPORTING woifspbl = oifspbl_str EXCEPTIONS not_found = 1 OTHERS = 2.
OIRC_MRH_EXEC_PC CALL FUNCTION 'OIRC_MRH_EXEC_PC' EXPORTING i_proc = g_proc i_rnbt = g_rnbt TABLES t_mrupld = t_mrupld t_mrrej_del = g_mrrej_del EXCEPTIONS process_not_exist = 1 routine_not_found = 2 bt_missmatch = 3 process_control_error = 4 record_process_error = 5 OTHERS = 6.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = g_lock_str-tabname.
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_CHECK_B_F01 - Include ROIRC_MRH_CHECK_F01 ROIRC_MRH_CHECK_BUTTON - Include ROIRC_MRH_CHECK_BUTTON ROIRC_MRH_CHECK_B - SSR Meters - Error check (background) ROIRC_MRH_CHECK_B - SSR Meters - Error check (background) ROIRC_MRH_CHECK - SSR Meters - Errors check (dialog) ROIRC_MRH_CHECK - SSR Meters - Errors check (dialog)