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

MSDM1F01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MSDM1F01

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_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'TEST' object_name = node-text1 object_type = node-type * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * MONITOR_ACTIVATION = 'X' * IMPORTING * NEW_NAME = * TABLES * OBJLIST = * EXCEPTIONS * NOT_EXECUTED = 1 * INVALID_OBJECT_TYPE = 2 * OTHERS = 3 .

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'TEST' object_name = node-text1 object_type = node-type.

TREEV_GET_SELECTED_NODE CALL FUNCTION 'TREEV_GET_SELECTED_NODE' EXPORTING handle = h_tree * NO_FLUSH = IMPORTING node_key = nodekey * EXCEPTIONS * FAILED = 1 * INSTANCE_NOT_FOUND = 2 * SINGLE_NODE_SELECTION_ONLY = 3 * CNTL_SYSTEM_ERROR = 4 * OTHERS = 5 .

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'TEST' object_name = node-text1 object_type = node-type * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * MONITOR_ACTIVATION = 'X' * IMPORTING * NEW_NAME = * TABLES * OBJLIST = * EXCEPTIONS * NOT_EXECUTED = 1 * INVALID_OBJECT_TYPE = 2 * OTHERS = 3 .

TREEV_GET_SELECTED_ITEM CALL FUNCTION 'TREEV_GET_SELECTED_ITEM' EXPORTING handle = h_tree * NO_FLUSH = IMPORTING node_key = nodekey item_name = itemname * EXCEPTIONS * FAILED = 1 * INSTANCE_NOT_FOUND = 2 * NOT_ALLOWED_FOR_SIMPLE_TREE = 3 * CNTL_SYSTEM_ERROR = 4 * NO_ITEM_SELECTION = 5 * OTHERS = 6 .

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'TEST' object_name = node-text1 object_type = node-type * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * MONITOR_ACTIVATION = 'X' * IMPORTING * NEW_NAME = * TABLES * OBJLIST = * EXCEPTIONS * NOT_EXECUTED = 1 * INVALID_OBJECT_TYPE = 2 * OTHERS = 3 .

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'DOCS' object_name = 'SAPMSDM1' object_type = 'PROG' EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'DOCS' object_name = node-text1 object_type = node-type EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = node-text1 object_type = node-type EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'TEST' object_name = node-text1 object_type = node-type EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-005 textline2 = text-010 titel = 'Demo Center'(020) IMPORTING answer = answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-005 textline2 = text-010 titel = text-020 IMPORTING answer = answer.

RS_TREE_GET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_GET_CURRENT_LAYOUT' IMPORTING first_node = first_node TABLES layout = layout.

RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES nodelist = tree.

RS_TREE_GET_MODIFICATION_LOG CALL FUNCTION 'RS_TREE_GET_MODIFICATION_LOG' TABLES add_nodes = add_nodes del_nodes = del_nodes mod_nodes = mod_nodes.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = mod_nodes-id IMPORTING node_info = snodetext EXCEPTIONS id_not_found = 01.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = add_nodes-id IMPORTING node_info = snodetext EXCEPTIONS id_not_found = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-005 textline2 = text-010 titel = 'Beenden Demo Center'(025) IMPORTING answer = answer.

ENQUEUE_EDEMOTREE





CALL FUNCTION 'ENQUEUE_EDEMOTREE' EXCEPTIONS foreign_lock = 01 OTHERS = 02.

DEQUEUE_EDEMOTREE CALL FUNCTION 'DEQUEUE_EDEMOTREE'.

RS_TREE_GET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_GET_CURRENT_LAYOUT' IMPORTING cursor_column = cucol cursor_line = culin first_node = first_node list_column = licol list_line = lilin TABLES layout = layout.

RS_TREE_SET_CURRENT_TREE CALL FUNCTION 'RS_TREE_SET_CURRENT_TREE' TABLES nodeinfo = nodetab.

RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT' EXPORTING cursor_column = cucol cursor_line = culin first_node = first_node list_column = licol list_line = lilin TABLES layout = layout.

RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES nodeinfo = nodetab.

RS_TREE_GET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_GET_CURRENT_LAYOUT' IMPORTING cursor_column = cucol cursor_line = culin first_node = first_node list_column = licol list_line = lilin TABLES layout = layout.

TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING wi_with_dialog = 'R' TABLES wt_e071 = te071 wt_e071k = te071k EXCEPTIONS OTHERS.

TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING wi_with_dialog = 'X' TABLES wt_e071 = te071 wt_e071k = te071k EXCEPTIONS OTHERS.

RS_TREE_SET_CURRENT_TREE CALL FUNCTION 'RS_TREE_SET_CURRENT_TREE' TABLES nodeinfo = nodetab.

RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT' EXPORTING cursor_column = cucol cursor_line = culin first_node = first_node list_column = licol list_line = lilin TABLES layout = layout.

WWW_GET_MIME_OBJECT CALL FUNCTION 'WWW_GET_MIME_OBJECT' TABLES query_string = query_table html = html_table mime = pic_data CHANGING return_code = return_code content_type = content_type content_length = content_length EXCEPTIONS OTHERS = 3.



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