RFFMBE25 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 RFFMBE25 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMBUD003 - Export from Local Auth. Budget Data
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_FIKRS = D Financial Management Area
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_PCFILE = File Name
Selection Text: P_PROT = D
Selection Text: P_UXFILE = File Name
Selection Text: P_VARIA = D Layout
Selection Text: P_VERSN = D Version
Selection Text: ST_FUNDS = D Fund
Text Symbol: 003 = Status
Text Symbol: 023 = File:
Text Symbol: 032 = Path
Text Symbol: 033 = File Name
Text Symbol: 100 = Errors:
Text Symbol: 222 = Version:
Text Symbol: 223 = Fiscal Year:
Text Symbol: 224 = Fund
Text Symbol: 225 = Funds Center
Text Symbol: 230 = Original Budget
Text Symbol: 300 = Layout
INCLUDE LKBPPEQU.
INCLUDE LKBPPSTN.
INCLUDE LFMAUEQU.
INCLUDE IFBSEQU. "GESKOSTEN
No SAP DATABASE tables are accessed within this REPORT code!
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_fund_activ.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_filename CHANGING physical_filename = g_uxpath EXCEPTIONS OTHERS = 1.
FMFK_FIKRS_READ call function 'FMFK_FIKRS_READ' exporting ip_fikrs = g_fikrs importing f_fm01 = gf_fm01.
FM00_CHECK_ISPS call function 'FM00_CHECK_ISPS' importing e_kom_activ = l_kom_activ.
FINCODE_READ call function 'FINCODE_READ' exporting ip_fikrs = g_fikrs ip_fincode = gt_funds-low.
FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = g_fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = text-095 textline1 = text-096 textline2 = text-097 importing answer = l_answer.
FM_FIPEX_READ_MULTIPLE_DATA call function 'FM_FIPEX_READ_MULTIPLE_DATA' exporting i_fikrs = g_fikrs i_gjahr = g_gjahr tables t_vfmpg = gt_vfmpg.
FM_FICTR_READ_MULTIPLE call function 'FM_FICTR_READ_MULTIPLE' exporting i_fikrs = g_fikrs i_gjahr = g_gjahr tables t_fmfctr = gt_fmfctr.
READ_TEXT call function 'READ_TEXT' exporting client = sy-mandt id = 'BPMS' language = sy-langu name = g_tdname object = 'BPDK' archive_handle = 0 importing header = gf_header tables lines = gt_tlines exceptions id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 others = 8.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_filename CHANGING physical_filename = g_uxpath EXCEPTIONS OTHERS = 1.
AUTHORITY_CHECK_DATASET call function 'AUTHORITY_CHECK_DATASET' exporting activity = 'WRITE' filename = g_uxpath exceptions no_authority = 1 activity_unknown = 2 others = 3.
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting * BIN_FILESIZE = filename = uc_filename * FILETYPE = 'ASC' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * IMPORTING * FILELENGTH = tables data_tab = gt_imex exceptions file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 others = 22.
WS_DOWNLOAD * call function 'WS_DOWNLOAD' * exporting * filename = g_pcpath * tables * data_tab = gt_imex * exceptions * file_open_error = 1 * file_write_error = 2 * invalid_filesize = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * others = 8.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = G_save CHANGING cs_variant = xs_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 = is_variant i_save = g_save IMPORTING e_exit = l_exit es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
call function 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = ls_layout it_fieldcat = lt_fieldcat[] i_save = g_save is_variant = gs_variant it_events = lt_events[] it_except_qinfo = g_t_except_qinfo TABLES t_outtab = t_fmlog[] EXCEPTIONS program_error = 1 others = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IFMBEBILOG' CHANGING ct_fieldcat = xt_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 = xt_events EXCEPTIONS list_type_wrong = 1 others = 2.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list.
ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_RED_LIGHT' IMPORTING icon_text = g_error_icon_text.
ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_GREEN_LIGHT' IMPORTING icon_text = g_ok_icon_text.
ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_YELLOW_LIGHT' IMPORTING icon_text = g_warning_icon_text.
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 RFFMBE25 or its description.
RFFMBE25 - documentation and ABAP source code RFFMBE25 - documentation and ABAP source code RFFMBE01 - Check of Master Data Hierarchy for Commitment Items and Funds Centers RFFMBE01 - Check of Master Data Hierarchy for Commitment Items and Funds Centers RFFMBALI2 - documentation and ABAP source code RFFMBALI1 - documentation and ABAP source code