SAP Reports / Programs

SAPMSEDPORT SAP ABAP dialog Program - Port Definition for IDoc Processing







SAPMSEDPORT is a standard Module pool for a dialog screen ABAP Program 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 SAPMSEDPORT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WE21 - Port definition


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


Text pool values


Title: Port Definition for IDoc Processing
Text Symbol: 062 = Conversion
Text Symbol: 061 = Check
Text Symbol: 060 = HTTP Connection to External Server
Text Symbol: 059 = HTTP Connection to SAP System
Text Symbol: 058 = Do you really want to cancel?
Text Symbol: 057 = Your entries will be lost
Text Symbol: 056 = Cancel Port Maintenance
Text Symbol: 055 = End Port Maintenance
Text Symbol: 054 = Save changes first?
Text Symbol: 053 = To Port
Text Symbol: 052 = From Port
Text Symbol: 051 = Copy Port
Text Symbol: 049 = Physical Directory
Text Symbol: 048 = Logical Directory
Text Symbol: 047 = Frontend Workstation
Text Symbol: 046 = Explicit Host
Text Symbol: 041 = CMC Connection
Text Symbol: 040 = Conn.ABAP/4 Driver
Text Symbol: 039 = SNA/CPI-C Connection
Text Symbol: 038 = Logical Connection
Text Symbol: 037 = Internal Connection
Text Symbol: 036 = TCP/IP Connection
Text Symbol: 035 = R/2 Connection
Text Symbol: 034 = SAP Connection
Text Symbol: 032 = delete the port ?
Text Symbol: 031 = Do you want to
Text Symbol: 030 = Confirmation Prompt
Text Symbol: 016 = XML HTTP
Text Symbol: 015 = XML File
Text Symbol: 014 = ABAP-PI
Text Symbol: 013 = Internet
Text Symbol: 012 = CPI-C
Text Symbol: 011 = File
Text Symbol: 010 = Transactional RFC
Text Symbol: 007 = Display
Text Symbol: 006 = Change
Text Symbol: 005 = Create





Text Symbol: 004 = Port Definition
Text Symbol: 003 = Description
Text Symbol: 001 = Ports


INCLUDES used within this REPORT SAPMSEDPORT

INCLUDE MSEDPORTTOP.
INCLUDE MSEDPORTC01.
INCLUDE MSEDPORTO01.
INCLUDE MSEDPORTI01.
INCLUDE MSEDPORTF01.
INCLUDE MSEDPORTF02.
INCLUDE MSEDPORTO02.
INCLUDE MSEDPORTI02.
INCLUDE MSEDPORTF03.
INCLUDE MSEDPORTF04.
INCLUDE MSEDPORTI03.
INCLUDE MSEDPORTI04.
INCLUDE MSEDPORTI05.
INCLUDE MSEDPORTF05.


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:

No SAP FUNCTION MODULES are executed within this report code!



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