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

RFFMRC13 SAP ABAP Report - Obsolete - Code deleted







RFFMRC13 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reconciliation Between FM and FI totals Reconcile FM and FI totals To improve performance and to save memory space, you should only display the errors...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 RFFMRC13 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 RFFMRC13. "Basic submit
SUBMIT RFFMRC13 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRC13 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: P_RYEAR = D Fiscal year
Selection Text: P_FUND = D Fund
Selection Text: P_ERRON = Display error only
Selection Text: P_CCODE = D Company code
Title: Obsolete - Code deleted
Text Symbol: P01 = Selected data
Text Symbol: 105 = Local Currency:
Text Symbol: 103 = FM area:
Text Symbol: 102 = Fiscal year:
Text Symbol: 101 = Company code:
Text Symbol: 100 = FI documents
Text Symbol: 090 = Error messages:
Text Symbol: 080 = Total
Text Symbol: 070 = No entries
Text Symbol: 060 = Difference
Text Symbol: 050 = FM totals
Text Symbol: 042 = BSub
Text Symbol: 040 = FI totals
Text Symbol: 038 = ATyp
Text Symbol: 036 = Tran
Text Symbol: 034 = VT
Text Symbol: 032 = Account
Text Symbol: 030 = Prdc
Text Symbol: 020 = G/L Account number:
Text Symbol: 010 = No data found for processing


INCLUDES used within this REPORT RFFMRC13

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:

FMR3_GET_LOCAL_CURRENCY * call function 'FMR3_GET_LOCAL_CURRENCY' * exporting * i_bukrs = p_ccode * importing * e_hwaer = g_loc_curr.

MESSAGES_INITIALIZE * call function 'MESSAGES_INITIALIZE'.

FM_REPORT_TITLE_SET * call function 'FM_REPORT_TITLE_SET' * importing * e_title = l_prg_title.

FMFK_GET_FIKRS_FROM_BUKRS * call function 'FMFK_GET_FIKRS_FROM_BUKRS' * exporting * i_bukrs = u_ccode * importing * e_fikrs = c_fmarea.

FMFK_FIKRS_READ * call function 'FMFK_FIKRS_READ' * exporting * ip_fikrs = u_fmarea * ip_applc = con_applc_ca * importing * f_fm01 = c_f_fm01.

FM_LEDGER_LAST_CHECK * call function 'FM_LEDGER_LAST_CHECK' * exporting * i_flg_test = l_testlauf * i_flg_reconciliation = l_flg_reconcil * importing * e_flg_error = l_flg_error * tables * t_fmbl_interface = l_t_ifmblin.

FM_FIPEX_GET_FROM_POSIT * call function 'FM_FIPEX_GET_FROM_POSIT' * exporting * i_fikrs = g_fmarea * i_posit = l_t_fm_totals-posit * importing * e_fipex = l_t_ifmblin-cmmt_item.

FM_LEDGER_LAST_CHECK * call function 'FM_LEDGER_LAST_CHECK' * exporting * i_flg_test = l_testlauf * i_flg_reconciliation = l_flg_reconcil * importing * e_flg_error = l_flg_error * tables * t_fmbl_interface = l_t_ifmblin.

FM_FIPEX_GET_FROM_POSIT * call function 'FM_FIPEX_GET_FROM_POSIT' * exporting * i_fikrs = g_fmarea * i_posit = l_t_fm_totals-posit * importing * e_fipex = l_t_ifmblin-cmmt_item.

FM_LEDGER_LAST_CHECK * call function 'FM_LEDGER_LAST_CHECK' * exporting * i_flg_test = l_testlauf * i_flg_reconciliation = l_flg_reconcil * importing * e_flg_error = l_flg_error * tables * t_fmbl_interface = l_t_ifmblin.

FM_LEDGER_CHECK_ACTIVE * call function 'FM_LEDGER_CHECK_ACTIVE' * exporting * i_fm_area = u_fmarea * importing * e_flg_active = c_flg_active.

KBPS_CHECK_PROFIL * call function 'KBPS_CHECK_PROFIL' * exporting * applik = con_profil_fm * profil = l_profil * importing * ex_bp1c = l_f_tbp1c.

MESSAGES_STOP * call function 'MESSAGES_STOP' * exceptions * a_message = 01 * e_message = 02 * i_message = 03 * w_message = 04.

MESSAGES_GIVE * call function 'MESSAGES_GIVE' * tables * t_mesg = g_t_smesg.



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