ROIRE_CH_PROC_MAIN 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 ROIRE_CH_PROC_MAIN into the relevant SAP transactions such as SE38 or SE80
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.
G_INCLUDEITEMS
No SAP DATABASE tables are accessed within this REPORT code!
OIRE_CH_PROCESSING CALL FUNCTION 'OIRE_CH_PROCESSING' EXPORTING i_proc_type = g_procmeth i_default_proc_type = gwa_oirecctyp-settltyp i_ch_all = gwa_oirech_all i_pc_info_struc = gwa_pc_info_struc i_bldat = p_bldat i_budat = p_budat i_procid = p_procid i_update_flag = char_c i_max_headers = p_max IMPORTING pe_error_occurred = g_error_occurred * pe_oirhchstrnsmn = gs_oirhchstrnsmn TABLES t_result = gt_result t_balmi = gt_balmi t_dtf_hdr = gt_oireuplkxxxx t_dtf_itm = gt_oireuplpxxxx t_oiradbt = gt_oiradbt t_oiresett_head = gt_oiresett_head t_oiresett_item = gt_oiresett_item t_recon_adm = gt_adm t_recon_agg = gt_agg t_recon_det = gt_det t_oiradtlt = gt_oiradtlt CHANGING ch_applog_obj = ch_applog_obj EXCEPTIONS no_srcdata_passed = 1 invalid_proc_type = 2 wrong_pc_category = 3 wrong_update_flag = 4 reverse_coll_doc_first = 5 no_collective_doc_passed = 6 error_occurred = 7 missing_customizing = 8 "SO7K017449 OTHERS = 9.
OIL_HEADER_TO_HTML CALL FUNCTION 'OIL_HEADER_TO_HTML' EXPORTING i_slis_t_listheader = gt_list_top_of_page TABLES t_html_header = lt_html_header.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRE_CH_PROC_MAIN - Include ROIRE_CH_PROCESSING_MAIN ROIRE_CH_PROC_GET_DATA - Include ROIRE_CH_PROCESSING_GET_DATA ROIRE_CH_PROC_FORMS - Include ROIRE_CH_PROCESSING_FORMS ROIRE_CH_PROC_DISPLAY_MAINSCRE - Include ROIRE_CH_PROC_DISPLAY_MAINSCRE ROIRE_CH_PROC_DISPLAY_GET_DATA - Include ROIRE_CH_PROC_DISPLAY_GET_DATA ROIRE_CH_PROC_DISPLAY_FORMS - Include ROIRE_CH_PROC_DISPLAY_FORMS