RFREUT 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 RFREUT 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.
Selection Text: S_AUTHOR = D
Selection Text: S_OBJNAM = Program Name
Selection Text: S_PACK = D
INCLUDE IFRE_CHECK_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = sy-uname IMPORTING address = ld_user_address TABLES return = lt_dummy.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREUT - documentation and ABAP source code RFREUT - documentation and ABAP source code RFRETC_BALANCE_FIELDGROUP - REITTC: Comparison of BDT Field Groups for Correction Object RFRETC_BALANCE_FIELDGROUP - REITTC: Comparison of BDT Field Groups for Correction Object RFRESU_BALANCE_FIELDGROUP - RESCNS: Comparison of BDT Field Groups for Settlement Unit RFRESU_BALANCE_FIELDGROUP - RESCNS: Comparison of BDT Field Groups for Settlement Unit