SAP Reports / Programs

SAPMSEU0 SAP ABAP Report - Repository Browser







SAPMSEU0 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 SAPMSEU0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SE80 - Object Navigator
SEU_INT_ENH - Object Browser
SEU_INT - Object Browser


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 SAPMSEU0. "Basic submit
SUBMIT SAPMSEU0 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSEU0 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: MODE = ?...(MODE)
Selection Text: N_NAME = ?...(N NAME)
Selection Text: N_TYPE = ?...(N TYPE)
Title: Repository Browser
Text Symbol: 005 = Local objects of user %
Text Symbol: 019 = Workbench
Text Symbol: 054 = Development class object types
Text Symbol: 055 = Function group object types
Text Symbol: 056 = Program object types
Text Symbol: 057 = Components of an ABAP class


INCLUDES used within this REPORT SAPMSEU0

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:

RS_WORKBENCH_CUSTOMIZING * call function 'RS_WORKBENCH_CUSTOMIZING' * exporting * suppress_dialog = 'X' * importing * setting = setting.

WB_NEW_WORKBENCH_START CALL FUNCTION 'WB_NEW_WORKBENCH_START' EXPORTING p_object_type = l_objtype p_object_name = l_objname.

RS_MARKER_HOME * call function 'RS_MARKER_HOME' * importing * marker = l_treename * exceptions * others = 1.

WB_TREE_SELECT * call function 'WB_TREE_SELECT' * exporting * treename = l_treename * importing * devclass = current_devclass * exceptions * not_found = 1 * others = 2.

FUNCTION_INCLUDE_SPLIT * call function 'FUNCTION_INCLUDE_SPLIT' * exporting * complete_area = g_area * importing * namespace = g_namespace * group = g_area * exceptions * others = 7.



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