RELMMF01 is a standard ABAP INCLUDE 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 RELMMF01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING activity = '03' EXCEPTIONS not_authorized = 01.
ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = fv_read_handle IMPORTING object_offset = lv_offset archive_name = lv_archiv_key EXCEPTIONS end_of_file = 1.
ARCHIVE_OPEN_FOR_MOVE CALL FUNCTION 'ARCHIVE_OPEN_FOR_MOVE' EXPORTING object = c_arch_object test_mode = p_test IMPORTING archive_read_handle = fv_read_handle archive_write_handle = fv_write_handle EXCEPTIONS no_files_available = 4.
ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING archive_handle = fv_read_handle IMPORTING record_flags = lv_record_flags record_structure = lv_structure record_ref = lrf_record EXCEPTIONS end_of_object = 1.
ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING archive_handle = fv_read_handle IMPORTING record_structure = lv_structure record_ref = lrf_record EXCEPTIONS end_of_object = 1.
ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = fv_read_handle record_structure = lv_structure all_records_of_object = ' ' TABLES table =
EXCEPTIONS end_of_object = 1.
ARCH_RELO_SELECTION_CHECK CALL FUNCTION 'ARCH_RELO_SELECTION_CHECK' EXPORTING i_selections = lw_reload_selections TABLES t_data =
t_data_not_selected = .
ARCH_RELO_TABLE_INSERT_TEST CALL FUNCTION 'ARCH_RELO_TABLE_INSERT_TEST' EXPORTING i_structure = lw_object_data-tabname IMPORTING e_reload_property = lv_table_reload_property TABLES t_data =
EXCEPTIONS table_not_active = 1.
ARCH_RELO_PROPERTY_DECIDE CALL FUNCTION 'ARCH_RELO_PROPERTY_DECIDE' EXPORTING i_table_reload_property = lv_table_reload_property i_archiv_key = fv_archiv_key i_offset = fv_offset IMPORTING e_object_reload_property = lv_object_property.
ARCH_RELO_TABLE_INSERT CALL FUNCTION 'ARCH_RELO_TABLE_INSERT' EXPORTING i_structure = lw_object_data-tabname TABLES t_data =
.
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = fv_write_handle.
ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING archive_handle = fv_read_handle IMPORTING archive_creation_release = fw_rl_statistic-ar_cr_rel archive_creation_system = fw_rl_statistic-ar_sys archive_document = fw_rl_statistic-document object = fw_rl_statistic-object EXCEPTIONS OTHERS = 3.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = fv_read_handle.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = c_progname * IMPORTING * SP = TABLES selection_table = lt_selection_table.
RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING report = c_progname seltext = 'X ' newpage = ' ' TABLES sel_tab = lt_selection_table.
G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING allow_print = 'X' dynp_title = lv_title sel_title1 = lt_typt * sel_title2 = space show_also_1 = 'X' width_of_titles = ' ' IMPORTING sel_index = lv_tabix TABLES sel_table = lt_typt EXCEPTIONS no_lines = 02 no_line_picked = 03.
POPUP_DISPLAY_TEXT_WITH_PARAMS CALL FUNCTION 'POPUP_DISPLAY_TEXT_WITH_PARAMS' EXPORTING language = sy-langu popup_title = text-pr1 start_column = 10 start_row = 3 text_object = lv_text_object IMPORTING cancelled = lv_answer TABLES parameters = lt_text_params EXCEPTIONS error_in_text = 1 text_not_found = 2 OTHERS = 3.
POPUP_DISPLAY_TEXT_WITH_PARAMS CALL FUNCTION 'POPUP_DISPLAY_TEXT_WITH_PARAMS' EXPORTING language = sy-langu popup_title = text-pr1 start_column = 10 start_row = 3 text_object = lv_text_object IMPORTING cancelled = lv_answer TABLES parameters = lt_text_params EXCEPTIONS error_in_text = 1 text_not_found = 2 OTHERS = 3.
CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = sy-datum i_bukrs = lt_t001-bukrs IMPORTING e_gjahr = lv_valid_gjahr EXCEPTIONS OTHERS = 1.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
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 RELMMF01 or its description.
RELMMF01 - documentation and ABAP source code RELMADUE - Automatic monitoring of meter reading results RELMADUE - Automatic monitoring of meter reading results RELLCTOP - Report Program RGURELLC (Reload FLC_OBJECT): Global Data RELLCSEL - Report Program RGURELLC (Reload FLC_OBJECT): Selection Options RELLCF01 - Report Program RGURELLC (Reload FLC_OBJECT): Form Routines