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

IFREAJPROCESS_FORM SAP ABAP INCLUDE - IFREAJPROCESSFORM







IFREAJPROCESS_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 IFREAJPROCESS_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 IFREAJPROCESS_FORM. "Basic submit
SUBMIT IFREAJPROCESS_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT IFREAJPROCESS_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 IFREAJPROCESS_FORM

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:

REAJ_GUI_PROCESS_GET_RANGES CALL FUNCTION 'REAJ_GUI_PROCESS_GET_RANGES' EXPORTING if_inclempty = abap_true IMPORTING et_range = gt_range.

REAJ_GUI_PROCESS_GET_RANGES CALL FUNCTION 'REAJ_GUI_PROCESS_GET_RANGES' EXPORTING if_inclempty = abap_false IMPORTING et_range = gt_range_select.

REAJ_GUI_PROCESS_SET_METHOD CALL FUNCTION 'REAJ_GUI_PROCESS_SET_METHOD' EXPORTING it_method = lt_method.

REAJ_GUI_PROCESS_SET_STEP CALL FUNCTION 'REAJ_GUI_PROCESS_SET_STEP' EXPORTING it_step = lt_step.

REAJ_GUI_PROCESS_GET_RANGES CALL FUNCTION 'REAJ_GUI_PROCESS_GET_RANGES' EXPORTING if_inclempty = id_inclempty IMPORTING et_range = cd_range.

REAJ_GUI_PROCESS_SET_RANGES CALL FUNCTION 'REAJ_GUI_PROCESS_SET_RANGES' EXPORTING it_range = lt_range.

REAJ_GUI_PROCESS_SET_RANGES CALL FUNCTION 'REAJ_GUI_PROCESS_SET_RANGES' EXPORTING it_range = lt_range.

REAJ_GUI_PROCESS_SET_PROCESS CALL FUNCTION 'REAJ_GUI_PROCESS_SET_PROCESS' EXPORTING io_process = go_process io_process_param = go_process_param id_processmode = p_mode id_processtcd = gd_processtcd.

ENQUEUE_EVICAGENERIC CALL FUNCTION 'ENQUEUE_EVICAGENERIC' EXPORTING mode_reca_enqueue_data = 'E' part1 = 'OT' part2 = space part3 = ld_part3 part4 = ld_part4 x_part2 = 'X' x_part3 = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

REAJ_GUI_PROCESS_SET_METHOD CALL FUNCTION 'REAJ_GUI_PROCESS_SET_METHOD' EXPORTING it_method = lt_method.

REAJ_GUI_PROCESS_SET_STEP CALL FUNCTION 'REAJ_GUI_PROCESS_SET_STEP' EXPORTING it_step = lt_step.

REAJ_GUI_PROCESS_SET_RANGES CALL FUNCTION 'REAJ_GUI_PROCESS_SET_RANGES' EXPORTING it_range = lt_range.

REAJ_GUI_PROCESS_SET_RANGES CALL FUNCTION 'REAJ_GUI_PROCESS_SET_RANGES' EXPORTING it_range = lt_range.

REAJ_GUI_PROCESS_NAVIGATE CALL FUNCTION 'REAJ_GUI_PROCESS_NAVIGATE' EXPORTING is_navigation = gs_navi IMPORTING ef_found = lf_found ef_steppara = lf_steppara ef_methpara = lf_methpara.

RECA_GUI_F4_ITAB_POPUP CALL FUNCTION 'RECA_GUI_F4_ITAB_POPUP' EXPORTING id_return_field = 'ADJMRULE' IMPORTING ed_result = cd_rule TABLES it_f4value = lt_seltab EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-fra display_cancel_button = ' ' IMPORTING answer = ld_answer.

REAJ_GUI_PROCESS_SHOW_LOG CALL FUNCTION 'REAJ_GUI_PROCESS_SHOW_LOG'.

REAJ_GUI_PROCESS_SHOW_LOG CALL FUNCTION 'REAJ_GUI_PROCESS_SHOW_LOG' EXPORTING it_msg_x = lt_msg_x if_popup = gf_extern_reversal.

REAJ_GUI_PROCESS_SHOW_LOG





CALL FUNCTION 'REAJ_GUI_PROCESS_SHOW_LOG' EXPORTING it_msg_x = lt_msg_x.

REAJ_GUI_PROCESS_SHOW_LOG CALL FUNCTION 'REAJ_GUI_PROCESS_SHOW_LOG'.

RECA_GUI_MSGLIST_APPL_LAST CALL FUNCTION 'RECA_GUI_MSGLIST_APPL_LAST' EXPORTING id_object = 'REAJ' id_subobject = 'AJ'.

RECA_GUI_MSGLIST_APPL_OVERVIEW CALL FUNCTION 'RECA_GUI_MSGLIST_APPL_OVERVIEW' EXPORTING id_object = 'REAJ' id_subobject = 'AJ'.

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.



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