SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

MOIRH_51F01 SAP ABAP INCLUDE - Include MOIRH_41F01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MOIRH_51F01. "Basic submit
SUBMIT MOIRH_51F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIRH_51F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MOIRH_41F01


INCLUDES used within this REPORT MOIRH_51F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MOIRH_51F01 or its description.