SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Rent Adjustment(RE-FX-AJ) SAP RE

RFREAJPROCESSCEA_FORM SAP ABAP INCLUDE - RFREAJPROCESSCEAFORM







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


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 RFREAJPROCESSCEA_FORM. "Basic submit
SUBMIT RFREAJPROCESSCEA_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT RFREAJPROCESSCEA_FORM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFREAJPROCESSCEA_FORM

INCLUDE IFRE_CHECK_RE_EA_FIN.


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:

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.



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