ROIRE_CH_PROC_CHANGE_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_CHANGE_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.
Title: Include ROIRE_CH_PROCESSING_CHANGE_MAI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIRE_CH_PROCESSING call function 'OIRE_CH_PROCESSING' exporting i_proc_type = px_procmeth i_default_proc_type = pi_oirecctyp-settltyp i_ch_all = pi_oirech_all i_pc_info_struc = pi_pc_info_struc i_bldat = pi_bldat i_budat = pi_budat i_procid = pi_procid i_update_flag = char_c importing pe_error_occurred = px_error_occurred tables t_result = pt_result t_balmi = pt_balmi t_dtf_hdr = pt_oireuplkxxxx t_dtf_itm = pt_oireuplpxxxx t_oiradbt = pt_oiradbt t_oiradtlt = pt_oiradtlt t_oiresett_head = pt_oiresett_head t_oiresett_item = pt_oiresett_item t_recon_adm = pt_adm t_recon_det = pt_det t_recon_agg = pt_agg 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.
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_CHANGE_MAIN - Include ROIRE_CH_PROCESSING_CHANGE_MAI ROIRE_CH_PROC_CHANGE_GET_DATA - Include ROIRE_CH_PROCESS_CHG_GET_DATA ROIRE_CH_PROC_CHANGE_FORMS - Include ROIRE_CH_PROCESS_CHANGE_FORMS ROIRE_CH_PROC_CHANGE_CHECKS - Include ROIRE_CH_PROCESS_CHG_CHECKS ROIRE_CH_PROC_CHANGE_ALV - Include ROIRE_CH_PROC_CHANGE_ALV ROIRE_CH_PROCESSING_TOP - Include ROIRE_CH_PROCESSING_TOP