SAP Reports / Programs | Financial Accounting | Consolidation | Basic Functions(FI-LC-LC) SAP FI

RGURELCOF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 RGURELCOF01. "Basic submit
SUBMIT RGURELCOF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RGURELCOF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RGURELCOF01

No INCLUDES are used within this REPORT code!


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:

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.



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