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

ROIRC_END_DAY_PROCESS_F01 SAP ABAP INCLUDE - Include ROIRC_END_DAY_PROCESS_F01







ROIRC_END_DAY_PROCESS_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_END_DAY_PROCESS_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_END_DAY_PROCESS_F01. "Basic submit
SUBMIT ROIRC_END_DAY_PROCESS_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRC_END_DAY_PROCESS_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_END_DAY_PROCESS_F01


INCLUDES used within this REPORT ROIRC_END_DAY_PROCESS_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:

OIRA_EXECUTE_PROCESS call function 'OIRA_EXECUTE_PROCESS' exporting i_process = p_proc i_variant = p_vari i_program = p_prog i_nosel = c_flag_on i_tcode = sy-tcode exceptions proc_no_desc = 1 bt_not_found = 2 bt_no_desc = 3 prog_not_found = 4 prog_not_exec = 5 others = 6.

OIRA_GET_LOC_LIST call function 'OIRA_GET_LOC_LIST' changing pc_pc_obj = pc_pc_obj exceptions process_not_linked_to_rnbt = 1 no_locations_found_for_process = 2 unknown_error = 3 process_not_found_in_any_pcg = 4 others = 5.

OIRA_CHECK_OBJECT_LIST call function 'OIRA_CHECK_OBJECT_LIST' exporting pi_process = p_proc pi_execution_date = p_date pi_no_process_execution_check = c_flag_on changing pc_pc_obj = pc_pc_obj pc_ce_obj = pc_ce_obj pc_mm01_obj = pc_mm01_obj pc_mr01_obj = pc_mr01_obj pc_dr01_obj = pc_dr01_obj pc_pr01_obj = pc_pr01_obj pc_is01_obj = pc_is01_obj pc_cc01_obj = pc_cc01_obj pc_prn1_obj = pc_prn1_obj pc_cr_obj = pc_cr_obj exceptions process_not_assigned_to_status = 1 business_type_not_found = 2 unknown_error = 3 application_log_not_set_up = 4 others = 5.

OIRA_APPLICATION_LOG_WRITE * call function 'OIRA_APPLICATION_LOG_WRITE' * changing * pc_pc_obj = pc_pc_obj * exceptions * appl_log_not_set_up = 1 * appl_log_header_not_filled = 2 * others = 3.

APPL_LOG_WRITE_DB * call function 'APPL_LOG_WRITE_DB' * exporting * object = pc_pc_obj-balhdri-object * subobject = pc_pc_obj-balhdri-subobject * update_task = c_update_task * tables * object_with_lognumber = pc_pc_obj-balnri_tab * exceptions * object_not_found = 1 * subobject_not_found = 2 * internal_error = 3 * others = 4.

OIRA_APPLICATION_LOG_WRITE call function 'OIRA_APPLICATION_LOG_WRITE' changing pc_pc_obj = pc_pc_obj exceptions appl_log_not_set_up = 1 appl_log_header_not_filled = 2 others = 3. "871192 NM

APPL_LOG_WRITE_DB call function 'APPL_LOG_WRITE_DB' exporting object = pc_pc_obj-balhdri-object subobject = pc_pc_obj-balhdri-subobject update_task = c_update_task tables object_with_lognumber = pc_pc_obj-balnri_tab exceptions object_not_found = 1 subobject_not_found = 2 internal_error = 3 others = 4. "871192 NM

OIRC_DAY_PROCESS_SAVE call function 'OIRC_DAY_PROCESS_SAVE' in update task tables t_procstat = t_locins t_proc_log = t_proc_log.

OIFSPBL_SINGLE_READ call function 'OIFSPBL_SINGLE_READ' exporting oifspbl_pblnr = l_pblnr read_address = 'X' importing wadrc = l_adrc exceptions not_found = 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 ROIRC_END_DAY_PROCESS_F01 or its description.