IFRESCSETTL_CREATE 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 IFRESCSETTL_CREATE 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 IFRESCSETTL_SWITCH_UI.
No SAP DATABASE tables are accessed within this REPORT code!
RESC_GUI_SETTL_SELECT_PBO CALL FUNCTION 'RESC_GUI_SETTL_SELECT_PBO' EXPORTING id_process = id_process io_settlement = go_settlement is_settlement = gs_settl id_activity = id_activity if_select_step = lf_select_step if_settl_param = abap_true if_reversal = lf_reversal * IO_MSGLIST = .
RESC_GUI_SETTL_IS_MODIFIED CALL FUNCTION 'RESC_GUI_SETTL_IS_MODIFIED' IMPORTING ef_modified = lf_modified es_settlement = ls_settlement es_reaj_step_param = gs_reaj_step_param es_adjustparam = gs_adjustparam ed_current_index = gd_step_index.
RECA_GUI_MSGLIST_POPUP CALL FUNCTION 'RECA_GUI_MSGLIST_POPUP' EXPORTING io_msglist = lo_msglist * ID_TITLE = if_popup = abap_false if_profile_detlevel = abap_true.
RESC_GUI_MODIFY_ACCRUAL_APPL CALL FUNCTION 'RESC_GUI_MODIFY_ACCRUAL_APPL' EXPORTING it_processguid = lt_guid * IT_OBJNR = .
RESC_GUI_SHOWRESULTS_APPL CALL FUNCTION 'RESC_GUI_SHOWRESULTS_APPL' EXPORTING io_settlement = io_settlement.
RECO_GUI_VERSION_COMPCODE_F4 CALL FUNCTION 'RECO_GUI_VERSION_COMPCODE_F4' EXPORTING id_bukrs = ld_bukrs IMPORTING ed_version = ed_versn EXCEPTIONS error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFRESCSETTL_CREATE - IFRESCSETTLCREATE IFRESCSETTLEMENT - documentation and ABAP source code IFRESCSCSETTL_SSCR_TAB - Service Charge Settlement: Selection Screen IFRESCSCSETTL_SSCR_SUB - Service Charge Settlement: Selection Screen IFRESCSCSETTL_SSCR_SU - Service Charge Settlement: Selection Screen IFRESCSCSETTL_SSCR_SETTLUNITAL - IFRESCSCSETTLSSCRSETTLUNITAL