RFFMTO10X is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Totals Records for Commitments/Actuals This program generates a list containing the commitments postings and actuals postings made during a given period as a total for each FM account assignment...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 RFFMTO10X into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMRP_RFFMTO10X - Commitment/Actual Totals Records
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.
Selection Text: P_DISVAR = Layout
Title: Commitment/Actual Totals Records
Text Symbol: 001 = Layout
Text Symbol: 200 = Own Funds
INCLUDE: RKASMAWF.
No SAP DATABASE tables are accessed within this REPORT code!
FM_SUBSTRING_FIELDCAT_CORRECT CALL FUNCTION 'FM_SUBSTRING_FIELDCAT_CORRECT' TABLES it_fieldcat = g_t_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = 'RFFMTO10X' i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = 'USER_COMMAND' * i_callback_top_of_page = 'TOP_OF_PAGE' * i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_structure_name = 'G_T_ITEM' i_background_id = g_background_id is_layout = g_f_layout is_variant = g_f_disvariant it_fieldcat = g_t_fieldcat it_sort = g_t_sort is_sel_hide = g_t_sel_crit i_default = 'X' i_save = 'A' it_events = g_t_events TABLES t_outtab = g_t_item EXCEPTIONS program_error = 1 OTHERS = 2.
FMRP_UT_GET_SELLINE CALL FUNCTION 'FMRP_UT_GET_SELLINE' EXPORTING i_report_name = con_repid TABLES sel_field = l_t_sel_field e_t_listheader = l_t_list_top_of_page.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = l_logo it_list_commentary = l_t_list_top_of_page.
FMRP_UT_GET_SELECTIONS CALL FUNCTION 'FMRP_UT_GET_SELECTIONS' EXPORTING i_report_name = con_repid i_dialog = 'X' EXCEPTIONS no_entries = 1.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'IFMRTO10X' TABLES x031l_tab = l_t_nametab EXCEPTIONS not_found = 1 OTHERS = 2.
FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING e_function_active = l_flg_farea_active e_fund_active = l_flg_fund_active e_bud_per_active = l_flg_budper_active e_grant_active = l_flg_grant_active e_measure_active = l_flg_measure_active.
FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING c_f_layout = c_f_layout.
FM_CCF_CFLEV_RESET CALL FUNCTION 'FM_CCF_CFLEV_RESET' EXPORTING i_fikrs = u_f_item-fikrs i_wrttp = u_f_item-wrttp CHANGING c_cflev = l_cflev EXCEPTIONS previous_level_not_defined = 1 input_error = 2.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = u_t_segments IMPORTING expressions = c_t_texpr.
FM_SIGN_GET_FOR_EXPENDITURE CALL FUNCTION 'FM_SIGN_GET_FOR_EXPENDITURE' IMPORTING e_sign = g_flg_expsign e_sign_revenues = g_flg_revsign.
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_flg_komm.
FM_REPORT_TITLE_SET CALL FUNCTION 'FM_REPORT_TITLE_SET' IMPORTING e_title = l_sav_title.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_f_disvariant i_save = 'A' IMPORTING es_variant = g_f_disvariant.
REUSE_ALV_VARIANT_SELECT CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' EXPORTING i_dialog = space i_user_specific = 'X' it_default_fieldcat = g_t_fieldcat i_layout = g_f_layout CHANGING cs_variant = g_f_disvariant EXCEPTIONS wrong_input = 1 fc_not_complete = 2 not_found = 3 program_error = 4 OTHERS = 5.
FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid i_wfitem = wf_witem i_wflist = wf_wlist 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_f_lines.
FM_REAS_CHECK_ENV_AT_DRILLDOWN CALL FUNCTION 'FM_REAS_CHECK_ENV_AT_DRILLDOWN' EXPORTING i_fm_area = u_f_item-fikrs i_fiscal_year = c_fyr_to "previous year EXCEPTIONS drilldown_not_supported = 1.
CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = u_f_item-fikrs IMPORTING f_fm01 = st_f_fm01 EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.
GET_PERIOD_VERSION CALL FUNCTION 'GET_PERIOD_VERSION' EXPORTING i_periv = st_f_fm01-ca_periv IMPORTING e_t009 = st_f_t009 EXCEPTIONS period_version_not_found = 1 OTHERS = 3.
FMAVC_GET_SOURCE_LEDGERS CALL FUNCTION 'FMAVC_GET_SOURCE_LEDGERS' EXPORTING i_aldnr = p_aldnr IMPORTING e_sldnr0 = l_f_line-ldnr EXCEPTIONS error_aldnr = 1 OTHERS = 2.
FMAVC_APPLY_POSTING_FILTERBADI CALL FUNCTION 'FMAVC_APPLY_POSTING_FILTERBADI' EXPORTING i_aldnr = p_aldnr CHANGING c_posting_item = l_f_line EXCEPTIONS no_entry_found = 1 record_not_matching = 2 OTHERS = 3.
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 RFFMTO10X or its description.