SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFMRC05 SAP ABAP Report - Matching Totals Records from the Old Data Structure with the New One







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


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 RFFMRC05. "Basic submit
SUBMIT RFFMRC05 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRC05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFFMRC05

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:

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.



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