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

ROIRC_DRH_CHECK_F01 SAP ABAP INCLUDE - Include ROIRC_MRH_CHECK_F01







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


INCLUDES used within this REPORT ROIRC_DRH_CHECK_F01

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:

OIFSPBL_SINGLE_READ call function 'OIFSPBL_SINGLE_READ' exporting oifspbl_pblnr = t_drrej_str-pblnr importing woifspbl = oifspbl_str exceptions not_found = 1 others = 2.

OIRA_AUTH_FILTER_LOCATIONS CALL FUNCTION 'OIRA_AUTH_FILTER_LOCATIONS' EXPORTING i_structure = 'OIFSPBL' i_fname_pblnr = 'PBLNR' i_fname_addrnum = 'ADDRNUM' i_fname_pbltyp = 'PBLTYP' i_fname_bukrs = 'BUKRS' i_fname_locaa = 'LOCAA' i_fname_autgr = 'AUTGR' i_rnbt = g_rnbt * I_REPID = SY-CPROG i_no_messages = 'X' i_sel_locaa_rnbt = 'X' IMPORTING e_data_is_filtered = l_data_is_filtered TABLES t_data_tab = l_oifspbl_tab EXCEPTIONS ddif_tabl_get = 1 OTHERS = 2.

OIRC_GET_MATERIAL_TEXT call function 'OIRC_GET_MATERIAL_TEXT' exporting i_matnr = t_drupld_str-matnr importing e_maktx = t_drupld_str-maktx exceptions material_text_not_found = 1 others = 2.

CONVERT_DATE_TO_EXTERNAL call function 'CONVERT_DATE_TO_EXTERNAL' "#EC DOM_EQUAL exporting date_internal = date_tab-drdate importing date_external = l_date_text exceptions date_internal_is_invalid = 1 others = 2.

OIRA_LOCATION_HEADER call function 'OIRA_LOCATION_HEADER' exporting i_pblnr = pi_pblnr i_rnbt = pi_rnbt i_calpgm = g_repid i_calscr = l_dynnr importing e_subpgm = pe_subpgm e_subscr = pe_subscr.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = c_drupld_name tables dfies_tab = l_dfies.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = l_dfies_str-rollname langu = sy-langu importing dd04v_wa = l_dd04v exceptions illegal_input = 1 others = 2.

OIRC_DRH_EXEC_PC call function 'OIRC_DRH_EXEC_PC' exporting i_proc = g_proc i_rnbt = g_rnbt tables t_drupld = t_drupld_disp t_drrej_del = l_drrej_del exceptions process_not_exist = 1 routine_not_found = 2 bt_missmatch = 3 process_control_error = 4 record_process_error = 5 others = 6.

OIRC_DRH_EXEC_PC call function 'OIRC_DRH_EXEC_PC' exporting i_proc = g_proc i_rnbt = g_rnbt tables t_drupld = l_drupld_del t_drrej_del = l_drrej_del exceptions process_not_exist = 1 routine_not_found = 2 bt_missmatch = 3 process_control_error = 4 record_process_error = 5 others = 6.



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