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

MSEDPORTF02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ENQUEUE_EDIPOA call function 'ENQUEUE_EDIPOA' exporting port = e_port exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EDIPOD call function 'ENQUEUE_EDIPOD' exporting port = e_port exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EDIPO2 call function 'ENQUEUE_EDIPO2' exporting port = e_port exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EDIPOI call function 'ENQUEUE_EDIPOI' exporting port = e_port exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EDIPOF call function 'ENQUEUE_EDIPOF' exporting port = e_port exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EDIPOX call function 'ENQUEUE_EDIPOX' exporting port = e_port exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EDIPOXH CALL FUNCTION 'ENQUEUE_EDIPOXH' EXPORTING PORT = e_port EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .

DEQUEUE_EDIPOA call function 'DEQUEUE_EDIPOA' exporting port = d_port.

DEQUEUE_EDIPOD call function 'DEQUEUE_EDIPOD' exporting port = d_port.

DEQUEUE_EDIPO2 call function 'DEQUEUE_EDIPO2' exporting port = d_port.

DEQUEUE_EDIPOI call function 'DEQUEUE_EDIPOI' exporting port = d_port.

DEQUEUE_EDIPOF call function 'DEQUEUE_EDIPOF' exporting port = d_port.

DEQUEUE_EDIPOX call function 'DEQUEUE_EDIPOX' exporting port = d_port.

DEQUEUE_EDIPOXH CALL FUNCTION 'DEQUEUE_EDIPOXH' EXPORTING PORT = d_port.

POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = text importing returncode = c_answer tables fields = values exceptions others = 0.

EDI_PORT_DUPLICATE_ALE call function 'EDI_PORT_DUPLICATE_ALE' exporting port_original = portname port_extern = port_dupl exceptions others = 5.

EDI_PORT_DUPLICATE_FILE call function 'EDI_PORT_DUPLICATE_FILE' exporting port_original = portname port_duplicate = port_dupl exceptions port_original_not_exist = 1 port_duplicate_empty = 2 port_not_type_file = 3 error_in_add = 4 others = 5.

EDI_PORT_DUPLICATE_R2 call function 'EDI_PORT_DUPLICATE_R2' exporting port_original = portname port_duplicate = port_dupl exceptions port_original_not_exist = 1 port_duplicate_empty = 2 port_not_type_r2 = 3 error_in_add = 4 others = 5.

EDI_PORT_DUPLICATE_INTERNET





call function 'EDI_PORT_DUPLICATE_INTERNET' exporting port_original = portname port_duplicate = port_dupl exceptions port_original_not_exist = 1 port_duplicate_empty = 2 port_not_type_internet = 3 error_in_add = 4 others = 5.

EDI_PORT_DUPLICATE_ABAPPSS call function 'EDI_PORT_DUPLICATE_ABAPPSS' exporting port_original = portname port_duplicate = port_dupl exceptions port_original_not_exist = 1 port_duplicate_empty = 2 port_not_type_abappss = 3 error_in_add = 4 others = 5.

EDI_PORT_DUPLICATE_XML call function 'EDI_PORT_DUPLICATE_XML' exporting port_original = portname port_duplicate = port_dupl exceptions port_original_not_exist = 1 port_duplicate_empty = 2 port_not_type_xml = 3 error_in_add = 4 others = 5.

EDI_PORT_DUPLICATE_XML_HTTP CALL FUNCTION 'EDI_PORT_DUPLICATE_XML_HTTP' EXPORTING PORT_ORIGINAL = portname PORT_DUPLICATE = port_dupl EXCEPTIONS PORT_ORIGINAL_NOT_EXIST = 1 PORT_DUPLICATE_EMPTY = 2 PORT_NOT_TYPE_XML_HTTP = 3 ERROR_IN_ADD = 4 OTHERS = 5.



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