SAP Reports / Programs | Public Sector Management | Funds Management | Master Data(PSM-FM-MD) SAP PSM

RFFMMD_COM_ITEM_ALT_HIER SAP ABAP Report - Program RFFMMD_COM_ITEM_ALT_HIER







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


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 RFFMMD_COM_ITEM_ALT_HIER. "Basic submit
SUBMIT RFFMMD_COM_ITEM_ALT_HIER AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMD_COM_ITEM_ALT_HIER 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_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


INCLUDES used within this REPORT RFFMMD_COM_ITEM_ALT_HIER

No INCLUDES are used within this REPORT code!


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:

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.



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 RFFMMD_COM_ITEM_ALT_HIER or its description.