SAP Reports / Programs

RFFMCCFR_CHAIN SAP ABAP Report - Closing Operations: Undo Carryforward Open Items (Chains)







RFFMCCFR_CHAIN 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: Reverse Commitment Carryforward with Document Chains You can use this program to undo the commitment carryforward with document chains to the next fiscal year (program 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 RFFMCCFR_CHAIN 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 RFFMCCFR_CHAIN. "Basic submit
SUBMIT RFFMCCFR_CHAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCCFR_CHAIN 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_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_BUDPER = D .
Selection Text: S_BELNR = D .
Selection Text: P_UNAME = D .
Selection Text: P_TEST = D .
Selection Text: P_SELVAR = D .
Selection Text: P_O_ROOT = D .
Selection Text: P_O_ALL = D .
Selection Text: P_LOTNR = D .
Selection Text: P_KNGJHR = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FIKRS = D .
Selection Text: P_ENQDC = D .
Selection Text: P_DIAS = D .
Selection Text: P_AVC = D .
Selection Text: P_PAYMT = Payment Budget
Selection Text: P_COMMT = Commitment Budget
Title: Closing Operations: Undo Carryforward Open Items (Chains)
Text Symbol: 401 = Carryback of Open Items - Error Log
Text Symbol: 400 = Carryback of Open Items - Summary Log
Text Symbol: 096 = Results Doc. List


INCLUDES used within this REPORT RFFMCCFR_CHAIN

INCLUDE IFIFMCCF_JOINTTOP.
INCLUDE IFIFMFYC_RLDNR_SEL.
INCLUDE IFIFMFYC_FMACC_SEL.
INCLUDE IFIFMFYC_WRTDC_SEL.
INCLUDE IFIFMFYC_UDATA_SEL.
INCLUDE IFIFMFYC_PRCTR_SEL_CHAIN_UNDO.
INCLUDE RKASMAWF.
INCLUDE IFIFMCCF_JOINTF01.




INCLUDE IFIFMCCF_JOINTF02.
INCLUDE IFIFMCCF_JOINTF03.
INCLUDE IFIFMCCF_JOINTF06.
INCLUDE IFIFMCCF_JOINTF07.
INCLUDE IFIFMCCF_JOINTF08.
INCLUDE IFIFMCCF_JOINTF09.
INCLUDE IFIFMCCF_JOINTF10.
INCLUDE IFIFMCCF_JOINTF11.
INCLUDE IFIFMCCF_JOINTF12.
INCLUDE IFIFMCCFR_F01.
INCLUDE IFIFMCCFR_F03.
INCLUDE IFIFMCCFR_F04.
INCLUDE IFIFMCCF1_CHAIN_F04.
INCLUDE IFIFMCCF1_CHAIN_F06.
INCLUDE IFIFMCCF1_CHAIN_F07.
INCLUDE IFIFMCCF1_CHAIN_F08.
INCLUDE IFIFMCCF1_CHAIN_F16.
INCLUDE IFIFMCCFR_CHAIN_F01.
INCLUDE IFIFMCCFR_CHAIN_F02.


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_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 e_text_outvar = bltxtout.

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_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.



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