SAP Reports / Programs

RFFMHIE_GENERATE SAP ABAP Report - Generate Multi-Level Budget Structure







RFFMHIE_GENERATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generation of a multi-level budget structure in Funds Management (FM) budgeting...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_GENERATE 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_GENERATION - Generate Generate Hierarchy


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_GENERATE. "Basic submit
SUBMIT RFFMHIE_GENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMHIE_GENERATE 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_BS = D .
Selection Text: P_CISTEP = D .
Selection Text: P_FASTEP = D .
Selection Text: P_FCSTEP = D .
Selection Text: P_FDSTEP = D .
Selection Text: P_FIKRS = D .
Selection Text: P_FPSTEP = D .
Selection Text: P_GJAHR = D .
Selection Text: P_HIE = D .
Selection Text: P_LAYOUT = Layout Variant
Selection Text: P_LDNR = D .
Selection Text: P_TEST = Test Run
Selection Text: S_BPD = D .
Selection Text: S_FAREA = D .
Selection Text: S_FICTR = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FONDS = D .
Selection Text: S_MEASR = D .
Title: Generate Multi-Level Budget Structure
Text Symbol: ERR = Error
Text Symbol: D02 = Do you want to leave without saving?
Text Symbol: D01 = Structure not yet saved
Text Symbol: 508 = Nodes generated
Text Symbol: 507 = Update Run
Text Symbol: 506 = Test Run
Text Symbol: 505 = Processing Status
Text Symbol: 504 = Structure ID
Text Symbol: 503 = Fiscal Year
Text Symbol: 502 = Budget Structure
Text Symbol: 001 = Funds Center
Text Symbol: 002 = Commitment Item
Text Symbol: 003 = Fund
Text Symbol: 004 = Functional Area
Text Symbol: 005 = Funded Program
Text Symbol: 006 = Processing Options
Text Symbol: 007 = Sequence of Account Assignments
Text Symbol: 008 = Restriction on Structure Variant/Group
Text Symbol: 009 = Access Object





Text Symbol: 010 = List
Text Symbol: 011 = From
Text Symbol: 012 = Structure
Text Symbol: 013 = Variant
Text Symbol: 014 = 1
Text Symbol: 015 = 2
Text Symbol: 016 = 3
Text Symbol: 017 = 4
Text Symbol: 018 = 5
Text Symbol: 019 = 6
Text Symbol: 020 = Generate Structure
Text Symbol: 021 = Node
Text Symbol: 022 = Structure Node
Text Symbol: 023 = 7
Text Symbol: 025 = Budget Period
Text Symbol: 030 = Group
Text Symbol: 031 = Structure Steps
Text Symbol: 100 = Generate Structure
Text Symbol: 500 = FM Area
Text Symbol: 501 = Budget Category


INCLUDES used within this REPORT RFFMHIE_GENERATE

INCLUDE: FMHIE_GENERATE_TOP.
INCLUDE: LFMAUEQU.
INCLUDE IFMHIE_SCREEN_CHECKS.
INCLUDE FMHIE_GENERATE_SELSCREEN.
INCLUDE RFFMHIE_GENERATE_PBO_SCREENF01.
INCLUDE FFMHIE_COMMON_ROUTINES.
INCLUDE FMHIE_GENERATE_F01.
INCLUDE FFMHIE_VARNT_AND_GROUP_CHECK.
INCLUDE RFFMHIE_GENERATE_PBO_1100O01.
INCLUDE RFFMHIE_GENERATE_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_GENERATE or its description.