RFREAJPROCESSCEA_FORM 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 RFREAJPROCESSCEA_FORM 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.
INCLUDE IFRE_CHECK_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
REAJ_GUI_PROCESS_SET_PROCESS CALL FUNCTION 'REAJ_GUI_PROCESS_SET_PROCESS' EXPORTING io_process = go_process_note io_process_param = go_process_param_note id_processmode = p_mode id_processtcd = gd_processtcd if_readonly = lf_readonly.
REAJ_GUI_PROCESS_TASK_CEA_PBO CALL FUNCTION 'REAJ_GUI_PROCESS_TASK_CEA_PBO' EXPORTING id_processtcd = gd_processtcd id_cea_main = p_cea_m id_cea_partial = p_cea_p id_cea_additional = p_cea_a it_range = lt_range EXCEPTIONS OTHERS = 0.
REAJ_GUI_PROCESS_TASK_CEA_PBO CALL FUNCTION 'REAJ_GUI_PROCESS_TASK_CEA_PBO' EXPORTING id_processtcd = gd_processtcd id_cea_main = p_cea_m id_cea_partial = p_cea_p id_cea_additional = p_cea_a EXCEPTIONS error = 1 OTHERS = 2.
REAJ_GUI_PROCESS_TASK_CEA_PBO CALL FUNCTION 'REAJ_GUI_PROCESS_TASK_CEA_PBO' EXPORTING id_processtcd = gd_processtcd id_cea_main = p_cea_m id_cea_partial = p_cea_p id_cea_additional = p_cea_a IMPORTING et_range = lt_data_method et_method = lt_adjmmeth.
RECA_GUI_MSGLIST_POPUP CALL FUNCTION 'RECA_GUI_MSGLIST_POPUP' EXPORTING if_profile_detlevel = abap_true id_title = ld_title if_popup = abap_false io_msglist = lo_msglist id_expand_level = 1.
REAJ_GUI_PROCESS_TASK_CEA_PBO CALL FUNCTION 'REAJ_GUI_PROCESS_TASK_CEA_PBO' EXPORTING id_processtcd = gd_processtcd id_cea_main = p_cea_m id_cea_partial = p_cea_p id_cea_additional = p_cea_a IMPORTING et_range = lt_range EXCEPTIONS OTHERS = 0.
REAJ_GUI_PROCESS_TASK_CEA_PBO CALL FUNCTION 'REAJ_GUI_PROCESS_TASK_CEA_PBO' EXPORTING id_processtcd = gd_processtcd id_cea_main = p_cea_m id_cea_partial = p_cea_p id_cea_additional = p_cea_a it_range = lt_range.
RECA_PROCESSID_VALUE_REQUEST CALL FUNCTION 'RECA_PROCESSID_VALUE_REQUEST' EXPORTING id_shlpname = 'REAJPROCESSCEAEXTID_C' if_suppressdialog = abap_true IMPORTING ed_processextid = cd_pextid.
RECA_GUI_F4_ITAB_POPUP * CALL FUNCTION 'RECA_GUI_F4_ITAB_POPUP' * EXPORTING * id_return_field = 'ADJMREASON' * IMPORTING * ed_result = cd_reason * TABLES * it_f4value = lt_seltab * EXCEPTIONS * OTHERS = 0.
REAJ_GUI_PROCESS_TASK_CEA_PBO CALL FUNCTION 'REAJ_GUI_PROCESS_TASK_CEA_PBO' EXPORTING id_processtcd = gd_processtcd id_cea_main = p_cea_m id_cea_partial = p_cea_p id_cea_additional = p_cea_a IMPORTING et_range = lt_range EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.