SAP Reports / Programs

RFFMREP_LDB_PT01 SAP ABAP Report - PBET - Budget Totals Vs. Commt./Actual Totals







RFFMREP_LDB_PT01 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 RFFMREP_LDB_PT01 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

FMB_PT01 - Budget Totals Vs. Commt./Actual Tot.


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 RFFMREP_LDB_PT01. "Basic submit
SUBMIT RFFMREP_LDB_PT01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMREP_LDB_PT01 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_DISVAR = D .
Title: PBET - Budget Totals Vs. Commt./Actual Totals
Text Symbol: 001 = Budget
Text Symbol: 002 = Payment
Text Symbol: 003 = Bud-Pay
Text Symbol: 004 = Invoice
Text Symbol: 005 = Bud-Inv
Text Symbol: 006 = Open Items
Text Symbol: 007 = Residual Budget
Text Symbol: 100 = Layout
Text Symbol: 250 = Mixed View on budget/actuals
Text Symbol: 251 = Unmixed View on budget/actuals
Text Symbol: 252 = Choose View on budget/actuals
Text Symbol: 253 = View on budget/actuals
Text Symbol: 501 = Header
Text Symbol: 502 = Position


INCLUDES used within this REPORT RFFMREP_LDB_PT01

RKASMAWF,


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = con_repid 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 = con_output_tname i_background_id = g_background_id is_layout = g_f_layout is_variant = g_f_disvariant is_print = g_f_print it_fieldcat = g_t_fieldcat it_special_groups = g_t_sp_groups it_sort = g_t_sort it_filter = g_t_filt 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.

FM_FSPROFILE_GET CALL FUNCTION 'FM_FSPROFILE_GET' EXPORTING i_fikrs = s_fikrs-low TABLES t_fmup01 = l_t_fmup01.

FM_FSPROFILE_GET CALL FUNCTION 'FM_FSPROFILE_GET' EXPORTING i_fikrs = u_fikrs CHANGING e_f_fmup00 = l_f_fmup00.

FM_CONTROL_DATA_GET CALL FUNCTION 'FM_CONTROL_DATA_GET' EXPORTING i_profil = l_f_fmup00-profil IMPORTING e_f_fmup00 = l_f_fmup00.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = s_fikrs-low IMPORTING e_fund_state = u_fund_state e_fundsctr_state = u_fundsctr_state e_cmmtitem_state = u_cmmtitem_state e_funcarea_state = u_funcarea_state e_measure_state = u_measure_state e_grant_nbr_state = u_grant_nbr_state e_userdim_state = u_userdim_state e_budget_pd_state = u_budget_pd_state EXCEPTIONS OTHERS = 1.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = s_fikrs-low i_budcat = s_budcat-low IMPORTING e_flg_ceffyear_used = g_flg_ceffyear_used EXCEPTIONS OTHERS = 1.

FM_SIGN_GET_FOR_EXPENDITURE CALL FUNCTION 'FM_SIGN_GET_FOR_EXPENDITURE' IMPORTING e_sign = g_flg_expsign e_sign_revenues = g_flg_revsign.

FMKU_GET_PERIOD_INFO CALL FUNCTION 'FMKU_GET_PERIOD_INFO' EXPORTING i_fm_area = s_fikrs-low IMPORTING e_nb_periods = c_per_to e_nb_special_periods = l_special_periods.

FM_REPORT_TITLE_SET * CALL FUNCTION 'FM_REPORT_TITLE_SET' * IMPORTING * e_title = l_sav_title.

FMRP_UT_GET_SELECTIONS CALL FUNCTION 'FMRP_UT_GET_SELECTIONS' EXPORTING i_report_name = con_repid i_dialog = 'X' EXCEPTIONS no_entries = 1.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING c_f_layout = c_f_layout.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = c_f_variant EXCEPTIONS not_found = 2.

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 = l_t_fieldcat i_layout = l_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.

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = con_repid mode_write_or_move = 'M' IMPORTING p_trange = lt_trange_in EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.

FMRP_GEN_DYNSEL_MAP_NODES CALL FUNCTION 'FMRP_GEN_DYNSEL_MAP_NODES' EXPORTING if_trange_in = lf_trange_in if_node_out = 'FMFIX' TABLES ct_trange_out = lt_trange_out.

FMRP_GEN_DYNSEL_MAP_NODES





CALL FUNCTION 'FMRP_GEN_DYNSEL_MAP_NODES' EXPORTING if_trange_in = lf_trange_in if_node_out = 'FMOIX' TABLES ct_trange_out = lt_trange_out.

FMRP_GEN_DYNSEL_MAP_NODES CALL FUNCTION 'FMRP_GEN_DYNSEL_MAP_NODES' EXPORTING if_trange_in = lf_trange_in if_node_out = 'FMCOX' TABLES ct_trange_out = lt_trange_out.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = lt_trange_out IMPORTING expressions = lt_texpr_out.

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = con_repid mode_write_or_move = 'M' IMPORTING p_trange = lt_trange_in EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.

FMRP_GEN_DYNSEL_MAP_NODES CALL FUNCTION 'FMRP_GEN_DYNSEL_MAP_NODES' EXPORTING if_trange_in = lf_trange_in if_node_out = 'FMAA' TABLES ct_trange_out = lt_trange_out.

FMRP_GEN_DYNSEL_MAP_NODES CALL FUNCTION 'FMRP_GEN_DYNSEL_MAP_NODES' EXPORTING if_trange_in = lf_trange_in if_node_out = 'FMTOX' TABLES ct_trange_out = lt_trange_out.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = lt_trange_out IMPORTING expressions = lt_texpr_out.



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