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

RFMFGRCN_RP1 SAP ABAP Report - Reconciliation Analysis Report







RFMFGRCN_RP1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to analyze the data per a reconciliation rule you have already specified...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 RFMFGRCN_RP1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RFMFGRCN_RP1 - Reconciliation Analysis Report


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 RFMFGRCN_RP1. "Basic submit
SUBMIT RFMFGRCN_RP1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFMFGRCN_RP1 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_RULEID = D .
Selection Text: P_RTRVID = D .
Title: Reconciliation Analysis Report
Text Symbol: 027 = Item level matching
Text Symbol: 028 = Control the match process
Text Symbol: 029 = Display rule or slice
Text Symbol: 030 = Do Not Display Net Zero Lines
Text Symbol: B01 = Select Saved Results
Text Symbol: D01 = Confirm deletion of stored results?
Text Symbol: FRT = Saved Results Selection
Text Symbol: I01 = No saved data available
Text Symbol: I02 = Equal
Text Symbol: I03 = Not Equal
Text Symbol: M05 = Additional criteria for matching
Text Symbol: M06 = Specify item selection criteria
Text Symbol: P01 = Combining results...
Text Symbol: P02 = Comparing results
Text Symbol: P03 = Preparing display
Text Symbol: T01 = Total
Text Symbol: T13 = Manual Investigation Checkboxes Were Changed
Text Symbol: T14 = Do you want to save the checkbox values?
Text Symbol: UNA = Unassigned
Text Symbol: 026 = Choose breakdown fields
Text Symbol: 002 = Breakdown
Text Symbol: 003 = FACTORS
Text Symbol: 004 = Total
Text Symbol: 007 = Match Items
Text Symbol: 008 = Definition
Text Symbol: 009 = Matching Options
Text Symbol: 010 = Reconciliation Analysis Report
Text Symbol: 011 = Do you want to leave the program?
Text Symbol: 012 = Yes
Text Symbol: 013 = No
Text Symbol: 014 = Select Lines for Bcgd Load
Text Symbol: 015 = Background Load
Text Symbol: 016 = Submit Background Load
Text Symbol: 017 = Submit Background
Text Symbol: 018 = Save Overview Results





Text Symbol: 019 = Display Net Zero Lines
Text Symbol: 020 = Documents that Sum to Zero
Text Symbol: 021 = Rule Definition
Text Symbol: 022 = Slice Definition
Text Symbol: 023 = Report Criteria
Text Symbol: 024 = General Options
Text Symbol: 025 = Filter:


INCLUDES used within this REPORT RFMFGRCN_RP1

INCLUDE RFFMFG_SCHED.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_EQUAL' info = 'Equal '(i02) IMPORTING RESULT = g_icon_equal.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_NOT_EQUAL_RED' info = 'Not Equal '(i03) IMPORTING RESULT = g_icon_not_equal.



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