SAP Reports / Programs

RFFMHIE_COPY SAP ABAP Report - Copy Multi-Level Budget Structure







RFFMHIE_COPY 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 copy a hierarchy or part of it for a source hierarchy ID, budget structure, fiscal year and budget category to a target hierarchy ID, budget structure, fiscal year and budget category within an FM area in the Budget Control System (BCS)...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_COPY 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_COPY - Copy hierarchical budget structure


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_COPY. "Basic submit
SUBMIT RFFMHIE_COPY AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMHIE_COPY 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_S = D .
Selection Text: P_BS_T = D .
Selection Text: P_DERIVE = D .
Selection Text: P_FIKRS = D .
Selection Text: P_GJR_S = D .
Selection Text: P_GJR_T = D .
Selection Text: P_HIE_S = D .
Selection Text: P_HIE_T = D .
Selection Text: P_LAYOUT = Layout Variant
Selection Text: P_LDNR_S = D .
Selection Text: P_LDNR_T = D .
Selection Text: P_STEP = Hierarchy Steps
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 .
Selection Text: S_USERD = D .
Title: Copy Multi-Level Budget Structure
Text Symbol: ERR = Error
Text Symbol: 001 = Source
Text Symbol: 002 = Restriction on Hierarchy
Text Symbol: 003 = Target
Text Symbol: 004 = Processing Options
Text Symbol: 005 = Access Objects
Text Symbol: 010 = Copy Hierarchy
Text Symbol: 011 = FM Area
Text Symbol: 012 = Budget Structure
Text Symbol: 013 = Fiscal Year
Text Symbol: 014 = Budget Category
Text Symbol: 015 = Hierarchy ID
Text Symbol: 016 = Source
Text Symbol: 017 = Target
Text Symbol: 018 = Nodes Copied
Text Symbol: 021 = Source Budget Structure
Text Symbol: 022 = Target Budget Structure





Text Symbol: 023 = Source Fiscal Year
Text Symbol: 024 = Target Fiscal Year
Text Symbol: 025 = Source Budget Category
Text Symbol: 026 = Target Budget Category
Text Symbol: 027 = Source Hierarchy ID
Text Symbol: 028 = Target Hierarchy ID


INCLUDES used within this REPORT RFFMHIE_COPY

INCLUDE: LFMAUEQU.
INCLUDE FMHIE_COPY_SELSCREEN.
INCLUDE: FMHIE_COPY_TOP.
INCLUDE RFFMHIE_COPY_PBO_SCREENF01.
INCLUDE IFMHIE_SCREEN_CHECKS.
INCLUDE FFMHIE_COMMON_ROUTINES.
INCLUDE FMHIE_COPY_F01.
INCLUDE RFFMHIE_COPY_PBO_1100O01.
INCLUDE RFFMHIE_COPY_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_COPY or its description.