SAP Reports / Programs

RFFMRC00_OLD SAP ABAP Report - Level Line Items and Totals Records for FM







RFFMRC00_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used for matching line items and totals records in Funds Management...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 RFFMRC00_OLD 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 RFFMRC00_OLD. "Basic submit
SUBMIT RFFMRC00_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRC00_OLD 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_ERON = Display errors only
Selection Text: P_FIKRS = D Finanzkreis
Selection Text: P_PROT = Detailed log
Selection Text: S_FAREA = D Funktionsbereich
Selection Text: S_FIPEX = D Finanzposition
Selection Text: S_FISTL = D Finanzstelle
Selection Text: S_FONDS = D Fonds
Selection Text: S_GJAHR = D Geschäftsjahr
Selection Text: S_GRANT = D Grant
Selection Text: S_MEASR = D Haushaltsprogramm
Selection Text: S_PERIO = D Periode
Selection Text: S_WRTTP = D Werttyp
Title: Level Line Items and Totals Records for FM
Text Symbol: 220 = Number of periods with errors corrected:
Text Symbol: 210 = Number of periods with errors:
Text Symbol: 200 = Number to totals records read:
Text Symbol: 190 = Short log to line item total leveling
Text Symbol: 070 = Controlling bdgt
Text Symbol: 060 = Year
Text Symbol: 050 = Object Number
Text Symbol: 040 = FYC
Text Symbol: 035 = Stat.Ind.
Text Symbol: 001 = Total
Text Symbol: 002 = Fiscal year :
Text Symbol: 003 = Period:
Text Symbol: 004 = Fund
Text Symbol: 005 = Funds center
Text Symbol: 006 = Line item total
Text Symbol: 007 = Functional Area
Text Symbol: 009 = Val.typ
Text Symbol: 010 = Amount Type
Text Symbol: 011 = Commitment budget
Text Symbol: 012 = Payment budget
Text Symbol: 013 = Currncy
Text Symbol: 014 = Commitment itm
Text Symbol: 015 = No errors were found
Text Symbol: 018 = Value restriction
Text Symbol: 019 = Control





Text Symbol: 021 = In transaction crcy
Text Symbol: 022 = In FM area currency
Text Symbol: 024 = Statistical postings
Text Symbol: 030 = G/L Account
Text Symbol: 031 = Measure
Text Symbol: 032 = Grant


INCLUDES used within this REPORT RFFMRC00_OLD

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_ARC_AL_CHECK_FM01_ARCH CALL FUNCTION 'FM_ARC_AL_CHECK_FM01_ARCH' EXPORTING i_fikrs = p_fikrs IMPORTING e_gjahr = l_gjahr TABLES t_gjahr = s_gjahr EXCEPTIONS fm_area_archived = 01 OTHERS = 02.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = u_fikrs IMPORTING f_fm01 = l_f_fm01 EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = u_doma_nam value = l_value IMPORTING dd07v_wa = sl_t_dd07v.

FM_TOTALS_UPDATE_IA CALL FUNCTION 'FM_TOTALS_UPDATE_IA' TABLES i_t_fmia = l_t_fmia.



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