RFFMHIE_DELETE 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 delete 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_DELETE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMHIE_DELETE - Delete hierarchical budget structure
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.
Selection Text: P_TEST = Test Run
Selection Text: P_LDNR = D .
Selection Text: P_HIE = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FIKRS = D .
Selection Text: P_DEL_ID = Delete Hierarchy ID
Selection Text: P_BS = D .
Title: Delete Multi-Level Budget Structure
Text Symbol: ID2 = Deleted
Text Symbol: ID1 = Not Deleted
Text Symbol: ERR = Error
Text Symbol: D02 = Do you really want to continue the deletion
Text Symbol: D01 = Delete confirmation
Text Symbol: 508 = Nodes deleted
Text Symbol: 507 = Update Run
Text Symbol: 506 = Test Run
Text Symbol: 505 = Processing status
Text Symbol: 504 = Hierarchy ID
Text Symbol: 503 = Fiscal Year
Text Symbol: 502 = Budget Structure
Text Symbol: 501 = Budget Category
Text Symbol: 500 = FM Area
Text Symbol: 001 = Processing Options
INCLUDE: FMHIE_DELETE_TOP.
INCLUDE: LFMAUEQU.
INCLUDE IFMHIE_SCREEN_CHECKS.
INCLUDE FMHIE_DELETE_SELSCREEN.
INCLUDE RFFMHIE_DELETE_PBO_SCREENF01.
INCLUDE FFMHIE_COMMON_ROUTINES.
INCLUDE FMHIE_DELETE_F01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMHIE_DELETE - Delete Multi-Level Budget Structure RFFMHIE_DELETE - Delete Multi-Level Budget Structure RFFMHIE_DATA_INCONSISTENCIES - Check Budget/Posting data and BA/PA lists for inconsistencies RFFMHIE_DATA_INCONSISTENCIES - Check Budget/Posting data and BA/PA lists for inconsistencies RFFMHIE_COPY_PBO_SCREENF01 - Include RFFMHIE_CHANGE_PBO_SCREENF01 RFFMHIE_COPY_PBO_1100O01 - Include RFFMHIE_COPY_PBO_1100O01