<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ALE ports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889571#M53143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was asked a question. Could you please provide me the answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many ports are there in ALE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which are those used in ABAP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Feb 2005 09:47:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-02-04T09:47:20Z</dc:date>
    <item>
      <title>ALE ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889571#M53143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was asked a question. Could you please provide me the answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many ports are there in ALE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which are those used in ABAP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 09:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889571#M53143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-04T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALE ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889572#M53144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with a first look I found about 1700 objects. There are more  specific parts inside... and more than this is used, because you can design own interfaces...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quiz?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 10:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889572#M53144</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-02-04T10:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALE ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889573#M53145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard there are 6 ports and two of them are used in ABAP. Correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Himanshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 11:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889573#M53145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-04T11:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: ALE ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889574#M53146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Himanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually there are sveral types of ports in ALE (See transaction WE21).&lt;/P&gt;&lt;P&gt;Each type is stored in it's specific table (all tables have a name like EDIPO*).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore how many ports is answered with as much as the name definition of 10 characters (per type) will allow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i think you want to know how many different types there are.&lt;/P&gt;&lt;P&gt;This is dependend of the type of SAP system you're on.&lt;/P&gt;&lt;P&gt;A SAP system with release 4.6 has the following types:&lt;/P&gt;&lt;P&gt;- Transaction RFC&lt;/P&gt;&lt;P&gt;- File&lt;/P&gt;&lt;P&gt;- CPI-C&lt;/P&gt;&lt;P&gt;- Internet&lt;/P&gt;&lt;P&gt;- ABAP (Programming Interface)&lt;/P&gt;&lt;P&gt;- XML&lt;/P&gt;&lt;P&gt;SAP Releases with kernel 6.xx has the same but divides XML into 2:&lt;/P&gt;&lt;P&gt;- XML File&lt;/P&gt;&lt;P&gt;- XML HTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 11:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889574#M53146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-04T11:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: ALE ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889575#M53147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry that I didn't mention the types of ports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, which of these can be used for ABAP. Is it all or some specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Himanshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 11:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889575#M53147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-04T11:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALE ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889576#M53148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Himanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of ports is actually defined in the ALE layer of SAP, but you can use them all in your ABAP code (when you fill the CONTROL RECORD (an EDIDC structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ports are use to define the way data is send (or received) from another partner (e.g. other system).&lt;/P&gt;&lt;P&gt;- Port type Transactional RFC defines an RFC Destination.&lt;/P&gt;&lt;P&gt;- Port type File defines a file and directory (and a function module that does the record handling for your output file)&lt;/P&gt;&lt;P&gt;- Port type CPI-C defines an SAP R/2 system and transmission parameters.&lt;/P&gt;&lt;P&gt;- Port type Internet, allthough in the system is no longer supported (See SAP note 315083).&lt;/P&gt;&lt;P&gt;- Port type ABAP-PI defines a function module that will do the transmission. This is often used if you want total control over the sending (or receiving) process.&lt;/P&gt;&lt;P&gt;- XML defines a file and directory (and a function module) specific to XML formatted files. The XML-HTTP leaves out the file and can transmit directly to a website location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ports can be used in your own ABAP code, unless you write your own transmission interface connected to an ABAP-PI port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you never need the port in your ABAP code, because transmission is defined in the ALE layer. This is very good, because when you then change the transmission method you do not have to change the program's that generate or proces messages to/from other partners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 12:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-ports/m-p/889576#M53148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-04T12:09:02Z</dc:date>
    </item>
  </channel>
</rss>

