RFFMCE_CTRLDATA_REP_FORMS 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 RFFMCE_CTRLDATA_REP_FORMS 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 RFFMCE_CTRLDATA_REP_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_SET_FM_AREA CALL FUNCTION 'FM_SET_FM_AREA' EXPORTING i_flg_process_popup = l_process_popup IMPORTING e_fikrs = l_fm_area EXCEPTIONS no_fikrs_selected = 1 OTHERS = 2.
FMBAS_READ_ACT_LDNR_WITH_TEXT CALL FUNCTION 'FMBAS_READ_ACT_LDNR_WITH_TEXT' EXPORTING i_fikrs = l_fm_area i_flg_use_fin_bdg = con_off EXCEPTIONS OTHERS = 1.
FMAVC_ALL_DIMENSIONS_FM_AREA CALL FUNCTION 'FMAVC_ALL_DIMENSIONS_FM_AREA' EXPORTING i_fm_area = l_fm_area EXCEPTIONS OTHERS = 1.
FMAVC_ALL_DIMENSIONS_FM_AREA CALL FUNCTION 'FMAVC_ALL_DIMENSIONS_FM_AREA' EXPORTING i_fm_area = u_fm_area IMPORTING e_t_fieldnames = g_t_active_dims_co EXCEPTIONS OTHERS = 1.
FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fm_area i_actvt = con_act_fmbu_display IMPORTING e_flg_auth = g_flg_gen * E_FLG_AUTH_A = .
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_CEFFYEAR CALL FUNCTION 'FMCU_CHECK_CEFFYEAR' EXPORTING i_fm_area = u_fm_area i_budcat = l_budcat1 i_fiscyear = u_fiscyear i_ceffyear = u_ceffyear EXCEPTIONS OTHERS = 1.
FMCE_CHECK_ALDNR_AUTO_CG CALL FUNCTION 'FMCE_CHECK_ALDNR_AUTO_CG' EXPORTING i_aldnr = u_aldnr * I_FM_AREA = * I_FLG_BYPASS_BUFFER = ' ' EXCEPTIONS OTHERS = 1.
FMCE_CHECK_ACTIVATION_CE CALL FUNCTION 'FMCE_CHECK_ACTIVATION_CE' EXPORTING i_fm_area = i_fm_area i_fiscyear = i_fiscyear * I_BYPASS_BUFFER = ' ' IMPORTING e_flg_ce_active = l_flg_active * E_ACTIVE_FROM_YEAR = e_flg_call_rib_active = g_flg_call_rib_active.
FMAVC_GET_SOURCE_LEDGERS CALL FUNCTION 'FMAVC_GET_SOURCE_LEDGERS' EXPORTING i_aldnr = u_aldnr IMPORTING e_sldnr1 = c_bldnr EXCEPTIONS OTHERS = 1.
FMRB_GET_RIB_LEDGER_FOR_BUDCAT CALL FUNCTION 'FMRB_GET_RIB_LEDGER_FOR_BUDCAT' EXPORTING i_budcat = c_bldnr IMPORTING e_t_rib_ledger = l_t_rib_ledger EXCEPTIONS OTHERS = 0.
FMBAS_READ_ACT_LDNR_WITH_TEXT CALL FUNCTION 'FMBAS_READ_ACT_LDNR_WITH_TEXT' EXPORTING i_fikrs = l_fikrs i_flg_use_fin_bdg = con_off i_flg_check_ce = con_on IMPORTING e_flg_single_aldnr = g_flg_single_ldnr e_t_aldnr_txt = g_t_ldnr_txt EXCEPTIONS OTHERS = 1.
FM_SET_FM_AREA CALL FUNCTION 'FM_SET_FM_AREA' EXPORTING i_flg_process_popup = con_on IMPORTING e_fikrs = l_fikrs EXCEPTIONS OTHERS = 1.
FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = u_fm_area IMPORTING e_fund_state = l_fund_state e_fundsctr_state = l_fundsctr_state e_cmmtitem_state = l_cmmtitem_state e_funcarea_state = l_funcarea_state e_measure_state = l_measure_state e_grant_nbr_state = l_grant_nbr_state e_userdim_state = l_userdim_state e_budget_pd_state = l_budget_pd_state EXCEPTIONS OTHERS = 1.
FMBAS_GET_ACTIVE_DIMENSIONS_PO CALL FUNCTION 'FMBAS_GET_ACTIVE_DIMENSIONS_PO' EXPORTING i_fm_area = u_fm_area IMPORTING e_grant_active = g_flg_grnt_active e_fund_active = g_flg_fund_active e_function_active = g_flg_fnca_active e_measure_active = g_flg_meas_active e_funds_ctr_active = g_flg_fctr_active e_cmmt_item_active = g_flg_cmmt_active e_bud_per_active = g_flg_budp_active e_userdim_active = g_flg_udim_active 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.
RFFMCE_CTRLDATA_REP_FORMS - Include RFFMCE_CTRLDATA_REP_FORMS RFFMCE_CTRLDATA_0100_SCR - Include ZRFFMAVC_CTRLDATA_0100_FORMS RFFMCE_CTRLDATA_0100_MODULES - Include ZRFFMAVC_CTRLDATA_0100_MODULES RFFMCE_CTRLDATA_0100_AVC - Include RFFMCE_CTRLDATA_0100_AVC RFFMCE_CTRLDATA_0100_ALV - Include RFFMAVC_HIER_VIEW_FORMS_ALV RFFMCE_CPYCOVERGR_TOP - Include RFFMCE_CPYCOVERGR_TOP