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

RFFMMD_MAKE_HIER_FLAT SAP ABAP Report - Program RFFMMD_MAKE_HIER_FLAT







RFFMMD_MAKE_HIER_FLAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Only Relevant for German Local Authorities Customers..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 RFFMMD_MAKE_HIER_FLAT into the relevant SAP transactions such as SE38 or SE80


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 RFFMMD_MAKE_HIER_FLAT. "Basic submit
SUBMIT RFFMMD_MAKE_HIER_FLAT AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMD_MAKE_HIER_FLAT 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_FIKRS = D Financial Management Area
Title: Program RFFMMD_MAKE_HIER_FLAT
Text Symbol: 001 = There are already commitment items in
Text Symbol: 002 = Funds Center Hierarchy in FM Area
Text Symbol: 003 = Fiscal Year
Text Symbol: 004 = successfully converted
Text Symbol: 005 = Commitment item hierarchy in FM area
Text Symbol: 009 = was NOT converted


INCLUDES used within this REPORT RFFMMD_MAKE_HIER_FLAT

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:

FM_FIKRS_READ CALL FUNCTION 'FM_FIKRS_READ' EXPORTING I_FIKRS = P_FIKRS IMPORTING E_F_FM01 = L_F_FM01.



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