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

SAPMFMFS SAP ABAP dialog Program - Maintaining the Funds Centers (in a Hierarchy Variant)







SAPMFMFS is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPMFMFS 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

FMSD - Change Funds Ctr/Hierarchy Variant
FMSE - Display Hierarchy Variant/Funds Ctr
FMSC - Display Funds Center in FM Area
FMSB - Change Funds Center in FM Area
FMSA - Create Funds Center in FM Area


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 SAPMFMFS. "Basic submit
SUBMIT SAPMFMFS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMFMFS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Maintaining the Funds Centers (in a Hierarchy Variant)
Text Symbol: 101 = Should the Funds Center Really Be Deleted?
Text Symbol: 100 = Delete Funds Center
Text Symbol: 071 = Check being executed
Text Symbol: 070 = New session
Text Symbol: 063 = Use cancel to go back to hierarchy maintenance.
Text Symbol: 062 = These hierarchical relations will not be saved
Text Symbol: 061 = Note that you have linked inactive funds centers hierarchically
Text Symbol: 060 = Save:
Text Symbol: 054 = Sort:
Text Symbol: 053 = It can still be very performance-intensive (see long text)
Text Symbol: 052 = Select/Sort on the hightest level.
Text Symbol: 051 = Sorting according to a specific procedure regarding functions
Text Symbol: 050 = Information
Text Symbol: 013 = Selected
Text Symbol: 012 = Non-assigned funds center
Text Symbol: 011 = Assigned funds center
Text Symbol: 010 = Refer. interval
Text Symbol: 009 = Cancel
Text Symbol: 008 = processing?
Text Symbol: 007 = Should processing be
Text Symbol: 006 = Exit
Text Symbol: 005 = Back
Text Symbol: 004 = Do you want to save the data?
Text Symbol: 003 = Data will be lost.
Text Symbol: 002 = Hierarchy variant $$$
Text Symbol: 001 = FM area $$$$


INCLUDES used within this REPORT SAPMFMFS

INCLUDE MFMFSTOP.
INCLUDE MFMFSO01.
INCLUDE MFMFSF01.
INCLUDE MFMFSI01.
INCLUDE MFMFSF02.
INCLUDE IFMMDDYN.
INCLUDE MFMFSF03.
INCLUDE MFMFSE01.
INCLUDE MFMFS_GRAPHIC_COMMAND_DELETF01.
INCLUDE MFMFS_BUILD_DELETE_TABLESF01.


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