SAP Reports / Programs

SAPRSLOG SAP ABAP Report - Utility for Refreshing Navigation Indexes and Object Lists







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


Text pool values


Title: Utility for Refreshing Navigation Indexes and Object Lists
Text Symbol: 001 = The program analysis had to be terminated due to serious syntax errors in the following programs:
Text Symbol: 002 = Correct the Syntax Errors.
Text Symbol: 003 = For the corrected programs, you can recreate the index using the 'Refresh' function in the Workbench.
Text Symbol: 004 = You can find the 'Refresh' function on the initial screen of trans. SE80.
Text Symbol: 101 = Start of step
Text Symbol: 102 = End of step
Text Symbol: 103 = Date
Text Symbol: 104 = Time
Text Symbol: 105 = Duration in seconds
Text Symbol: L01 = Update &1 Entries in DWTREE
Text Symbol: L02 = Delete &1 &2 frm DWTREE
Text Symbol: L03 = Classes
Text Symbol: L04 = Includes
Text Symbol: L05 = Packgs
Text Symbol: L06 = Update Navigation Index for Local Classes


INCLUDES used within this REPORT SAPRSLOG

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:

REPOSITORY_BATCH_LISTS_DELETE CALL FUNCTION 'REPOSITORY_BATCH_LISTS_DELETE' EXCEPTIONS OTHERS = 0.

ENH_WB_GET_TREE_ENH CALL FUNCTION 'ENH_WB_GET_TREE_ENH' EXPORTING p_enh_name = '*' p_type = 'XA' p_refresh = 'X' EXCEPTIONS not_found = 1 OTHERS = 2.

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' IMPORTING group = l_functiongroup namespace = l_namespace CHANGING include = l_include EXCEPTIONS OTHERS = 0.

RS_DYNPRO_INDEX CALL FUNCTION 'RS_DYNPRO_INDEX' EXPORTING program = l_pname.

WB_TREE_ACTUALIZE CALL FUNCTION 'WB_TREE_ACTUALIZE' EXPORTING tree_name = l_wa_dirtree with_tcode_index = abap_true IMPORTING syntax_error = l_syntax_error.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_message.



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