RFFMAVC_DIFF_CHECK_DIMENSIONS is a standard ABAP INCLUDE 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 RFFMAVC_DIFF_CHECK_DIMENSIONS 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.
Title: Include RFFMAVC_DIFF_CHECK_DIMENSIONS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_FUND_READ CALL FUNCTION 'FM_FUND_READ' EXPORTING i_fikrs = u_fm_area i_fincode = u_fund.
FM_BUDGET_PERIOD_READ CALL FUNCTION 'FM_BUDGET_PERIOD_READ' EXPORTING i_budget_period = u_budget_pd.
FMBAS_CHECK_FUNCAREA CALL FUNCTION 'FMBAS_CHECK_FUNCAREA' EXPORTING i_fm_area = u_fm_area i_funcarea = u_funcarea i_fiscyear = u_fyear.
FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_gjahr = u_fyear.
FMKU_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FMKU_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_cmmtitem = u_cmmtitem.
GM_GRANT_CHECK CALL FUNCTION 'GM_GRANT_CHECK' EXPORTING im_grant_nbr = u_grant.
FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = u_fm_area i_measure = u_measure.
FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = c_flg_fund_active EXCEPTIONS OTHERS = 1.
FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_budget_pd_active = c_flg_budget_pd_active EXCEPTIONS OTHERS = 1.
FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_fundsctr_active = c_flg_fundsctr_active EXCEPTIONS OTHERS = 1.
FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_cmmtitem_active = c_flg_cmmtitem_active EXCEPTIONS OTHERS = 1.
FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_funcarea_active = c_flg_funcarea_active EXCEPTIONS OTHERS = 1.
FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_grant_nbr_active = c_flg_grant_nbr_active EXCEPTIONS OTHERS = 1.
FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_measure_active = c_flg_measure_active EXCEPTIONS OTHERS = 1.
FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_userdim_active = c_flg_userdim_active EXCEPTIONS OTHERS = 1.
FMAVC_CHECK_BUDCAT_ALDNR CALL FUNCTION 'FMAVC_CHECK_BUDCAT_ALDNR' EXPORTING i_aldnr = u_aldnr IMPORTING e_budcat0 = l_budcat0 e_budcat1 = l_budcat1 EXCEPTIONS OTHERS = 1.
FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = l_budcat1 * I_FLG_BYPASS_BUFFER = 'X' IMPORTING e_flg_ceffyear_used = l_flg_ceffyear_used e_ceffyear_state = l_ceffyear_state EXCEPTIONS OTHERS = 1.
FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = l_budcat0 * I_FLG_BYPASS_BUFFER = 'X' IMPORTING e_flg_ceffyear_used = l_flg_ceffyear_used e_ceffyear_state = l_ceffyear_state EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = u_tabname langu = sy-langu lfieldname = u_fieldname IMPORTING dfies_wa = l_f_dfies EXCEPTIONS OTHERS = 1.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = l_f_dfies-rollname langu = sy-langu IMPORTING dd04v_wa = c_f_dd04v EXCEPTIONS OTHERS = 1.
FM_F4_FOR_FUND CALL FUNCTION 'FM_F4_FOR_FUND' EXPORTING i_fikrs = u_fm_area IMPORTING e_fund = c_fund EXCEPTIONS OTHERS = 1.
FM_F4_FOR_BUDGET_PERIOD CALL FUNCTION 'FM_F4_FOR_BUDGET_PERIOD' IMPORTING e_budget_period = c_budget_pd EXCEPTIONS OTHERS = 1.
FM_F4_FOR_FUNDS_CENTER CALL FUNCTION 'FM_F4_FOR_FUNDS_CENTER' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr IMPORTING e_fictr = c_fictr EXCEPTIONS OTHERS = 1.
FM_F4_FOR_COMMITMENT_ITEM CALL FUNCTION 'FM_F4_FOR_COMMITMENT_ITEM' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr IMPORTING e_fipex = c_fipex EXCEPTIONS OTHERS = 1.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = u_tabname fieldname = u_fieldname TABLES return_tab = l_t_values EXCEPTIONS OTHERS = 1.
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 RFFMAVC_DIFF_CHECK_DIMENSIONS or its description.
RFFMAVC_DIFF_CHECK_DIMENSIONS - Include RFFMAVC_DIFF_CHECK_DIMENSIONS RFFMAVC_DIFF_ACC_DIM - Include RFFMAVC_DIFF_ACC_DIM RFFMAVC_DIFF_0100_MODULE - Include RFFMAVC_DIFF_0100_MODULE RFFMAVC_CTRLDATA_TOP - Include RFFMAVC_HIER_VIEW_TOP RFFMAVC_CTRLDATA_REP_FORMS - Include ZRFFMAVC_CTRLDATA_SEL_FORMS RFFMAVC_CTRLDATA_DIFF_TOP - Include RFFMAVC_CTRLDATA_DIFF_TOP