RFREXCMS is a standard Executable ABAP Report 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 RFREXCMS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
REXCMS - Main Rent 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.
Title: Main Rent Statement
Text Symbol: 001 = Settlement Object
Text Symbol: 002 = Settlement Data
Text Symbol: 003 = Messages
INCLUDE: IFREXCMS_GLOBALDATA.
No SAP DATABASE tables are accessed within this REPORT code!
REXC_MS_GUI_SELSCREEN CALL FUNCTION 'REXC_MS_GUI_SELSCREEN' IMPORTING es_selscreen = gs_selscreen eo_msglist = go_msglist.
REXC_MS_GUI_SHOW CALL FUNCTION 'REXC_MS_GUI_SHOW' EXPORTING io_msdata = go_msdata id_okcode = gs_selscreen-okcode EXCEPTIONS error = 1 OTHERS = 2.
REXC_MS_GUI_PRINTPOPUP CALL FUNCTION 'REXC_MS_GUI_PRINTPOPUP' EXPORTING io_msdata = go_msdata EXCEPTIONS error = 1 OTHERS = 2.
RECA_GUI_MSGLIST_POPUP CALL FUNCTION 'RECA_GUI_MSGLIST_POPUP' EXPORTING io_msglist = go_msglist id_title = text-003 if_profile_detlevel = abap_true.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREXCMS - Main Rent Statement RFREXCMS - Main Rent Statement RFREXCJP_PR_GRID_HANDLER - Include REXCJP_FORMS179_GRID_HANDLER RFREXCJP_PAYMENTREPORT_PBO_O01 - Include RFREXCJP_PAYMENTREPORT_PBO_O01 RFREXCJP_PAYMENTREPORT_PAI_I01 - Include RFREXCJP_PAYMENTREPORT_PAI_I01 RFREXCJP_PAYMENTREPORT - RE-FX for Japan: Payment Charge Report for Japan