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

MSEU0FUC SAP ABAP INCLUDE - Workbench: User Command







MSEU0FUC 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 MSEU0FUC 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 MSEU0FUC. "Basic submit
SUBMIT MSEU0FUC AND RETURN. "Return to original report after report execution complete
SUBMIT MSEU0FUC 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: User Command


INCLUDES used within this REPORT MSEU0FUC

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:

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

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

WB_TREE_SET_OBJECTLIST call function 'WB_TREE_SET_OBJECTLIST' exporting objectname = list-name program = program objecttype = list-type program_list = program_list user = rseux-temp_value dialog = 'X' importing treename = treename devclass = current_devclass user = rseux-temp_value exceptions others.

WB_TREE_ACTUALIZE call function 'WB_TREE_ACTUALIZE' exporting tree_name = treename with_tcode_index = 'X' importing syntax_error = syntax_error exceptions others = 1.

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

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

RS_MARKER_EDIT call function 'RS_MARKER_EDIT' importing treename = marker.

RS_NAVIGATION_PF03 call function 'RS_NAVIGATION_PF03'.

RS_WORKBENCH_CUSTOMIZING call function 'RS_WORKBENCH_CUSTOMIZING' exporting choice = 'WB' disable_wb99 = disable_wb99 importing setting = setting exceptions others = 1.

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

RS_TOOLDOCU_ACCESS call function 'RS_TOOLDOCU_ACCESS' exporting tool_type = docu_tool_type exceptions others = 1.

RS_MARKER_LIST call function 'RS_MARKER_LIST' importing marker = marker exceptions others.

WB_TREE_SELECT call function 'WB_TREE_SELECT' exporting treename = marker with_dialog = 'X' importing devclass = devclass exceptions not_found = 1 others = 2.

RS_MARKER_SET call function 'RS_MARKER_SET' exporting marker = l_treename.

RS_TREE_RESET_LOCK call function 'RS_TREE_RESET_LOCK' exporting node_id = root_id with_subtree = 'X' exceptions node_not_found = 1 others = 2.

WB_TREE_OBJECT_CHOICE call function 'WB_TREE_OBJECT_CHOICE' exporting i_obj_type = 'P' importing obj_type = l_objtype obj_name = l_objname encl_obj = l_encl_object operation = l_operation.

RS_TRDIR_SELECT call function 'RS_TRDIR_SELECT' exporting trdir_name = list_name importing trdir_row = trdir exceptions others = 1.

RS_SOURCE_STRUCTURE call function 'RS_SOURCE_STRUCTURE' exporting function_module = list-name(30).

RS_SOURCE_STRUCTURE





call function 'RS_SOURCE_STRUCTURE' exporting source = l_source.

RS_OBJECT_POSITION call function 'RS_OBJECT_POSITION' exporting object_name = list-name object_type = list-type+2(1) importing row = srcline tables source = srctab exceptions others.

RS_SOURCE_STRUCTURE call function 'RS_SOURCE_STRUCTURE' exporting source = l_source focus_line = srcline tables source_tab = srctab.

RS_SOURCE_STRUCTURE call function 'RS_SOURCE_STRUCTURE' exporting source = program.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'TAB_ADD' object_name = list-name object_type = 'TABL'.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'TAB_CONT' object_name = list-name object_type = 'TABL'.

RS_TASK_OVERVIEW call function 'RS_TASK_OVERVIEW'.

RS_TRANSACTION_LIST call function 'RS_TRANSACTION_LIST'.

WB_EVALUATE_ENVIRONMENT_MENU call function 'WB_EVALUATE_ENVIRONMENT_MENU' changing fcode = ucomm.

RS_TREE_RESET_LOCK call function 'RS_TREE_RESET_LOCK' exporting node_id = root_id with_subtree = 'X' exceptions node_not_found = 1 others = 2.

WB_TREE_SET_OBJECTLIST call function 'WB_TREE_SET_OBJECTLIST' exporting objectname = list-name objecttype = list-type program = program user = rseux-temp_value importing * DEVCLASS = treename = state-treename exceptions cancelled = 1 devclass_not_found = 2 objectlist_not_found = 3 object_not_found = 4 others = 5.

RS_WORKBENCH_CUSTOMIZING call function 'RS_WORKBENCH_CUSTOMIZING' exporting suppress_dialog = 'X' importing setting = setting 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 MSEU0FUC or its description.