SAP Reports / Programs

RFFMRP07 SAP ABAP Report - Rebuild FM Interface of Sales Orders







RFFMRP07 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program posts selected sales orders and rebuilds the related Funds Management (FM) open item data...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 RFFMRP07 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

FMNSD - Rebuild FM Open Item of SD Orders


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 RFFMRP07. "Basic submit
SUBMIT RFFMRP07 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRP07 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_ORD = D Sales document
Selection Text: S_KUN = D Sold-to party
Selection Text: S_ERD = D Created on
Selection Text: S_AUD = D Document date
Selection Text: P_TEST = Test Run
Selection Text: P_DIALOG = Dialog
Selection Text: P_DELETE = Delete Old FM Data
Selection Text: P_CHECK = Check Existing FM Posting
Selection Text: P_BUKRS = D Company Code
Selection Text: P_ACC_AS = Derive new account assignment
Title: Rebuild FM Interface of Sales Orders
Text Symbol: 940 = Successful update is done; old FM data deleted
Text Symbol: 930 = Successful update is possible (test run)
Text Symbol: 920 = No update possible in test run due to errors
Text Symbol: 910 = Successful update is done
Text Symbol: 900 = No update is done due to errors
Text Symbol: 800 = Rebuild FM Open Item for SD Orders
Text Symbol: 600 = General
Text Symbol: 500 = FM posting does not exist
Text Symbol: 400 = FM posting exists
Text Symbol: 300 = Mode
Text Symbol: 200 = Control
Text Symbol: 100 = Document Selection
Text Symbol: 040 = Update dates recorded in Funds Management


INCLUDES used within this REPORT RFFMRP07

INCLUDE SBAL_CONSTANTS.


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:

FMCA_GET_INIT_INFO CALL FUNCTION 'FMCA_GET_INIT_INFO' EXPORTING I_BUKRS = p_bukrs CHANGING C_F_CONTROL_DATA = gs_control_data.

EXIT_SAPLFMFA_004 CALL FUNCTION 'EXIT_SAPLFMFA_004' IMPORTING E_FLG_DISPLAY_PANEL = GV_FLG_DISPLAY_PANEL.



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