SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

RFFMBUI1 SAP ABAP Report - Import original budget for Batchinput







RFFMBUI1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In the component Funds Management Government , the program RFFMBUI1 imports the original budget in an external file (Unix file or PC file) into a budget version chosen by you for an FM area/fiscal year...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 RFFMBUI1 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

FMBUD002 - Import ISPS Budget Data


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 RFFMBUI1. "Basic submit
SUBMIT RFFMBUI1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBUI1 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_VERSN = Version
Selection Text: P_UXPATH = UNIX path
Selection Text: P_UXFILE = File name
Selection Text: P_PROT = Detailed Log
Selection Text: P_PCPATH = PC path
Selection Text: P_PCFILE = File Name
Selection Text: P_MAX = Maximum transactions/session
Selection Text: P_MAPPE = Folder Name
Selection Text: P_GJAHR = Fiscal Year
Selection Text: P_FIKRS = FM Area
Title: Import original budget for Batchinput
Text Symbol: 225 = Funds Center
Text Symbol: 226 = Commitmnt item
Text Symbol: 227 = V
Text Symbol: 228 = P
Text Symbol: 229 = Curr
Text Symbol: 230 = Distbtl.value
Text Symbol: 233 = Status
Text Symbol: 234 = Functional Area
Text Symbol: 235 = BtST
Text Symbol: 239 = Message
Text Symbol: 241 = No.of relevant records:
Text Symbol: 242 = No.or records imported:
Text Symbol: 300 = Layout
Text Symbol: 224 = Fund
Text Symbol: 001 = Import orig. bdget data using batch input
Text Symbol: 002 = Control
Text Symbol: 015 = Commitment Budget
Text Symbol: 016 = Payment Budget
Text Symbol: 022 = UNIX
Text Symbol: 023 = File :
Text Symbol: 024 = PC
Text Symbol: 032 = Path
Text Symbol: 033 = File Name
Text Symbol: 095 = Budget data import
Text Symbol: 096 = Do you really want to
Text Symbol: 097 = import budget data?
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 = In OPEN from session:
Text Symbol: 106 = In INSERT from sess.:
Text Symbol: 107 = In CLOSE from session:
Text Symbol: 111 = Data was saved
Text Symbol: 112 = Written in BTCI folder!
Text Symbol: 221 = FM Area:
Text Symbol: 222 = Version:
Text Symbol: 223 = Fiscal Year:


INCLUDES used within this REPORT RFFMBUI1

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