<?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 Re: ports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ports/m-p/3330716#M797977</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;Actually ports helps in asynchronous communication.Actual communication is through ports only.Every idoc u send is first received by the port only.creation of ports is done through WE21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partner profile is Created because if the communication has to be done it needs the destination.so before sending idocs we have to define partner profile.creating parter profile we use BD54. &lt;/P&gt;&lt;P&gt;It is created for all partners who enable business like banks,marketing agencies etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@mit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 09:36:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-23T09:36:25Z</dc:date>
    <item>
      <title>ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ports/m-p/3330715#M797976</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;can any one explain me what is port?  why should we define port?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is a message type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is a partner porfile why should we define it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ports/m-p/3330715#M797976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ports/m-p/3330716#M797977</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;Actually ports helps in asynchronous communication.Actual communication is through ports only.Every idoc u send is first received by the port only.creation of ports is done through WE21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partner profile is Created because if the communication has to be done it needs the destination.so before sending idocs we have to define partner profile.creating parter profile we use BD54. &lt;/P&gt;&lt;P&gt;It is created for all partners who enable business like banks,marketing agencies etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@mit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ports/m-p/3330716#M797977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: ports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ports/m-p/3330717#M797978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Basic Type:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic IDoc type defines the structure and format of the business document that is to be exchanged between two systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Segments:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Segments form the basic building blocks of an IDoc type and are used to store the actual datta. A segment type is the name of a segment and is independent of the SAP elease. A segment definition is the release-specific name of a segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps in creating Segments:&lt;/P&gt;&lt;P&gt;T.Code WE31&lt;/P&gt;&lt;P&gt;Enter the name for your segment type and click on the create icon.&lt;/P&gt;&lt;P&gt;Type the Short text.&lt;/P&gt;&lt;P&gt;Enter the variable names and data elements.&lt;/P&gt;&lt;P&gt;Save and Go back.&lt;/P&gt;&lt;P&gt;Go to Edit -&amp;gt; Set Release.&lt;/P&gt;&lt;P&gt;Repeat the steps to create more segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IDOC TYPE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business data is exchanged with an external system using the IDoc Interface.&lt;/P&gt;&lt;P&gt;IDoc types (Special Structures) An IDoc type is defined through its permitted segments. Segments can be dependent on each other (parent and child segments). The IDoc interface can check for each IDoc whether thhe segments contained are compatible with thhe definitiion of its type. This systax check is activated or deactivated in the Partner Profiles.&lt;/P&gt;&lt;P&gt;Steps in creating IDoc Type:&lt;/P&gt;&lt;P&gt;T.Code WE30 to create IDoc Type.&lt;/P&gt;&lt;P&gt;Enter the Object Name, Select Basic Type and click Create Icon&lt;/P&gt;&lt;P&gt;Select the create new option and enter a description for your basic IDOC type and press enter&lt;/P&gt;&lt;P&gt;Select the IDoc name and click Create icon&lt;/P&gt;&lt;P&gt;The system prompts us to enter a segment type and its attributes&lt;/P&gt;&lt;P&gt;Choose the appropriate values and press enter&lt;/P&gt;&lt;P&gt;The system transfers the name of the segment type to the IDoc editor.&lt;/P&gt;&lt;P&gt;Follow these steps to add more number of segments to Parent or as Parent-child relation.&lt;/P&gt;&lt;P&gt;Save it and go back.&lt;/P&gt;&lt;P&gt;Go to Edit -&amp;gt; Set Release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Message Type:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps in Creating Message Type:&lt;/P&gt;&lt;P&gt;T.Code WE81.&lt;/P&gt;&lt;P&gt;change the details from Display mode to Change mode&lt;/P&gt;&lt;P&gt;After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.&lt;/P&gt;&lt;P&gt;Click New Entries to create new Message Type.&lt;/P&gt;&lt;P&gt;Fill details&lt;/P&gt;&lt;P&gt;Save it and go back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign Message Type to IDoc Type:&lt;/P&gt;&lt;P&gt;T.Code WE82&lt;/P&gt;&lt;P&gt;Change the details from Display mode to change mode.&lt;/P&gt;&lt;P&gt;After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.&lt;/P&gt;&lt;P&gt;Click New Entries to create new Message Type.&lt;/P&gt;&lt;P&gt;Fill details&lt;/P&gt;&lt;P&gt;Save it and go back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Partner Profile:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you go to WE20 and see any one partner profile you will get idea.&lt;/P&gt;&lt;P&gt;It defines which are the inbound and outbound message type, IDOC type to be used, the port defination, how to transfer IDOC, what is the processing code etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Port Definition&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The port definition defines the medium in which data is exchanged between the two systems in the ALE process, IDocs are transferred via memory. Six port types are available.&lt;/P&gt;&lt;P&gt;&amp;#149; Transactional RFC (tRFC) ports used for ALE communication.&lt;/P&gt;&lt;P&gt;&amp;#149; File ports used by EDI&lt;/P&gt;&lt;P&gt;&amp;#149; CPI-C ports used to communicate with R/2 systems&lt;/P&gt;&lt;P&gt;&amp;#149; Internet ports used to connect with Internet applications&lt;/P&gt;&lt;P&gt;&amp;#149; ABAP-PI ports used to process data via the ABAP programming interface&lt;/P&gt;&lt;P&gt;&amp;#149; XML ports used to process files in XML format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port Settings&lt;/P&gt;&lt;P&gt;Implementation Guide for R/3 Customizing (IMG) -&amp;amp;#61664; Basis Components -&amp;amp;#61664; Application Link Enabling (ALE) -&amp;amp;#61664; Sending and Receiving Systems -&amp;amp;#61664; Systems in Network -&amp;amp;#61664; Asynchronous Processing &lt;/P&gt;&lt;P&gt;-&amp;amp;#61664; Define Number Range for Ports&lt;/P&gt;&lt;P&gt;-&amp;amp;#61664; Define Port&lt;/P&gt;&lt;P&gt;Transaction: Port Definition WE21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port Definition&lt;/P&gt;&lt;P&gt;The port defines the technical characteristics of the connection between SAP and the Subsystem. It also defines the medium in which data is exchanged between the two systems. In the EDI process, IDocs are transferred to external systems via ports. The EDI processes use the file port. The type of port also depends on the receiving side. If the receiver cannot accept data in the medium used by a port, the port cannot be used. For example, the tRFC port cannot be used for EDI unless the receiving subsystem has support for tRFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of Ports&lt;/P&gt;&lt;P&gt;Port Function&lt;/P&gt;&lt;P&gt;Transactional RFC Used for ALE Communication&lt;/P&gt;&lt;P&gt;File Used by EDI&lt;/P&gt;&lt;P&gt;CPI-C Used to communicate with R/2 system&lt;/P&gt;&lt;P&gt;Internet Used to connect with Internet Application&lt;/P&gt;&lt;P&gt;ABAP-PI Used for Custom IDoc processing via ABAP Programming Interface&lt;/P&gt;&lt;P&gt;XML Used for processing files in IDoc/XML format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A port is a client-independent object. The parameters specified for port definitions are&lt;/P&gt;&lt;P&gt;&lt;U&gt;Port:&lt;/U&gt; The port name is any meaningful name that uniquely identifies the port.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Description:&lt;/U&gt; This is for documentation purpose only.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Version:&lt;/U&gt; The internal structure of the IDoc has changed in every major release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ports/m-p/3330717#M797978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:39:19Z</dc:date>
    </item>
  </channel>
</rss>

