MSED5F01 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 MSED5F01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Form routines for SAPMSED5
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'SAPMSED5' callback_user_command = 'HANDLE_TREE_COMMANDS' callback_color_display = 'DISPLAY_LEGEND' status = 'IMPLICIT' check_duplicate_name = '1' color_of_link = '1' color_of_node = '4' node_length = 30 text_length = 75.
CONVERT_IDOC_SYNTAX_TO_TREE call function 'CONVERT_IDOC_SYNTAX_TO_TREE' exporting pi_idoctyp = l_idoctyp pi_descrp = g_idoctyp_attr-descrp pi_e2display = sed5struc-e2display pi_e2segrel = sed5struc-segrel tables lt_idocsyn = gt_idocsyn lt_prev_idocsyn = gt_prev_idocsyn lt_tree = gt_tnode lt_attr = gt_attr.
CONVERT_EXT_SYNTAX_TO_TREE call function 'CONVERT_EXT_SYNTAX_TO_TREE' exporting pi_idoctyp = g_cimtyp_attr-idoctyp pi_cimtyp = l_cimtyp pi_descrp = g_cimtyp_attr-descrp pi_e2display = sed5struc-e2display pi_e2segrel = sed5struc-segrel tables lt_idocsyn = gt_idocsyn lt_cimsyn = gt_cimsyn lt_prev_cimsyn = gt_prev_cimsyn lt_tree = gt_tnode lt_attr = gt_attr.
RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodelist = gt_tnode_short.
RS_TREE_PUSH * CALL FUNCTION 'RS_TREE_PUSH' * EXCEPTIONS * OTHERS = 0.
IDOCTYPE_UPDATE call function 'IDOCTYPE_UPDATE' exporting pi_idoctyp = l_idoctyp pi_attributes = l_upd_attributes importing pe_attributes = g_idoctyp_attr tables pt_syntax = gt_idocsyn.
IDOCTYPE_CREATE call function 'IDOCTYPE_CREATE' exporting pi_idoctyp = l_idoctyp * PI_TRKORR = * pi_devclass = pi_attributes = l_upd_attributes importing pe_attributes = g_idoctyp_attr tables pt_syntax = gt_idocsyn.
RS_TREE_POP * CALL FUNCTION 'RS_TREE_POP' * EXCEPTIONS * empty_stack = 1 * OTHERS = 2.
IDOCTYPE_INTEGRITY_CHECK call function 'IDOCTYPE_INTEGRITY_CHECK' exporting pi_idoctyp = l_idoctyp pi_raise_exceptions = off pi_inc_segments = off importing pe_result = l_result tables pt_protocol = lt_protocol.
DISPLAY_PROTOCOL call function 'DISPLAY_PROTOCOL' exporting name = l_protocol_name tables in = lt_protocol.
EXTTYPE_UPDATE call function 'EXTTYPE_UPDATE' exporting pi_cimtyp = l_cimtyp pi_attributes = l_upd_attributes importing pe_attributes = g_cimtyp_attr tables pt_syntax = gt_cimsyn.
EXTTYPE_CREATE call function 'EXTTYPE_CREATE' exporting pi_cimtyp = l_cimtyp * PI_TRKORR = * pi_devclass = pi_attributes = l_upd_attributes importing pe_attributes = g_cimtyp_attr tables pt_syntax = gt_cimsyn.
EXTTYPE_INTEGRITY_CHECK call function 'EXTTYPE_INTEGRITY_CHECK' exporting pi_cimtyp = l_cimtyp pi_raise_exceptions = off pi_inc_segments = off importing pe_result = l_result tables pt_protocol = lt_protocol.
DISPLAY_PROTOCOL call function 'DISPLAY_PROTOCOL' exporting name = l_protocol_name tables in = lt_protocol.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SAPMSED5' dynumb = '0010' tables dynpfields = dynpfields exceptions invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07 others = 08.
IDOCTYPE_READ call function 'IDOCTYPE_READ' exporting pi_idoctyp = l_idoctyp tables pt_syntax = gt_idocsyn pt_pre_syntax = gt_prev_idocsyn exceptions others = 1.
IDOCTYPE_READ call function 'IDOCTYPE_READ' exporting pi_idoctyp = l_idoctyp * PI_CHECK_AUTHORITY = 'X' importing pe_attributes = l_prev_attr tables pt_syntax = gt_idocsyn * PT_PRE_SYNTAX = exceptions others = 1.
IDOCTYPE_LOCK call function 'IDOCTYPE_LOCK' exporting pi_idoctyp = l_idoctyp.
call function 'EXTTYPE_LOCK' exporting pi_cimtyp = l_cimtyp.
IDOCTYPE_LOCK call function 'IDOCTYPE_LOCK' exporting pi_idoctyp = l_idoctyp exceptions others = 1.
EXTTYPE_UNLOCK call function 'EXTTYPE_UNLOCK' exporting pi_cimtyp = l_cimtyp.
IDOCTYPE_UNLOCK call function 'IDOCTYPE_UNLOCK' exporting pi_idoctyp = l_idoctyp.
EXTTYPE_UNLOCK call function 'EXTTYPE_UNLOCK' exporting pi_cimtyp = l_cimtyp.
IDOCTYPE_UNLOCK call function 'IDOCTYPE_UNLOCK' exporting pi_idoctyp = l_idoctyp.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-305 diagnose_object = c_doc_close_idoc text_question = text-300 text_button_1 = text-010 text_button_2 = text-011 default_button = '2' importing answer = l_answer exceptions text_not_found = 0 others = 0.
IDOCTYPE_CLOSE call function 'IDOCTYPE_CLOSE' exporting pi_idoctyp = l_idoctyp.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-305 diagnose_object = c_doc_close_ext text_question = text-301 text_button_1 = text-010 text_button_2 = text-011 default_button = '2' importing answer = l_answer exceptions text_not_found = 0 others = 0.
EXTTYPE_CLOSE call function 'EXTTYPE_CLOSE' exporting pi_cimtyp = l_cimtyp.
EDI_SEGMENT_ATTRIBUTES_DISPLAY call function 'EDI_SEGMENT_ATTRIBUTES_DISPLAY' exporting node = cnode flags = sed5struc tables i_attributes = gt_attr.
EDI_SEGMENT_ATTRIBUTES_MODIFY call function 'EDI_SEGMENT_ATTRIBUTES_MODIFY' exporting flags = sed5struc node = cnode importing node = cnode changed = l_changed tables i_attributes = gt_attr.
SEGMENT_READ call function 'SEGMENT_READ' exporting segmenttyp = l_segtyp importing segmentheader = l_header exceptions others = 1.
SET_SEGMENT_DEFINITION call function 'SET_SEGMENT_DEFINITION' exporting pi_e2display = sed5struc-e2display pi_segrel = sed5struc-segrel changing pc_tree = l_textnode.
RS_TREE_MODIFY_NODE call function 'RS_TREE_MODIFY_NODE' exporting node_id = cnode-id name = cnode-name text = cnode-text tlength = cnode-tlength text1 = cnode-text1 tlength1 = cnode-tlength1.
RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodelist = gt_tnode_short.
CONVERT_TREE_TO_IDOC_SYNTAX call function 'CONVERT_TREE_TO_IDOC_SYNTAX' tables pt_idocsyn = gt_idocsyn pt_tree = gt_tnode_short pt_attr = gt_attr exceptions no_attributes = 1 others = 2.
CONVERT_INT_TREE_TO_EXT_SYNTAX call function 'CONVERT_INT_TREE_TO_EXT_SYNTAX' tables pt_cimsyn = gt_cimsyn pt_tree = gt_tnode_short pt_attr = gt_attr exceptions no_attributes = 1 others = 2.
EDI_SEGMENT_CREATE call function 'EDI_SEGMENT_CREATE' exporting flags = sed5struc node = cnode importing as_child = l_as_child segtyp = l_dummy_segtyp created = l_created nodetype = l_nodetype tables i_attributes = gt_attr.
RS_TREE_ADD_NODE call function 'RS_TREE_ADD_NODE' exporting new_name = l_segtyp insert_id = cnode-id relationship = l_relation new_type = l_nodetype display_attributes = l_tree_attr.
RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodelist = gt_tnode_short.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = cnode-id.
EDI_SEGMENT_DELETE_CHECK call function 'EDI_SEGMENT_DELETE_CHECK' exporting flags = sed5struc importing delete_ok = l_answer tables i_segments = gt_segments.
RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodelist = gt_tnode_short.
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 MSED5F01 or its description.