RFFMRC05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Leveling totals from the old data structure to the new...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFFMRC05 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_RWRTTP = D Value type
Selection Text: S_RTCUR = D Transaction Currency
Selection Text: S_RFONDS = D Fund
Selection Text: S_RFISTL = D Funds center
Selection Text: S_RFIPEX = D Commitment Item
Selection Text: S_BUKRS = D Company Code
Selection Text: P_TRSCO = RFFMTRNS_CO Used
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_FIKRS = D FM area
Selection Text: P_ERRON = Display errors only
Title: Matching Totals Records from the Old Data Structure with the New One
Text Symbol: 160 = Vtype
Text Symbol: 150 = No errors were found
Text Symbol: 130 = Payment budget
Text Symbol: 120 = Ct itm:
Text Symbol: 110 = Fds ctr :
Text Symbol: 100 = Fund:
Text Symbol: 090 = Fiscal year
Text Symbol: 080 = Ledger:
Text Symbol: 070 = Data Missing
Text Symbol: 060 = New trns crcy
Text Symbol: 050 = Old trns crcy
Text Symbol: 040 = New loc.crcy
Text Symbol: 030 = Old loc.crcy
Text Symbol: 020 = Per.
Text Symbol: 010 = No data could be selected from table FMSU.
Text Symbol: 003 = Control
Text Symbol: 001 = Doc. Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_FIPEX_GET_FROM_FIPEX_RANGE CALL FUNCTION 'FM_FIPEX_GET_FROM_FIPEX_RANGE' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr TABLES r_fipex = s_rfipex t_fipex = g_t_fmmd_fipex.
FM_POSIT_GET_FROM_FIPEX CALL FUNCTION 'FM_POSIT_GET_FROM_FIPEX' EXPORTING i_fikrs = p_fikrs TABLES t_fmposit = g_t_fmposit.
FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = p_fikrs ip_applc = applc_ca IMPORTING f_fm01 = g_f_fm01.
KBPS_FIND_LEDGER CALL FUNCTION 'KBPS_FIND_LEDGER' EXPORTING currency = g_f_fm01-waers periv = g_f_fm01-ca_periv IMPORTING ledger = g_ledger TABLES bp_cur = g_t_bpcu.
GET_FIPOS_FROM_POSIT CALL FUNCTION 'GET_FIPOS_FROM_POSIT' EXPORTING ip_fikrs = u_fikrs ip_posit = u_t_fmsu-posit IMPORTING op_fipos = l_fipos.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMRC05 - Matching Totals Records from the Old Data Structure with the New One RFFMRC05 - Matching Totals Records from the Old Data Structure with the New One RFFMRC04 - Matching Line Items and Totals Records for FM RFFMRC04 - Matching Line Items and Totals Records for FM RFFMRC03_OLD - FM Totals - FI Totals Comparison RFFMRC03_OLD - FM Totals - FI Totals Comparison