SAP Reports / Programs

RFFMBI91 SAP ABAP Report - Export Funds Center Master Data to UNIX file/PC file







RFFMBI91 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFFMBI91 exports the funds centers of an FM area and, if desired, the hierarchy relations of a hierarchy variant in a UNIX file or PC file...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 RFFMBI91 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

FMSX - Output of Funds Center to UNIX file


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 RFFMBI91. "Basic submit
SUBMIT RFFMBI91 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBI91 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_SPRAS = D .
Selection Text: S_ID = D .
Selection Text: P_UXF_X = UNIX path
Selection Text: P_PCF_X = PC Path/File Name
Title: Export Funds Center Master Data to UNIX file/PC file
Text Symbol: 144 = Ctrl parameters
Text Symbol: 143 = Sources parameters
Text Symbol: 140 = Export Hierarchy Entries from Hierarchy Variant
Text Symbol: 139 = Export Funds Centers from FM Area (No Hierarchy Entries)
Text Symbol: 117 = Select FM area/hierarchy variant
Text Symbol: 116 = Assign output-file
Text Symbol: 115 = Hierarchy variant does not exist
Text Symbol: 114 = Data errors in FMPG (in FM area/year)
Text Symbol: 113 = Data error in FMFCTR
Text Symbol: 112 = Commitment item not assigned
Text Symbol: 111 = No records found in
Text Symbol: 110 = Check your entries
Text Symbol: 104 = for WRITE to UNIX File:
Text Symbol: 103 = In CLOSE from UNIX file:
Text Symbol: 102 = In OPEN from UNIX file:
Text Symbol: 101 = Authorization in UNIX file:
Text Symbol: 100 = Errors:
Text Symbol: 045 = Number of ovrall data
Text Symbol: 044 = Data number for hierarchy entries Record-Type D:
Text Symbol: 043 = Data number for long text Record-Type C:
Text Symbol: 042 = Data number for text Record-Type B:
Text Symbol: 041 = Data number for funds center Record-Type A:
Text Symbol: 033 = File name
Text Symbol: 032 = PC path
Text Symbol: 031 = Master data issue to PC-File
Text Symbol: 023 = File name
Text Symbol: 022 = UNIX path
Text Symbol: 021 = Master data issue to UNIX-File
Text Symbol: 015 = File Name
Text Symbol: 014 = does not exist
Text Symbol: 013 = Txt ty.
Text Symbol: 011 = Issue commitment items in FM area/fiscal year
Text Symbol: 006 = Long text





Text Symbol: 005 = Fiscal year
Text Symbol: 004 = FM area
Text Symbol: 003 = Variant
Text Symbol: 002 = Hierarchy variant
Text Symbol: 001 = Issue commitment items in chart of cmmt items


INCLUDES used within this REPORT RFFMBI91

INCLUDE IFMBI911.
INCLUDE IFMBI912.
INCLUDE IFMBI915.
INCLUDE IFMBI917.
INCLUDE IFMBI918.


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:

No SAP FUNCTION MODULES are executed within this report code!



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