SAP Reports / Programs

RFFMCFC1 SAP ABAP Report - Copy Carryforward Rules







RFFMCFC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program copies carryforward rules from a carryforward parameter and fiscal year into (another) carryforward parameter and (another) 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 RFFMCFC1 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

FMDS - Copy Carryforward Rules


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 RFFMCFC1. "Basic submit
SUBMIT RFFMCFC1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCFC1 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: P_TEST = Test run
Selection Text: P_RULES = Carryforward parameter
Selection Text: P_RULEE = Carryforward parameter
Selection Text: P_GJAHRS = Fiscal year
Selection Text: P_GJAHRE = Fiscal year
Selection Text: P_FIKRS = FM area
Selection Text: P_DEL_E = Delete old rules (target)
Selection Text: P_CO_OK = Copy only if everything OK
Title: Copy Carryforward Rules
Text Symbol: 901 = Tgt must be <> than templ.
Text Symbol: 703 = Target
Text Symbol: 702 = Copy from
Text Symbol: 701 = Other parameters
Text Symbol: 211 = Rule is being deleted
Text Symbol: 210 = Warnings !
Text Symbol: 202 = Rule is Incorrect
Text Symbol: 201 = Rule is being created - warnings!
Text Symbol: 200 = Rule is being created
Text Symbol: 104 = Percent
Text Symbol: 091 = Fiscal Year Change Rules to be Copied
Text Symbol: 090 = Copied Fiscal Year Change Rules
Text Symbol: 016 = Copy only if everything OK
Text Symbol: 015 = Delete old rules (target)
Text Symbol: 014 = Target fiscal year :
Text Symbol: 013 = Tgt carryforward rule :
Text Symbol: 012 = Reference Fiscal Year
Text Symbol: 011 = Ref.carryforward rule
Text Symbol: 010 = FM area
Text Symbol: 006 = Upd. run
Text Symbol: 005 = Test run


INCLUDES used within this REPORT RFFMCFC1

RKASMAWF,


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_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' CHANGING c_fikrs = p_fikrs.

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_flg_fikrs_only = con_on.

FM_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' EXPORTING i_flg_change = 'X' CHANGING c_fikrs = p_fikrs.

FM_FYC_AUTHORITY_CHECK CALL FUNCTION 'FM_FYC_AUTHORITY_CHECK' EXPORTING i_fikrs = p_fikrs.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMCFC1' i_tcode = 'FMDS' i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = l_cnt_obj.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = c_f_parameters-fund_active e_function_active = c_f_parameters-function_active.

FMCFSB_DELETE_FROM_TABLE CALL FUNCTION 'FMCFSB_DELETE_FROM_TABLE' TABLES t_rules_cf = u_t_fmcfsb_del EXCEPTIONS OTHERS = 0.

FMCFSB_UPDATE_WITH_TABLE CALL FUNCTION 'FMCFSB_UPDATE_WITH_TABLE' TABLES t_rules_cf = u_t_fmcfsb_new EXCEPTIONS OTHERS = 0.



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