RFFMCCFR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Fiscal Year Change: Resetting Carryforward of Open Items You can use this program to reset the carryforward of Funds Management commitment documents to the next fiscal year (program
If you would like to execute this report or see the full code listing simply enter RFFMCCFR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMJ3 - Reverse Commitments Carryforward
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: S_WRTTP = D .
Selection Text: S_TIME = D .
Selection Text: S_MEASR = D .
Selection Text: S_GRANT = D .
Selection Text: S_FONDS = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FICTR = D .
Selection Text: S_FAREA = D .
Selection Text: S_DATE = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BELNR = D .
Selection Text: P_UNAME = D .
Selection Text: P_TEST = D .
Selection Text: P_SELVAR = D .
Selection Text: P_PARAL = D .
Selection Text: P_LOTNR = D .
Selection Text: P_KNGJHR = D .
Selection Text: P_ITEMLG = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FIKRS = D .
Selection Text: P_ENQDC = D .
Selection Text: P_DISVAR = D .
Selection Text: P_DIAS = D .
Selection Text: P_AVC = D .
Selection Text: S_BUDPER = D .
Selection Text: P_PAYMT = Payment Budget
Selection Text: P_COMMT = Commitment Budget
Title: Year-End Closing: Undo Carryforward of Open Items
Text Symbol: 401 = Carryback of Open Items - Error Log
Text Symbol: 400 = Carryback of Open Items - Summary Log
INCLUDE IFIFMCCF_JOINTTOP.
INCLUDE IFIFMFYC_RLDNR_SEL.
INCLUDE IFIFMFYC_FMACC_SEL.
INCLUDE IFIFMFYC_WRTDC_SEL.
INCLUDE IFIFMFYC_UDATA_SEL.
INCLUDE IFIFMFYC_PRCTR_SEL.
INCLUDE RKASMAWF.
INCLUDE IFIFMCCF_JOINTF01.
No SAP DATABASE tables are accessed within this REPORT code!
FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.
FM_FYC_SELSCR_FRAME_TITLES_GET CALL FUNCTION 'FM_FYC_SELSCR_FRAME_TITLES_GET' IMPORTING e_text_ledger = bltxtldr e_text_docsel = bltxtwrt e_text_fidocs = bltxtfid e_text_prctrl = bltxtprc e_text_approv = bltxtlot e_text_morerv = bltxtmor.
FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.
FM_CHANGE_AA_PLAN_CHECK_LOCK call function 'FM_CHANGE_AA_PLAN_CHECK_LOCK' exporting i_fikrs = p_fikrs i_gjahr_sender = p_gjahr.
FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid i_tcode = con_tcode i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.
FM_CCF_CONTROL_DATA_GET CALL FUNCTION 'FM_CCF_CONTROL_DATA_GET' EXPORTING i_fikrs = p_fikrs IMPORTING e_f_control_data = g_f_control_data.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMCCFR - Year-End Closing: Undo Carryforward of Open Items RFFMCCFR - Year-End Closing: Undo Carryforward of Open Items RFFMCCFD - Closing Operations: Commitment Carryforward According to Entry Date RFFMCCFD - Closing Operations: Commitment Carryforward According to Entry Date RFFMCCF1_CHAIN_FILL_SELCRITF01 - RFFMCCF1CHAINFILLSELCRITF01 RFFMCCF1_CHAIN_F08 - RFFMCCF1CHAINF08