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

MOIRH_21O01 SAP ABAP INCLUDE - Include MOIRB_21O01







MOIRH_21O01 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_21O01 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_21O01. "Basic submit
SUBMIT MOIRH_21O01 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIRH_21O01 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 MOIRB_21O01


INCLUDES used within this REPORT MOIRH_21O01

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:

OIRH_GET_BUSINESS_TYPES CALL FUNCTION 'OIRH_GET_BUSINESS_TYPES' EXPORTING g_s_einstieg_stwb = g_storewb_einstieg TABLES business_types = itab_business_types.

OIRH_SKIP_FIRST_SCREEN_STWB CALL FUNCTION 'OIRH_SKIP_FIRST_SCREEN_STWB' CHANGING p_oirh_stwb_entry = g_storewb_einstieg EXCEPTIONS no_pblnr_number = 1 pblnr_not_valid = 2 OTHERS = 3.

OIRH_BAPI_BL_GETCOMPETITORLIST CALL FUNCTION 'OIRH_BAPI_BL_GETCOMPETITORLIST' EXPORTING location_id = g_storewb_einstieg-pblnr business_type = g_storewb_einstieg-rnbt date = sy-datum * IMPORTING * RETURN = TABLES competitor_locations = itab_competitor_locations.

OIRBPBLB_SINGLE_READ CALL FUNCTION 'OIRBPBLB_SINGLE_READ' EXPORTING oirbpblb_pblnr = g_storewb_einstieg-pblnr oirbpblb_rnbt = g_storewb_einstieg-rnbt IMPORTING woirbpblb = g_oirbpblb EXCEPTIONS not_found = 0 OTHERS = 0.

OIRH_BAPI_BL_GETMATANDSERVTYP CALL FUNCTION 'OIRH_BAPI_BL_GETMATANDSERVTYP' EXPORTING location_id = g_storewb_einstieg-pblnr business_type = g_storewb_einstieg-rnbt date = sy-datum accgr = g_oirbpblb-acc_group * IMPORTING * RETURN = TABLES material_and_servicetypes = itab_material_and_servicetypes .

OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = g_storewb_einstieg-pblnr IMPORTING woifspbl = g_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 = g_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.



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