SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Repository Browser(BC-DWB-UTL-BRR) SAP BC

MSEU0FLD SAP ABAP INCLUDE - Workbench: List Display Routines







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


Text pool values


Title: Workbench: List Display Routines


INCLUDES used within this REPORT MSEU0FLD

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_TREE_CONTROL_PREPARE call function 'RS_TREE_CONTROL_PREPARE' exporting control_pattern = stree_ctl_propf_autow_w_header hierarchy_header = 'Objektliste' "#EC NOTEXT list_item_header = 'Kurzbeschreibung' "#EC NOTEXT multiple_selection = stree_true color_mapping = color_mapping_set exceptions not_available = 1 others = 2.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'SAPMSEU0' callback_text_display = 'LD_TEXT_DISPLAY' callback_user_command = 'LD_USER_COMMAND' callback_gui_status = 'LD_GUI_STATUS' lower_case_sensitive = 'X' return_marked_subtree = 'X' use_control = stree_use_control.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'SAPMSEU0' callback_text_display = 'LD_TEXT_DISPLAY' callback_user_command = 'LD_USER_COMMAND' callback_gui_status = 'LD_GUI_STATUS' lower_case_sensitive = 'X' return_marked_subtree = 'X'.

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

RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' exceptions nok = 1.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting suppress_select = space importing funcname = l_funcname changing include = l_include exceptions others.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting suppress_select = space importing funcname = l_funcname changing include = l_include exceptions others.

FUNCTION_INCLUDE_CONCATENATE call function 'FUNCTION_INCLUDE_CONCATENATE' changing program = fct_program " Output complete_area = fct_area " Input exceptions not_enough_input = 1 no_function_pool = 2 delimiter_wrong_position = 3 others = 4.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting complete_area = l_area importing namespace = l_namespace group = l_area exceptions others = 6.

LDB_CHECK_PROG_NAMES call function 'LDB_CHECK_PROG_NAMES' exporting progname = l_prog importing * FLAG_LOG_DATABASE_PROG = ldb_name = l_ldb exceptions wrong_position_of_slashes = 1 name_too_long = 2 others = 3.

RS_SLDB_GET_INFOS call function 'RS_SLDB_GET_INFOS' exporting ldb = l_ldb importing * LDB_ADMIN_INFOS = shorttext = ldbt-ldbtext exceptions ldb_does_not_exist = 1 others = 2.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' importing namespace = l_namespace function_not_exists = l_flag group = l_area include_number = l_include_number changing include = l_incl exceptions others = 7.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting program = l_prog complete_area = l_area importing namespace = l_namespace group = l_area exceptions others = 7.

RS_CUA_STATUS call function 'RS_CUA_STATUS' exporting objectname = program language = langu tables status = status exceptions others = 01.

RS_CUA_TITLES call function 'RS_CUA_TITLES' exporting language = langu program = program titlecode = l_code tables titles = titles exceptions others = 0.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting program = l_prog importing namespace = l_namespace group = l_area exceptions others = 7.

WB_TREE_STATISTICS call function 'WB_TREE_STATISTICS'.

RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = list-id list_scroll = 'X' exceptions others.

RS_TREE_COMPRESS





call function 'RS_TREE_COMPRESS' exporting node_id = list-id exceptions others.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting complete_area = l_area importing namespace = l_namespace group = l_area exceptions others = 7.

WB_TREE_SELECT call function 'WB_TREE_SELECT' exporting treename = l_treename with_dialog = ' ' exceptions others = 2.

RS_MARKER_SET call function 'RS_MARKER_SET' exporting kind = 'TEMP' marker = l_treename.

RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = list-id exceptions others.

RS_TREE_COMPRESS call function 'RS_TREE_COMPRESS' exporting node_id = list-id exceptions others.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting complete_area = l_area importing namespace = l_namespace group = l_area exceptions others = 7.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting complete_area = l_area importing namespace = l_namespace group = l_area exceptions others = 7.

WB_TREE_SELECT call function 'WB_TREE_SELECT' exporting treename = l_treename exceptions others = 2.

RS_CUA_STATUS call function 'RS_CUA_STATUS' exporting objectname = program language = langu tables status = status exceptions others = 01.

RS_CUA_TITLES call function 'RS_CUA_TITLES' exporting language = langu program = program * titlecode = tb-name tables titles = titles exceptions others = 0.



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