MSED7F06 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 MSED7F06 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING activity = 'READ' filename = '*' EXCEPTIONS no_authority = 1 activity_unknown = 2 OTHERS = 3.
IDOC_CTRL_INBOUND_CONVERT CALL FUNCTION 'IDOC_CTRL_INBOUND_CONVERT' EXPORTING pi_ctrl_record_ext_40 = l_control_40 pi_ctrl_record_ext = l_control_30 IMPORTING pe_ctrl_record_int = l_control EXCEPTIONS OTHERS = 0.
IDOC_DATA_INBOUND_CONVERT CALL FUNCTION 'IDOC_DATA_INBOUND_CONVERT' EXPORTING pi_data_record_ext = l_data_record_ext pi_data_record_ext_40 = l_data_record_ext40 IMPORTING pe_data_record_int = l_edidd EXCEPTIONS OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_user_command = g_user_command it_fieldcat = lt_fieldcat[] TABLES t_outtab = g_t_edidc.
RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING node_id = 1 all = c_true with_attributes = c_true TABLES list = l_t_nodes EXCEPTIONS cycle_detected = 1 node_not_found = 2 OTHERS = 3.
EDI_DOCUMENT_OPEN_FOR_TRACE CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_TRACE' EXPORTING idoc_control = control_record_db_in IMPORTING identifier = l_docnum EXCEPTIONS other_fields_invalid = 1 OTHERS = 2.
EDI_SEGMENTS_ADD_BLOCK CALL FUNCTION 'EDI_SEGMENTS_ADD_BLOCK' EXPORTING identifier = l_docnum TABLES idoc_containers = l_t_data_records_db EXCEPTIONS identifier_invalid = 1 idoc_containers_empty = 2 parameter_error = 3 segment_number_not_sequential = 4 OTHERS = 5.
EDI_DOCUMENT_CLOSE_TRACE CALL FUNCTION 'EDI_DOCUMENT_CLOSE_TRACE' EXPORTING identifier = l_docnum TABLES messages = g_t_edids EXCEPTIONS document_not_open = 1 parameter_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_user_command = g_user_command it_fieldcat = lt_fieldcat[] TABLES t_outtab = g_t_edids.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' doklangu = sy-langu dokname = l_dokname msg_var_1 = g_t_edids-stapa1 msg_var_2 = g_t_edids-stapa2 msg_var_3 = g_t_edids-stapa3 msg_var_4 = g_t_edids-stapa4 TABLES links = l_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.
IDOC_READ_USER CALL FUNCTION 'IDOC_READ_USER' EXPORTING username = sy-uname IMPORTING user_data = l_edi_usr EXCEPTIONS internal_error = 1 OTHERS = 2.
EDI_PORT_READ CALL FUNCTION 'EDI_PORT_READ' EXPORTING portname = port IMPORTING file_port = portline EXCEPTIONS port_not_exist = 1 OTHERS = 2.
RFC_READ_HTTP_DESTINATION CALL FUNCTION 'RFC_READ_HTTP_DESTINATION' EXPORTING destination = lp_logdes * AUTHORITY_CHECK = 'X' IMPORTING SERVICENR = ld_servicenr SERVER = ld_server PATH_PREFIX = ld_prefix EXCEPTIONS AUTHORITY_NOT_AVAILABLE = 1 DESTINATION_NOT_EXIST = 2 INFORMATION_FAILURE = 3 INTERNAL_FAILURE = 4 NO_HTTP_DESTINATION = 5 OTHERS = 6.
TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_role = system_client_role EXCEPTIONS OTHERS = 0.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING * LANGUAGE = SY-LANGU popup_title = titeltext start_column = 10 start_row = 3 text_object = 'ALE_PRODSYS_CHECK' help_modal = 'X' IMPORTING cancelled = cancelled EXCEPTIONS text_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.