SAP Reports / Programs

SAPRSEUI SAP ABAP Report - Generate Index For Where-used List







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


Text pool values


Selection Text: DEVCLASS = Package
Selection Text: REPNAME = Program Name
Selection Text: SELTYPE = Selection Type
Title: Generate Index For Where-used List
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 generate the index using the 'Rebuild Object List" function in SE80
Text Symbol: 004 = You can find the 'Rebuild Object List' function in the context menut of transaction SE80


INCLUDES used within this REPORT SAPRSEUI

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:

TR_VALID_NAMESPACE_LIST CALL FUNCTION 'TR_VALID_NAMESPACE_LIST' EXPORTING iv_producer_only = 'X' TABLES et_namespace = t_namespace EXCEPTIONS OTHERS = 0.

RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' EXPORTING DESTINATION = 'NONE' EXCEPTIONS OTHERS = 0.

WB_TREE_ACTUALIZE_RFC CALL FUNCTION 'WB_TREE_ACTUALIZE_RFC' DESTINATION 'NONE' EXPORTING without_tree = without_tree tree_name = tree_name with_tcode_index = with_tcode_index IMPORTING syntax_error = syntax_error EXCEPTIONS system_failure = 1 MESSAGE l_msg communication_failure = 2 MESSAGE l_msg.

RS_CUA_SAPMENU_LIST CALL FUNCTION 'RS_CUA_SAPMENU_LIST' TABLES menulist = menulist.

RS_CUA_TCODE_INDEX CALL FUNCTION 'RS_CUA_TCODE_INDEX' EXPORTING objectname = menulist-code obj_type = 'MENU' EXCEPTIONS OTHERS = 1.



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