SAP Reports / Programs

RFFMCCF1 SAP ABAP Report - Year-End Closing: Carryforward of Open Items







RFFMCCF1 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: Carryforward of Open Items You can carryforward all open Funds Management commitments documents for an FM area and fiscal year to the next fiscal year using this 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 RFFMCCF1 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

FMJ2 - Year-End Closing: Carryfwd Cmmts


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 RFFMCCF1. "Basic submit
SUBMIT RFFMCCF1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCCF1 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_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_BUKRS = D .
Selection Text: S_BELNR = D .
Selection Text: P_UFMTOT = D .
Selection Text: P_UCFTOT = D .
Selection Text: P_TEST = D .
Selection Text: P_SELVAR = D .
Selection Text: P_QSTUNR = D .
Selection Text: P_QCFDOC = D .
Selection Text: P_PAYMT = D .
Selection Text: P_PARAL = D .
Selection Text: P_LOGSYS = 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_COMMT = D .
Selection Text: P_AVC = D .
Selection Text: P_ANZCPP = D .
Selection Text: S_BUDPER = D .
Title: Year-End Closing: Carryforward of Open Items
Text Symbol: 401 = Carryforward of Open Items - Error Log
Text Symbol: 400 = Carryforward of Open Items - Summary Log
Text Symbol: 125 = Technical Performance Settings
Text Symbol: 121 = More Technical Performance Parameters
Text Symbol: 120 = Other Parameters
Text Symbol: 111 = Hide Technical Performance Parameter
Text Symbol: 110 = Performance Parameter Off
Text Symbol: 101 = Show Technical Performance Parameter





Text Symbol: 100 = Performance Parameter On


INCLUDES used within this REPORT RFFMCCF1

INCLUDE IFIFMCCF_JOINTTOP.
INCLUDE IFIFMFYC_RLDNR_SEL.
INCLUDE IFIFMFYC_FMACC_SEL.
INCLUDE IFIFMFYC_WRTDC_SEL.
INCLUDE IFIFMFYC_ALE_SEL.
INCLUDE RKASMAWF.
INCLUDE IFIFMCCF_JOINTF01.
INCLUDE IFIFMCCF_JOINTF02.
INCLUDE IFIFMCCF_JOINTF03.
INCLUDE IFIFMCCF_JOINTF04.
INCLUDE IFIFMCCF_JOINTF05.
INCLUDE IFIFMCCF_JOINTF06.
INCLUDE IFIFMCCF_JOINTF07.
INCLUDE IFIFMCCF_JOINTF08.
INCLUDE IFIFMCCF_JOINTF09.
INCLUDE IFIFMCCF_JOINTF10.
INCLUDE IFIFMCCF_JOINTF11.
INCLUDE IFIFMCCF_JOINTF12.
INCLUDE IFIFMCCF1_F01.
INCLUDE IFIFMCCF1_F02.
INCLUDE IFIFMCCF1_F03.
INCLUDE IFIFMCCF1_F04.
INCLUDE IFIFMCCF1_F05.
INCLUDE IFIFMCCF1_F06.
INCLUDE IFIFMCCF1_F07.
INCLUDE IFIFMCCF1_F08.
INCLUDE IFIFMCCF1_F11.


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_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_aleszn = bltxtale.

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = g_t_fcode_excl IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

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_CCF_CPP_INFO_DISPLAY CALL FUNCTION 'FM_CCF_CPP_INFO_DISPLAY' EXPORTING i_f_control_data = g_f_control_data i_title = text-121.

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 e_t_value_types = g_t_value_types.

FMKU_CHECK_NB_ACTIVATION CALL FUNCTION 'FMKU_CHECK_NB_ACTIVATION' EXPORTING i_fm_area = p_fikrs i_fiscyear = p_gjahr IMPORTING e_flg_bcs_active = g_f_control_data-nb_active.

FM_CCF_CFLOTNR_GET CALL FUNCTION 'FM_CCF_CFLOTNR_GET' EXPORTING i_fikrs = p_fikrs IMPORTING e_cflotnr = g_f_control_data-cflotnr.

ENQUEUE_EFMCCFLOT CALL FUNCTION 'ENQUEUE_EFMCCFLOT' EXPORTING fikrs = g_f_control_data-fikrs syear = g_f_control_data-sgjahr cflotnr = g_f_control_data-cflotnr _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FM_CCF_VALUE_TYPES_FILTER CALL FUNCTION 'FM_CCF_VALUE_TYPES_FILTER' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr CHANGING c_t_value_types = g_t_value_types.



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