SAP Reports / Programs

RFFMCFRB SAP ABAP Report - TR-FM: Reverse Fiscal Year Change, Budget







RFFMCFRB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFMCFRB 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

FMJD - Reverse Fiscal Year Close: Budget


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 RFFMCFRB. "Basic submit
SUBMIT RFFMCFRB AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCFRB 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_ALL_VE = All budget versions
Selection Text: P_FIKRS = FM area
Selection Text: P_GJAHR = Fiscal year (sender)
Selection Text: P_SELVAR = D Variant Name
Selection Text: P_TEST = D Test Run
Selection Text: P_VERSN = Budget version
Selection Text: S_FONDS = D Fund
Title: TR-FM: Reverse Fiscal Year Change, Budget
Text Symbol: 301 = Sdr Fd
Text Symbol: 220 = Processing funds
Text Symbol: 210 = Test Run
Text Symbol: 200 = Update Run
Text Symbol: 110 = Budget carryforward reversed due to inconsistencies
Text Symbol: 100 = Budget carryforward accd. to limit on fund reversed
Text Symbol: 060 = Number of Processing Funds
Text Symbol: 050 = Send Year
Text Symbol: 040 = FM area
Text Symbol: 030 = Explanation
Text Symbol: 020 = Status
Text Symbol: 007 = Accrual Enhancements
Text Symbol: 302 = Sender Fund
Text Symbol: 322 = Carryforward param.
Text Symbol: 321 = CFwd paramtr
Text Symbol: 312 = Receiver Fund
Text Symbol: 311 = RecFun


INCLUDES used within this REPORT RFFMCFRB

INCLUDE IFIFMFYC_FONDS_SEL.


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_t_fcode_excl = g_t_fcode_excl i_flg_funds_only = 'X' 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_funds_only = 'X' i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FM_FYC_SEL_VARIANT_CHECK CALL FUNCTION 'FM_FYC_SEL_VARIANT_CHECK' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_selvar = p_selvar i_sel_repname = con_sel_report.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fikrs i_actvt = fmau_delete i_msgty = 'E'.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

FM_FYC_SELECT_FUNDS CALL FUNCTION 'FM_FYC_SELECT_FUNDS' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_selvar = p_selvar IMPORTING e_t_funds = g_t_funds.

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.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = con_sel_report new_title = g_selvar_f4_title IMPORTING sel_variant = p_selvar EXCEPTIONS OTHERS = 1.

FM_FYC_SELECT_FUNDS CALL FUNCTION 'FM_FYC_SELECT_FUNDS' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_flg_no_list = 'X' i_selvar = p_selvar IMPORTING e_t_funds = g_t_funds.

FMCFAA_DELETE CALL FUNCTION 'FMCFAA_DELETE' EXPORTING * I_ACTUALS = ' ' i_budget = 'X' i_fikrs = p_fikrs i_gjahr = p_gjahr i_all_gjahr = p_all_gj i_geber = g_fund i_versn = p_versn i_all_versn = p_all_ve i_xreal = p_xreal i_xtest = p_xtest EXCEPTIONS OTHERS = 0.

FMCFAB_DELETE CALL FUNCTION 'FMCFAB_DELETE' EXPORTING * I_ACTUALS = ' ' i_budget = 'X' i_fikrs = p_fikrs i_gjahr = p_gjahr i_all_gjahr = p_all_gj i_geber = g_fund i_versn = p_versn i_all_versn = p_all_ve i_xreal = p_xreal i_xtest = p_xtest EXCEPTIONS OTHERS = 0.

FMCFBU_DELETE CALL FUNCTION 'FMCFBU_DELETE' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_all_gjahr = p_all_gj i_geber = g_fund i_t_geber_e = l_t_funds_e i_versn = p_versn i_all_versn = p_all_ve.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = c_flg_fund_active.

KBPS_SHOW_VERSIONS CALL FUNCTION 'KBPS_SHOW_VERSIONS' EXPORTING applik = l_funds object = l_object wrttp = l_wfbudget wrttp2 = l_wpbudget * GEBER = ' ' geber_all = 'X' im_cop_versn = space * IM_ALL_VERSN = ' ' IMPORTING version = c_versn EXCEPTIONS no_versions = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFFMCFRB' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_background_id = l_background_id i_grid_title = l_title i_save = 'A' it_fieldcat = l_t_fieldcat TABLES t_outtab = c_t_log EXCEPTIONS program_error = 1 OTHERS = 2.

FM_FYC_TOOLTIP_CREATE CALL FUNCTION 'FM_FYC_TOOLTIP_CREATE' CHANGING c_icon_field = -status.



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