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

RFFMBUM6 SAP ABAP Report - Inconsistencies between Budget Structure and Master Data







RFFMBUM6 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The aim of this program is to detect inconsistencies between the budget structure tables and the master data tables...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 RFFMBUM6 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 RFFMBUM6. "Basic submit
SUBMIT RFFMBUM6 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBUM6 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: S_FUND = Fund
Selection Text: S_FMA = FM area
Selection Text: S_FIPEX = Commitment item
Selection Text: S_FCTR = Funds center
Selection Text: P_YLOW =
Selection Text: P_YHIGH =
Selection Text: P_OV_VAL = Total values
Title: Inconsistencies between Budget Structure and Master Data
Text Symbol: 016 = Budget Structure Header (BPCK entries)
Text Symbol: 015 = Overall values
Text Symbol: 014 = Use of Fund not valid
Text Symbol: 013 = Non-existing fipex
Text Symbol: 012 = No possible conversion to fipex
Text Symbol: 011 = Non-existing funds center
Text Symbol: 010 = Commitment items with error
Text Symbol: 009 = No data matching the selection.
Text Symbol: 008 = | OBJNR | GEBER | TRGKZ | GJAHR | WRTTP |
Text Symbol: 007 = Non-existing fund
Text Symbol: 006 = Fiscal year
Text Symbol: 005 = Fund
Text Symbol: 004 = Non-existing Fm area
Text Symbol: 003 = Fm Area
Text Symbol: 002 = to
Text Symbol: 001 = Fiscal year


INCLUDES used within this REPORT RFFMBUM6

INCLUDE LFMAUEQU.
INCLUDE LKBPPSTN.
INCLUDE LKBPPEQU.


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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fma_objnr = u_objnr EXCEPTIONS OTHERS = 3.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = c_fikrs i_actvt = fmau_display IMPORTING e_flg_auth = c_flg_auth.

FM_FIKRS_CHECK_MD_YEAR_DEPEND CALL FUNCTION 'FM_FIKRS_CHECK_MD_YEAR_DEPEND' EXPORTING i_fma_objnr = u_objnr IMPORTING e_flg_year_pos = c_flg_year_pos e_flg_year_ctr = c_flg_year_ctr e_flg_year_master_data = c_flg_year_fma EXCEPTIONS OTHERS = 3.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fikrs ip_fincode = u_geber EXCEPTIONS OTHERS = 5.

GET_CTR_OBJNR_FROM_FICTR CALL FUNCTION 'GET_CTR_OBJNR_FROM_FICTR' EXPORTING ip_fictr = '%' ip_fikrs = u_fikrs ip_read_db = off IMPORTING op_ctr_objnr = l_all_fctr_objnr EXCEPTIONS not_found = 1 OTHERS = 2.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fikrs i_ctr_objnr = t_fctr-objnr i_gjahr = l_gjahr EXCEPTIONS OTHERS = 4.

FM_FIPEX_GET_FROM_POSIT CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = u_fikrs i_posit = t_posit-posit IMPORTING e_fipex = l_fipex EXCEPTIONS OTHERS = 3.

FM_FIPEX_READ_SINGLE_DATA CALL FUNCTION 'FM_FIPEX_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fikrs i_gjahr = l_gjahr i_fipex = l_fipex EXCEPTIONS OTHERS = 4.

FM5B_GET_PROFILE CALL FUNCTION 'FM5B_GET_PROFILE' EXPORTING i_fikrs = u_fikrs i_fincode = u_geber IMPORTING e_profil = l_profil EXCEPTIONS fm_area_not_found = 1 OTHERS = 2.

KBPS_CHECK_PROFIL CALL FUNCTION 'KBPS_CHECK_PROFIL' EXPORTING applik = l_funds profil = l_profil IMPORTING ex_bp1c = l_f_bp1c EXCEPTIONS not_found = 1 OTHERS = 2.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fikrs ip_fincode = u_geber ip_gjahr = u_gjahr EXCEPTIONS OTHERS = 5.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid i_callback_pf_status_set = gc_pfstatus * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = * IS_VARIANT = it_events = lt_eventtab * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_outputfields1 EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid i_callback_pf_status_set = gc_pfstatus * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = * IS_VARIANT = it_events = lt_eventtab * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_outputfields2 EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid i_callback_pf_status_set = gc_pfstatus * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = * IS_VARIANT = it_events = lt_eventtab * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_outputfields3 EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = lc_strname CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = ct_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' " used to display message EXPORTING it_list_commentary = gt_top_of_page.



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