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

RFFMBI95 SAP ABAP Report - Copy Funds Center Master Data from UNIX File/PC File







RFFMBI95 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFFMBI95 transfers the funds centers for an FM area in a batch job and/or generates hierarchy entries for a hierarchy variant in the FM area from a UNIX file or PC file to the SAP system...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 RFFMBI95 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

FMSY - Create Funds Center Using UNIX


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 RFFMBI95. "Basic submit
SUBMIT RFFMBI95 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBI95 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_UXF_X = UNIX path
Selection Text: P_PCF_X = PC Path/File Name
Title: Copy Funds Center Master Data from UNIX File/PC File
Text Symbol: 110 = Check your entries
Text Symbol: 114 = Hierarchy variant already assigned
Text Symbol: 115 = Hierarchy variant does not exist
Text Symbol: 116 = No input file assigned
Text Symbol: 117 = Make selection financial budget/FM area
Text Symbol: 121 = Plan
Text Symbol: 122 = Funds center
Text Symbol: 123 = Valid from
Text Symbol: 124 = Valid to
Text Symbol: 125 = Name
Text Symbol: 126 = HVar
Text Symbol: 128 = Superior funds ctr
Text Symbol: 129 = Year
Text Symbol: 130 = FMA
Text Symbol: 131 = Message (type/ID/no./text)
Text Symbol: 139 = Create Funds Centers in FM Area (No Hierarchy Entries)
Text Symbol: 140 = Create Hierarchy Entries in the Hierarchy Variant
Text Symbol: 141 = Read mstr data from UNIX file
Text Symbol: 142 = Read mstr data from PC file
Text Symbol: 143 = Target param.
Text Symbol: 144 = Ctrl parameters
Text Symbol: I02 = Application Log
Text Symbol: I03 = Log
Text Symbol: I04 = Text
Text Symbol: 001 = Funds center in FM area
Text Symbol: 002 = Hierarchy variant
Text Symbol: 003 = Chart var.
Text Symbol: 004 = FM area
Text Symbol: 005 = Fiscal year
Text Symbol: 010 = File
Text Symbol: 011 = Commitment item in FM area/fiscal year
Text Symbol: 021 = UNIX file
Text Symbol: 022 = UNIX path
Text Symbol: 023 = File name
Text Symbol: 031 = PC file





Text Symbol: 032 = PC path
Text Symbol: 033 = File name
Text Symbol: 034 = Execute test run
Text Symbol: 041 = Upd. run
Text Symbol: 042 = Test run
Text Symbol: 044 = Issue detail list
Text Symbol: 045 = Data number for funds center Record-Type A:
Text Symbol: 046 = Data number for text Record-Type B:
Text Symbol: 047 = Data number for long text Record-Type C:
Text Symbol: 048 = Data number for hierarchy entries Record-Type D:
Text Symbol: 049 = Errors and warnings only
Text Symbol: 100 = Errors:
Text Symbol: 101 = Authorization in UNIX file:
Text Symbol: 102 = In OPEN from UNIX file:
Text Symbol: 103 = In CLOSE from UNIX file:
Text Symbol: 105 = FM area does not exist


INCLUDES used within this REPORT RFFMBI95

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:

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