SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

MSED7F03 SAP ABAP INCLUDE - Include MSED7F03







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


Text pool values


Title: Include MSED7F03


INCLUDES used within this REPORT MSED7F03

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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_struct_name TABLES dd03p_tab = l_t_dd03p EXCEPTIONS illegal_input = 1 OTHERS = 2.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING NO_VALUE_CHECK = C_TRUE POPUP_TITLE = L_POPUP_TITLE IMPORTING RETURNCODE = l_return TABLES FIELDS = L_T_FIELDS EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING popup_title = l_popup_title f1_programname = 'SAPMSED7' f1_formname = 'IDOC_SEGMENT_EDIT_F1_HELP' f4_programname = 'SAPMSED7' f4_formname = 'IDOC_SEGMENT_EDIT_F4_HELP' NO_CHECK_FOR_FIXED_VALUES = c_true IMPORTING returncode = l_return TABLES fields = l_t_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = l_node EXCEPTIONS OTHERS = 0.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'DE' dokname = dtel_name TABLES links = l_table EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = l_tabname fieldname = l_fieldname searchhelp = 'SAPLEDI5_ROLLNAME' callback_program = l_syrepid callback_form = 'IDOC_SEGMENT_EDIT_F4CALLBACK' TABLES return_tab = lt_return_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

SEGMENT_CHECK_EXISTENCE CALL FUNCTION 'SEGMENT_CHECK_EXISTENCE' EXPORTING segmenttyp = l_segtyp IMPORTING result = l_result EXCEPTIONS no_authority = 1 check_failed = 2 OTHERS = 3.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = node_id_in IMPORTING node_info = int_segment_in EXCEPTIONS id_not_found = 01.

RS_TREE_DELETE_NODE CALL FUNCTION 'RS_TREE_DELETE_NODE' EXPORTING node_id = node_id_in EXCEPTIONS OTHERS = 0.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "#EC FB_OLDED EXPORTING textline1 = text-020 text_option1 = text-025 text_option2 = text-026 titel = text-023 IMPORTING answer = l_answer EXCEPTIONS OTHERS = 0.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' EXPORTING insert_id = t_node_in-id relationship = l_relation TABLES nodetab = g_t_clp_segments EXCEPTIONS OTHERS = 0.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = l_node_id_to_expand all = c_true EXCEPTIONS OTHERS = 0.

RS_TREE_GET_NODE * CALL FUNCTION 'RS_TREE_GET_NODE' * EXPORTING * node_id = '1' * IMPORTING * node_info = l_node_info * EXCEPTIONS * others = 0.

ABAP4_CALL_TRANSACTION * CALL FUNCTION 'ABAP4_CALL_TRANSACTION' * STARTING NEW TASK 'TEST' * DESTINATION 'NONE' * exporting * tcode = 'WE30' * exceptions * communication_failure = 1 "message msg_text (char80) * system_failure = 2. "message msg_text.(char80)

IDOC_READ_USER CALL FUNCTION 'IDOC_READ_USER' EXPORTING USERNAME = SY-UNAME IMPORTING USER_DATA = l_EDI_USR EXCEPTIONS INTERNAL_ERROR = 0 OTHERS = 0.

EDI_PATH_NAME_IN CALL FUNCTION 'EDI_PATH_NAME_IN' EXPORTING port = g_testport IMPORTING pathname = msed7proce-filenamein EXCEPTIONS port_not_exist = 0 OTHERS = 0.

EDI_PORT_READ CALL FUNCTION 'EDI_PORT_READ' EXPORTING portname = l_port IMPORTING ale_port = l_edipoa r2_port = l_edipo2 inet_port = l_edipoi xmb_port = l_edipoxh xml_port = l_edipox typ = msed7proce-porttyp EXCEPTIONS port_not_exist = 1 OTHERS = 2.

EDI_PATH_NAME_OUT CALL FUNCTION 'EDI_PATH_NAME_OUT' EXPORTING port = g_control_record-rcvpor controlrec = g_control_record IMPORTING pathname = msed7proce-filenameou unicode = edipod-unicode EXCEPTIONS port_not_exist = 0 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 MSED7F03 or its description.