RFFMMD_COM_ITEM_ALT_HIER 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 RFFMMD_COM_ITEM_ALT_HIER 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_FIKRS = D FM area
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_VARNT = D Variant
Title: Program RFFMMD_COM_ITEM_ALT_HIER
Text Symbol: 001 = The superior commitment item
Text Symbol: 002 = does not exist
Text Symbol: 003 = Commitmnt item
Text Symbol: 004 = could not be created
Text Symbol: 005 = Error in the alternative hierarchy
Text Symbol: 006 = There are already commitment items in
Text Symbol: 007 = Text on commit. item
Text Symbol: 008 = Commitment item long text
Text Symbol: 009 = Conversion was cancelled. No data converted.
Text Symbol: 010 = Error in the collective expend.assgnmnt.
Text Symbol: 011 = Check if the cmmt item standard variants were completely converted
Text Symbol: 012 = Commitment items were assigned to alternative hierarchy or created.
Text Symbol: 015 = Error with internal number allocation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_COM_ITEM_ENQUEUE CALL FUNCTION 'FM_COM_ITEM_ENQUEUE' EXPORTING I_FIKRS = P_FIKRS I_GJAHR = P_GJAHR.
FM_POSIT_NUMBER_UPDATE CALL FUNCTION 'FM_POSIT_NUMBER_UPDATE' EXCEPTIONS ERROR_OCCURED = 1.
FM_PPLAN_GET_FROM_FIKRS_GJAHR * CALL FUNCTION 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * EXPORTING * I_FIKRS = U_FIKRS * I_GJAHR = U_GJAHR * IMPORTING * E_PPLAN = C_PPLAN * EXCEPTIONS * PPLAN_NOT_FOUND = 1.
FM_FIPOS_GET_TEMP_NUMBER CALL FUNCTION 'FM_FIPOS_GET_TEMP_NUMBER' EXPORTING I_FIPEX_NEW = U_FIPEX IMPORTING E_FIPOS = L_F_FMCI-FIPOS.
FM_POSIT_NUMBER_GET CALL FUNCTION 'FM_POSIT_NUMBER_GET' EXPORTING I_FIPEX = L_F_FMCI-FIPEX I_FIKRS = L_F_FMCI-FIKRS IMPORTING E_POSIT = L_F_FMCI-POSIT.
FM_FIPOS_GET_DB_NUMBER CALL FUNCTION 'FM_FIPOS_GET_DB_NUMBER' TABLES T_FIPOS_TEMP_DB = L_T_FIPOS_TEMP_DB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMMD_COM_ITEM_ALT_HIER - Program RFFMMD_COM_ITEM_ALT_HIER RFFMMD_COM_ITEM_ALT_HIER - Program RFFMMD_COM_ITEM_ALT_HIER RFFMMD_BUDGET_PERIOD_LISTTOP - Include RFFMMD_BUDGET_PERIOD_LISTTOP RFFMMD_BUDGET_PERIOD_LISTF02 - Include RFFMMD_BUDGET_PERIOD_DELETEF02 RFFMMD_BUDGET_PERIOD_LISTF01 - Include RFFMMD_BUDGET_PERIOD_LISTF01 RFFMMD_BUDGET_PERIOD_LIST - FM: Budget Period Report