SAP Reports / Programs

RFFMHIE_DISPLAY SAP ABAP Report - Display Multi-Level Budget Structure







RFFMHIE_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program you can display a structure for 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 RFFMHIE_DISPLAY 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

FMHIE_DISPLAY - Display hierarchical budget structur


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 RFFMHIE_DISPLAY. "Basic submit
SUBMIT RFFMHIE_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMHIE_DISPLAY 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_USERD = D .
Selection Text: S_MEASR = D .
Selection Text: S_FONDS = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FICTR = D .
Selection Text: S_FAREA = D .
Selection Text: S_BPD = D .
Selection Text: P_STEP = D .
Selection Text: P_LDNR = D .
Selection Text: P_LAYOUT = Layout Variant
Selection Text: P_HIE = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FIKRS = D .
Selection Text: P_BS = D .
Title: Display Multi-Level Budget Structure
Text Symbol: END = Structure read finished
Text Symbol: BGN = Starting read structure
Text Symbol: 507 =
Text Symbol: 506 =
Text Symbol: 505 =
Text Symbol: 503 = Fiscal Year
Text Symbol: 501 = Budget Category
Text Symbol: 500 = FM area
Text Symbol: 100 = RFFMCE_GENCOVERGR
Text Symbol: 018 =
Text Symbol: 017 =
Text Symbol: 016 =
Text Symbol: 015 =
Text Symbol: 014 =
Text Symbol: 013 =
Text Symbol: 012 =
Text Symbol: 011 = Display Structure
Text Symbol: 010 = Process Structure
Text Symbol: 009 = Access Objects
Text Symbol: 008 = Restriction on Structure
Text Symbol: 007 =
Text Symbol: 006 =
Text Symbol: 005 = Funded Program





Text Symbol: 004 = Functional Area
Text Symbol: 003 = Fund
Text Symbol: 002 = Commitment Item
Text Symbol: 001 = Funds Center


INCLUDES used within this REPORT RFFMHIE_DISPLAY

INCLUDE: FMHIE_CHANGE_TOP.
INCLUDE: LFMAUEQU.
INCLUDE IFMHIE_SCREEN_CHECKS.
INCLUDE FMHIE_CHANGE_SELSCREEN.
INCLUDE RFFMHIE_CHANGE_PBO_SCREENF01.
INCLUDE FFMHIE_COMMON_ROUTINES.
INCLUDE FMHIE_CHANGE_F01.
INCLUDE RFFMHIE_DISPLAY_PBO_1100O01.
INCLUDE RFFMHIE_CHANGE_PAI_1100I01.


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