SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

RFFMCC_REPORT01 SAP ABAP Report - Consistency Check Report







RFFMCC_REPORT01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can verify the rules, whether new or existing, that have been defined in the Consistency Check tool...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 RFFMCC_REPORT01 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

FMCCR01 - Consistency Check Report


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 RFFMCC_REPORT01. "Basic submit
SUBMIT RFFMCC_REPORT01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCC_REPORT01 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_AKTIVE = Check only Active Rules
Selection Text: P_BUCATT = Budget category text
Selection Text: P_BUDCAT = D .
Selection Text: P_FMAREA = D .
Selection Text: P_SELVAR = D .
Selection Text: P_SFYEAR = D .
Selection Text: P_SVERS = Version
Selection Text: S_BUDPER = D .
Selection Text: S_FAREA = D .
Selection Text: S_FICTR = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FONDS = D .
Selection Text: S_GRANT = D .
Selection Text: S_MEASR = D .
Title: Consistency Check Report
Text Symbol: 001 = Budget Category
Text Symbol: 002 = Settings
Text Symbol: 003 =
Text Symbol: 010 = Yr. of Cash Effect.
Text Symbol: 020 = To


INCLUDES used within this REPORT RFFMCC_REPORT01

INCLUDE IRFFMCC_REPORT01TOP.
INCLUDE IFIFMFYC_FMACC_SEL.
INCLUDE RKASMAWF.
INCLUDE FMMP_GET_CEFFYEAR.
INCLUDE IRFFMCY_TEXT_CHECK_SCREEN_1000.


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_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING * i_flg_funds_only = con_on i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMCC_REPORT01' i_tcode = 'FMCCR01' i_wfitem = wf_witem i_wflist = wf_wlist * i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.

FMBD_READ_TOTALS_WITH_RANGES CALL FUNCTION 'FMBD_READ_TOTALS_WITH_RANGES' EXPORTING i_fmarea = p_fmarea * I_FLG_CONSIDER_UPDATE_BUFFER = ' ' IMPORTING e_t_fmbdt = l_t_fmbdt TABLES i_t_fiscyear = l_r_fiscyear i_t_version = l_r_version i_t_fund = s_fonds i_t_budget_pd = s_budper i_t_fdsctr = s_fictr i_t_cmmtitem = s_fipex i_t_funcarea = s_farea i_t_measure = s_measr i_t_grant_nbr = s_grant * I_T_USERDIM = i_t_ceffyear = g_r_sceffyr * I_T_WFSTATE = * I_T_PROCESS = * I_T_BUDTYPE = i_t_budcat = l_r_budcat * I_T_VALTYPE = EXCEPTIONS selection_error = 1 OTHERS = 2.

FMBD_READ_TOTALS CALL FUNCTION 'FMBD_READ_TOTALS' EXPORTING i_fm_area = p_fmarea * I_F_DIMTABS = i_t_address = g_t_dimpart i_f_selcrittabs = e_s_selcrittabs i_flg_consider_update_buffer = con_off IMPORTING e_t_fmbdt = l_t_fmbdt EXCEPTIONS selection_error = 1 OTHERS = 2.

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.

FMCU_GET_ACTIVE_VERSION CALL FUNCTION 'FMCU_GET_ACTIVE_VERSION' EXPORTING i_fm_area = p_fmarea i_fiscyear = p_sfyear IMPORTING e_active_version = p_svers.

FMKU_SET_FM_AREA CALL FUNCTION 'FMKU_SET_FM_AREA' EXPORTING i_flg_process_popup = u_flg_popup CHANGING c_fikrs = c_fm_area EXCEPTIONS no_fikrs_selected = 1.

FMKU_GET_PERIOD_INFO CALL FUNCTION 'FMKU_GET_PERIOD_INFO' EXPORTING i_fm_area = u_fm_area IMPORTING e_special_periods_active = c_special_periods_active e_nb_periods = c_nb_periods.

BUKU_GET_BUDCAT CALL FUNCTION 'BUKU_GET_BUDCAT' EXPORTING i_flg_with_texts = 'X' i_applic = 'FM' IMPORTING e_t_budcatt = s_t_budcatt[].

BUKU_MOVE_PERIOD_VALUES * CALL FUNCTION 'BUKU_MOVE_PERIOD_VALUES' * EXPORTING * I_F_SOURCE = * I_PREFIX_SOURCE = 'TSL' * I_PREFIX_TARGET = 'TVAL' * CHANGING * C_F_TARGET = L_s_line.

BUKU_MOVE_PERIOD_VALUES * CALL FUNCTION 'BUKU_MOVE_PERIOD_VALUES' * EXPORTING * I_F_SOURCE = * I_PREFIX_SOURCE = 'HSL' * I_PREFIX_TARGET = 'LVAL' * CHANGING * C_F_TARGET = L_s_line.



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