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

RFFMMD_COM_ITEM_FYC SAP ABAP Report - Copy Cmmt Items into Following Year







RFFMMD_COM_ITEM_FYC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Copying Commitment Items into the Following Year This program copies the standard hierarchy of the commitment items (variant 000) of an FM area from the fiscal year entered into the following fiscal year...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 RFFMMD_COM_ITEM_FYC 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

FMCI_FYC - Copy Cmmt Items into Following Year
FMCI_COPY_NEXT_YEAR - Copy Cmmt Items into Following Year


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_FYC. "Basic submit
SUBMIT RFFMMD_COM_ITEM_FYC AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMD_COM_ITEM_FYC 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: S_SPRAS = D Language Key
Selection Text: S_ID = D Text Type
Selection Text: P_TEST_X = Test Run
Selection Text: P_EXIT = Enhancement for Copying CI
Selection Text: P_ERROR = Errors and warnings only
Selection Text: P_DISPL = D Fill Display Fields
Selection Text: P_DETAIL = Issue detail list
Title: Copy Cmmt Items into Following Year
Text Symbol: 114 = Does Not Exist
Text Symbol: 113 = Txt ty.
Text Symbol: 008 = Call up enhancement for copying commitment items
Text Symbol: 007 = Ctrl parameters
Text Symbol: 006 = Lang.
Text Symbol: 005 = Long text
Text Symbol: 004 = Variant
Text Symbol: 003 = Fiscal Year
Text Symbol: 002 = FM area
Text Symbol: 001 = Source parameters


INCLUDES used within this REPORT RFFMMD_COM_ITEM_FYC

INCLUDE IFIFMMDC.


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_F4_FOR_FMTTXID CALL FUNCTION 'FM_F4_FOR_FMTTXID' EXPORTING i_type = '1' IMPORTING e_id = s_id-low EXCEPTIONS no_select = 1 OTHERS = 2.

FM_F4_FOR_FMTTXID CALL FUNCTION 'FM_F4_FOR_FMTTXID' EXPORTING i_type = '1' IMPORTING e_id = s_id-high EXCEPTIONS no_select = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RFFMMD_COM_ITEM_FYC' TABLES selection_table = l_t_seltab.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' no_dialog = 'X' IMPORTING out_parameters = ls_printpar EXCEPTIONS OTHERS = 1.



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