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

RFFMREBU SAP ABAP Report -







RFFMREBU 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 RFFMREBU into the relevant SAP transactions such as SE38 or SE80


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 RFFMREBU. "Basic submit
SUBMIT RFFMREBU AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMREBU 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: ST_GEBER = Fund
Selection Text: P_VARIA = D Layout
Selection Text: G_ZB = Payment Budget
Selection Text: G_VB = Commitment Budget
Selection Text: G_GJAHR = Fiscal Year
Selection Text: G_FIKRS = Financial Management Area
Title:
Text Symbol: 102 =
Text Symbol: 101 =
Text Symbol: 100 =
Text Symbol: 061 = Commitment Budget
Text Symbol: 060 = Payment Budget
Text Symbol: 051 =
Text Symbol: 050 =
Text Symbol: 049 =
Text Symbol: 040 =
Text Symbol: 022 = Commitment Budget
Text Symbol: 009 = Payment Budget
Text Symbol: 008 =
Text Symbol: 007 = Fiscal Year:
Text Symbol: 006 =
Text Symbol: 003 =
Text Symbol: 001 =


INCLUDES used within this REPORT RFFMREBU

INCLUDE: LKBPPEQU, "KONSTANTEN DER BUDGETIERUNG - ALLGEMEIN


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_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' "470 EXPORTING i_kom_env = 'X' i_no_hierarchy_env = 'X' EXCEPTIONS error_message = 1.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' "470 IMPORTING e_fund_active = g_flg_fund_active.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING * e_da_activ = * e_eu_activ = e_kom_activ = g_comm_flag e_flg_isps_not_active = g_flg_isps_not_active.

FM23_GET_BUDGET_HORIZON CALL FUNCTION 'FM23_GET_BUDGET_HORIZON' "KI4K042113 EXPORTING "KI4K042113 i_fmarea = g_fikrs "KI4K042113 IMPORTING "KI4K042113 e_max_csh_eff = l_max_csh_eff. "KI4K042113

FM_FICTR_READ_MULTIPLE CALL FUNCTION 'FM_FICTR_READ_MULTIPLE' EXPORTING i_fikrs = g_fikrs i_gjahr = g_gjahr TABLES t_fmfctr = g_t_fmfctr.

FM_FIPEX_READ_MULTIPLE_DATA CALL FUNCTION 'FM_FIPEX_READ_MULTIPLE_DATA' EXPORTING i_fikrs = g_fikrs i_gjahr = g_gjahr TABLES t_vfmpg = g_t_vfmpg.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_application_data = off ip_fikrs = g_fikrs IMPORTING f_fm01 = g_f_fm01.

KBPR_READ_DATA CALL FUNCTION 'KBPR_READ_DATA' EXPORTING fikrs = g_fikrs fikrs_ca_periv = on geber = g_t_geber-geber trgkz = l_node versn = ini_versn year_end = g_gjahr year_start = g_gjahr read_bpja = on read_bpge = off read_bppe = off read_bptr = off read_bptx = off read_bpij = off read_bpig = off TABLES bp_ja = g_t_bpja tab_objnr = g_t_obj.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_interface_check = ' ' i_callback_program = gv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_structure_name = 'G_T_ITEM' is_layout = g_f_layout it_fieldcat = g_t_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X'
**************** Start of ALV coding : UserID - C5053250 ************** i_save = gc_save " Added by C5053250 is_variant = gs_variant " Added by C5053250 **************** End of ALV coding : UserID - C5053250 **************
it_events = g_t_events * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = g_t_item EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_top_of_page.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING c_f_layout = c_f_layout.

FM_AUTH_CHECK_HHM CALL FUNCTION 'FM_AUTH_CHECK_HHM' EXPORTING i_actvt = fmau_display i_fikrs = u_fikrs i_versn = ini_versn i_authgrp_fictr = t_objnr-augrp i_authgrp_fipex = t_posit-augrp i_authgrp_fonds = f_geber-augrp i_fictr = t_objnr-fictr i_fipex = t_posit-fipex i_fonds = f_geber-geber i_flg_fonds_space = on * I_MSGTY = ' ' IMPORTING e_flg_auth = l_berechtigung.

FM16_RELEASE_GROUP_CUSTOMIZING CALL FUNCTION 'FM16_RELEASE_GROUP_CUSTOMIZING' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr i_activity = f_bpja-vorga IMPORTING e_not_assigned = l_not_assigned e_no_release_groups = l_no_release_groups TABLES t_assigned = t_assigned EXCEPTIONS OTHERS = 1.

FM_AUTH_CHECK_HHM CALL FUNCTION 'FM_AUTH_CHECK_HHM' EXPORTING i_actvt = fmau_display i_fikrs = u_fikrs i_versn = ini_versn i_authgrp_fictr = t_objnr-augrp i_authgrp_fipex = t_posit-augrp i_authgrp_fonds = f_geber-augrp i_fictr = t_objnr-fictr i_fipex = t_posit-fipex i_fonds = f_geber-geber i_flg_fonds_space = l_flg_fonds_space * I_MSGTY = ' ' IMPORTING e_flg_auth = l_berechtigung.

FM_FINCODE_READ_ALL CALL FUNCTION 'FM_FINCODE_READ_ALL' EXPORTING i_fikrs = u_fikrs TABLES t_fincode = r_geber t_fmfincode = t_fmfincode EXCEPTIONS OTHERS = 1.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fikrs ip_fincode = t_fmfincode-fincode ip_gjahr = u_gjahr EXCEPTIONS customer_invalid = 1 input_error = 2 master_data_not_found = 3 finuse_not_defined = 4 OTHERS = 5.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_application_data = off ip_fikrs = u_fikrs.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gc_save CHANGING cs_variant = gs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4





CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = gc_save IMPORTING e_exit = lv_exit es_variant = gs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = gc_save CHANGING cs_variant = ls_variants EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.



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