MOIRH_51F01 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_51F01 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 MOIRH_41F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_BLD_SAVEMULTIPLE CALL FUNCTION 'BAPI_BLD_SAVEMULTIPLE' IMPORTING return = l_return TABLES dipreadings = l_bapibulocd03_tab.
OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = g_storewb_einstieg-pblnr read_address = 'X' IMPORTING wadrc = l_adrc EXCEPTIONS not_found = 1 OTHERS = 2. "SOGK035604 NM
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.
OIRB_GET_RELEVANT_PLANT_SLOC CALL FUNCTION 'OIRB_GET_RELEVANT_PLANT_SLOC' EXPORTING pi_pblnr = g_storewb_einstieg-pblnr pi_rnbt = g_storewb_einstieg-rnbt IMPORTING pe_werks = l_werks pe_lgort = l_lgort EXCEPTIONS no_entries_found = 1 OTHERS = 2.
OIIC_DIP_GET_MATERIAL_STOCKS CALL FUNCTION 'OIIC_DIP_GET_MATERIAL_STOCKS' EXPORTING i_socnr = l_oiisoctsm-socnr i_timestamp = l_timestamp i_accessmode = c_access_soc i_werks = l_werks i_lgort = l_lgort IMPORTING e_total_stock = l_total_stock e_meins = l_meins.
MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = l_oiisoctsm-matnr spras = sy-langu IMPORTING wmakt = l_makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.