SAP Reports / Programs

SAPMSEU9 SAP ABAP Report - Customer Application Hierarchy







SAPMSEU9 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 SAPMSEU9 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

SE82 - Application Hierarchy


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


Text pool values


Title: Customer Application Hierarchy
Text Symbol: 001 = Name of Root Node
Text Symbol: 005 = The hierarchy was changed ;;
Text Symbol: 010 = Save? ;;
Text Symbol: 020 = Application Hierarchy
Text Symbol: 025 = Exit application hierarchy


INCLUDES used within this REPORT SAPMSEU9

INCLUDE MSEU9O01.
INCLUDE MSEU9I01.


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_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'SAPMSEU9' callback_user_command = 'USER_COMMAND' callback_text_display = 'TEXT_DISPLAY' check_duplicate_name = ' ' lower_case_sensitive = 'X' node_length = 30 text_length = tlength text_length1 = 30 modification_log = 'X' return_marked_subtree = 'X' suppress_node_output = 'X'.



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