MOIRH_41F01 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 MOIRH_41F01 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!
BAPI_BLM_SAVEMULTIPLE CALL FUNCTION 'BAPI_BLM_SAVEMULTIPLE' IMPORTING return = l_return TABLES meterreadings = p_itab_bapibulocm03.
OIRH_SKIP_FIRST_SCREEN_STWB CALL FUNCTION 'OIRH_SKIP_FIRST_SCREEN_STWB' CHANGING p_oirh_stwb_entry = g_storewb_einstieg EXCEPTIONS no_pblnr_number = 0 pblnr_not_valid = 0 OTHERS = 0.
OIRBPBLB_SINGLE_READ CALL FUNCTION 'OIRBPBLB_SINGLE_READ' EXPORTING oirbpblb_pblnr = g_storewb_einstieg-pblnr oirbpblb_rnbt = g_storewb_einstieg-rnbt IMPORTING woirbpblb = l_oirbpblb EXCEPTIONS not_found = 1 OTHERS = 2.
OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = g_storewb_einstieg-pblnr IMPORTING woifspbl = l_oifspbl EXCEPTIONS not_found = 1 OTHERS = 2.
OIRB_GET_PRICE_CUST CALL FUNCTION 'OIRB_GET_PRICE_CUST' EXPORTING i_rnbt = g_storewb_einstieg-rnbt i_kalks = l_oifspbl-locmp IMPORTING e_oirct683v = l_oirct683v e_oirct685 = l_oirct685 EXCEPTIONS business_type_not_found = 1 margin_proc_not_found = 2 condition_defaults_not_found = 3 OTHERS = 4.
OIRB_GET_PROFILE CALL FUNCTION 'OIRB_GET_PROFILE' EXPORTING i_f_pr = l_oirbpblb-f_pr IMPORTING e_fuels_pr = l_oirc_fuels_pr EXCEPTIONS profile_not_found = 1 OTHERS = 2.
OIRC_MR_GET_METER_VALUES CALL FUNCTION 'OIRC_MR_GET_METER_VALUES' CHANGING x_mrupld = s_roirc_mrupld EXCEPTIONS newer_meter_exists = 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.