RFFMCCF0_CHAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to carryforward
If you would like to execute this report or see the full code listing simply enter RFFMCCF0_CHAIN into the relevant SAP transactions such as SE38 or SE80
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_MEASR = D .
Selection Text: S_GRANT = D .
Selection Text: S_GNJHR = D .
Selection Text: S_FONDS = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FICTR = D .
Selection Text: S_FAREA = D .
Selection Text: S_CFLEV = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BUDPER = D .
Selection Text: S_BELNR = D .
Selection Text: P_ZERCHN = D .
Selection Text: P_TEST = D .
Selection Text: P_SELVAR = D .
Selection Text: P_PAYMT = D .
Selection Text: P_PAYFLG = D .
Selection Text: P_O_ROOT = D .
Selection Text: P_O_ALL = D .
Selection Text: P_MIXCHN = D .
Selection Text: P_LOEKZ = D .
Selection Text: P_KNGJHR = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FIKRS = D .
Selection Text: P_EXPER = D .
Selection Text: P_ENQDC = D .
Selection Text: P_DIAS = D .
Selection Text: P_DBCON = D .
Selection Text: P_COMMT = D .
Selection Text: P_AVC = D .
Selection Text: P_NOHANA = No Hana
Selection Text: P_COMPL = Carry Forward Completed Items
Title: Carry Forward Completely Reduced Documents Manually (Chains)
Text Symbol: 099 = Hana
Text Symbol: 098 = Expert Mode
Text Symbol: 097 = Completely Reduced Documents
Text Symbol: 096 = Results Document List
Text Symbol: 001 = Processing Only Partially Completed. Restart with Same Selection Necessary to Process All Data
INCLUDE IFIFMCCF_JOINTTOP.
INCLUDE FMMP_HANA_TOP.
INCLUDE IFIFMFYC_RLDNR_SEL.
INCLUDE IFIFMFYC_FMACC_SEL.
INCLUDE IFIFMFYC_FIBKN_SEL.
INCLUDE IFIFMFYC_SPCCF_SEL.
INCLUDE IFIFMFYC_PRCTR_SEL_CHAIN.
INCLUDE RKASMAWF.
INCLUDE IFIFMCCF_JOINTF01.
INCLUDE IFIFMCCF_JOINTF02.
INCLUDE IFIFMCCF_JOINTF03.
INCLUDE IFIFMCCF_JOINTF06.
INCLUDE IFIFMCCF_JOINTF08.
INCLUDE IFIFMCCF_JOINTF09.
INCLUDE IFIFMCCF_JOINTF10.
INCLUDE IFIFMCCF_JOINTF11.
INCLUDE IFIFMCCF_JOINTF12.
INCLUDE IFIFMCCF1_F03.
INCLUDE IFIFMCCF1_F07.
INCLUDE IFIFMCCF1_CHAIN_F16.
INCLUDE IFIFMCCF1_CHAIN_F01.
INCLUDE IFIFMCCF1_CHAIN_F02.
INCLUDE IFIFMCCF1_CHAIN_F03.
INCLUDE IFIFMCCF1_CHAIN_F04.
INCLUDE IFIFMCCF1_CHAIN_F05.
INCLUDE IFIFMCCF1_CHAIN_F06.
INCLUDE IFIFMCCF1_CHAIN_F07.
INCLUDE IFIFMCCF1_CHAIN_F08.
INCLUDE IFIFMCCF1_CHAIN_F09.
INCLUDE IFIFMCCF1_CHAIN_F10.
INCLUDE FMMP_PROCESSING_HANA.
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_morerv = bltxtscf 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 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.
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 RFFMCCF0_CHAIN or its description.
RFFMCCF0_CHAIN - Carry Forward Completely Reduced Documents Manually (Chains) RFFMCCF0_CHAIN - Carry Forward Completely Reduced Documents Manually (Chains) RFFMCCF0 - Carry Forward Completely Reduced Documents Manually RFFMCCF0 - Carry Forward Completely Reduced Documents Manually RFFMCCAVC_REINITTOP - Include RFFMCCAVC_REINITTOP RFFMCCAVC_REINITS01 - Include RFFMCCAVC_REINITS01