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

MOIRH_41F01 SAP ABAP INCLUDE - Include MOIRH_41F01







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


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_41F01. "Basic submit
SUBMIT MOIRH_41F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIRH_41F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MOIRH_41F01

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_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.



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_41F01 or its description.