RGURELCOF01 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 RGURELCOF01 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!
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 = lc_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-pr2 start_column = 10 start_row = 3 text_object = lc_text_object IMPORTING cancelled = lv_answer TABLES PARAMETERS = lt_text_params EXCEPTIONS error_in_text = 1 text_not_found = 2 OTHERS = 3.
G_DISPLAY_LEDGERS_FOR_TABLE CALL FUNCTION 'G_DISPLAY_LEDGERS_FOR_TABLE' EXPORTING gappl = gc_appl gsubappl = gc_subappl only_fixed_ledgers = lc_set only_display = lc_no with_dependent_ledgers = lc_no only_free_ledgers = lc_no IMPORTING picked_ledger = rldnr_low_high TABLES allowed_tables = lt_allowed_tables EXCEPTIONS no_ledger_found = 1 OTHERS = 2.
RW_ARCH_CONVERT_RANGE_TO_ADMI CALL FUNCTION 'RW_ARCH_CONVERT_RANGE_TO_ADMI' TABLES t_select_options = s_files t_selected_files = lt_select_files.
ARCHIVE_ADMIN_POPUP_DOCUMENTS CALL FUNCTION 'ARCHIVE_ADMIN_POPUP_DOCUMENTS' EXPORTING object = gc_archive_object show_deleted_run = lc_set dialog_type = lc_dialog_type TABLES selected_files = lt_select_files EXCEPTIONS cancelled_by_user = 2 no_files_selected = 3 OTHERS = 5.
RW_ARCH_CONVERT_ADMI_TO_RANGE CALL FUNCTION 'RW_ARCH_CONVERT_ADMI_TO_RANGE' TABLES t_selected_files = lt_select_files t_select_options = s_files.
RW_ARCH_CONVERT_RANGE_TO_ADMI CALL FUNCTION 'RW_ARCH_CONVERT_RANGE_TO_ADMI' TABLES t_select_options = s_files t_selected_files = lt_select_files.
KARL_CURRENCY_DATE_GET CALL FUNCTION 'KARL_CURRENCY_DATE_GET' EXPORTING i_check_today = lc_set TABLES t_selected_files = lt_select_files EXCEPTIONS currency_conversion_occured = 1.
RW_ARCH_CONVERT_RANGE_TO_ADMI CALL FUNCTION 'RW_ARCH_CONVERT_RANGE_TO_ADMI' TABLES t_select_options = s_files t_selected_files = lt_select_files.
KARL_CURRENCY_DATE_GET CALL FUNCTION 'KARL_CURRENCY_DATE_GET' EXPORTING i_check_today = lc_set TABLES t_selected_files = lt_select_files EXCEPTIONS currency_conversion_occured = 1.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = fc_progname TABLES selection_table = lt_sel_params.
RW_ARCHIVE_RELOAD CALL FUNCTION 'RW_ARCHIVE_RELOAD' EXPORTING i_selections = ft_reload_selections i_callback_program = fv_callback_program i_callback_routine = fv_callback_routine TABLES t_arch_obj = ft_arch_objects t_files = s_files t_tables = ft_tables EXCEPTIONS OTHERS = 1.
G_ADJUST_RECORD CALL FUNCTION 'G_ADJUST_RECORD' EXPORTING renumber_obj = lc_set renumber_rec = lc_set tabellenname = 'FILCT' TABLES tabelle = st_filct.
G_ADJUST_RECORD CALL FUNCTION 'G_ADJUST_RECORD' EXPORTING renumber_obj = lc_set renumber_rec = lc_set tabellenname = 'FILCA ' TABLES tabelle = st_filca.
G_ADJUST_RECORD CALL FUNCTION 'G_ADJUST_RECORD' EXPORTING renumber_obj = lc_set renumber_rec = lc_set tabellenname = 'FILCP ' TABLES tabelle = st_filcp.
RW_ARCHIVE_INFORMATION_GET CALL FUNCTION 'RW_ARCHIVE_INFORMATION_GET' IMPORTING e_archive_handle = lv_archive_handle e_archiv_key = lv_archiv_key e_document = lv_document e_archobj = lv_archobj EXCEPTIONS no_file_opened = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGURELCOF01 - documentation and ABAP source code RGUREL3A - Archive Object CO_CEL_RCL: Reloading Archived Data RGUREL3A - Archive Object CO_CEL_RCL: Reloading Archived Data RGURECGLFLEX - Transfer of Opening Balance Actual Data to General Ledger RGURECGLFLEX - Transfer of Opening Balance Actual Data to General Ledger RGURECFI - Subsequent posting of FI docs in GLT0