SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

RGURELF01 SAP ABAP INCLUDE - documentation and ABAP source code







RGURELF01 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 RGURELF01 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 RGURELF01. "Basic submit
SUBMIT RGURELF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RGURELF01 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 RGURELF01

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 = 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-PR2 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.

ARCH_CONVERT_SELECT_TO_ADMI CALL FUNCTION 'ARCH_CONVERT_SELECT_TO_ADMI' TABLES SELECT_OPTIONS = S_FILES SELECTED_FILES = LT_SELECT_FILES.

ARCHIVE_ADMIN_POPUP_DOCUMENTS CALL FUNCTION 'ARCHIVE_ADMIN_POPUP_DOCUMENTS' EXPORTING OBJECT = C_ARCHIVE_OBJECT SHOW_DELETED_RUN = LV_SET DIALOG_TYPE = LV_DIALOG_TYPE TABLES SELECTED_FILES = LT_SELECT_FILES EXCEPTIONS CANCELLED_BY_USER = 2 NO_FILES_SELECTED = 3 OTHERS = 5.

ARCH_CONVERT_ADMI_TO_SELECT CALL FUNCTION 'ARCH_CONVERT_ADMI_TO_SELECT' TABLES SELECTED_FILES = LT_SELECT_FILES SELECT_OPTIONS = S_FILES.

ARCH_CONVERT_SELECT_TO_ADMI CALL FUNCTION 'ARCH_CONVERT_SELECT_TO_ADMI' TABLES SELECT_OPTIONS = S_FILES SELECTED_FILES = LT_SELECT_FILES.

KARL_CURRENCY_DATE_GET CALL FUNCTION 'KARL_CURRENCY_DATE_GET' EXPORTING I_CHECK_TODAY = LV_SET TABLES T_SELECTED_FILES = LT_SELECT_FILES EXCEPTIONS CURRENCY_CONVERSION_OCCURED = 1.

ARCH_CONVERT_SELECT_TO_ADMI CALL FUNCTION 'ARCH_CONVERT_SELECT_TO_ADMI' TABLES SELECT_OPTIONS = S_FILES SELECTED_FILES = LT_SELECT_FILES.

KARL_CURRENCY_DATE_GET CALL FUNCTION 'KARL_CURRENCY_DATE_GET' EXPORTING I_CHECK_TODAY = LV_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 = FV_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 I_RELOAD_IN_PRODUCTION_MODE = P_PROD TABLES T_ARCH_OBJ = FT_ARCH_OBJECTS T_FILES = S_FILES T_TABLES = FT_TABLES EXCEPTIONS OTHERS = 1.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = C_PROGNAME TABLES SELECTION_TABLE = LT_SEL_PARAMS EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 2 OTHERS = 3.

RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING REPORT = C_PROGNAME SELTEXT = 'X' NEWPAGE = ' ' TABLES SEL_TAB = LT_SEL_PARAMS.



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