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
Below is a list of transaction codes which are relevant to this SAP report
WE21 - Port definition
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: 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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.