RFFMBE01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFFMBE01 into the relevant SAP transactions such as SE38 or SE80
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_RADPOS = Radio button for centers
Selection Text: P_RADCTR = Radio button for items
Selection Text: P_HIVERS = Hierarchy version
Selection Text: P_FIKRS = FM area
Title: Check of Master Data Hierarchy for Commitment Items and Funds Centers
Text Symbol: 103 = This record does not exist
Text Symbol: 102 = errors
Text Symbol: 101 = Center hierarchy with its
Text Symbol: 100 = Item hierarchy with its
Text Symbol: 010 = Center
Text Symbol: 009 = Lst Change
Text Symbol: 008 = Changed on
Text Symbol: 007 = Level
Text Symbol: 006 = Child
Text Symbol: 005 = Right brother
Text Symbol: 004 = Left brother
Text Symbol: 003 = Parnt
Text Symbol: 002 = Root
Text Symbol: 001 = Item
001 | Line item no.| Root | Father |Left Sibling |Right Sibling | Child |Level|Chgd on. |Last chg by.|
INCLUDE MBE01TOP.
No SAP DATABASE tables are accessed within this REPORT code!
FMHH_MASTER_DATA_POS CALL FUNCTION 'FMHH_MASTER_DATA_POS' EXPORTING I_FIKRS = P_FIKRS I_POSHIVERS = P_HIVERS TABLES P_T_ERROR = G_T_ERROR_1 P_T_HIFIPOS = G_T_HIFIPOS_1.
FMHH_FILL_UPDATE_TABLE_FMHIPOS CALL FUNCTION 'FMHH_FILL_UPDATE_TABLE_FMHIPOS' EXPORTING I_FIKRS = P_FIKRS I_POSHIVERS = P_HIVERS TABLES T_HIFIPOS = G_T_HIFIPOS_1.
FMHH_MASTER_DATA_CTR CALL FUNCTION 'FMHH_MASTER_DATA_CTR' EXPORTING I_FIKRS = P_FIKRS I_POSHIVERS = P_HIVERS TABLES P_T_ERROR = G_T_ERROR_1 P_T_HIFICTR = G_T_HIFICTR_1.
FMHH_FILL_UPDATE_TABLE_FMHICTR CALL FUNCTION 'FMHH_FILL_UPDATE_TABLE_FMHICTR' EXPORTING I_FIKRS = P_FIKRS I_POSHIVERS = P_HIVERS TABLES T_HIFICTR = G_T_HIFICTR_1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMBE01 - Check of Master Data Hierarchy for Commitment Items and Funds Centers RFFMBE01 - Check of Master Data Hierarchy for Commitment Items and Funds Centers RFFMBALI2 - documentation and ABAP source code RFFMBALI1 - documentation and ABAP source code RFFMBAL1 - Acquisition of FM Plan version in net voting version RFFMBAL1 - Acquisition of FM Plan version in net voting version