<?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: RFC connection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180829#M125757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviya,&lt;/P&gt;&lt;P&gt;Then you can use JCo to execute RFC calls from Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://www.persistentsys.com/presentation/Java_SAP_Integration.pdf" target="test_blank"&gt;http://www.persistentsys.com/presentation/Java_SAP_Integration.pdf&lt;/A&gt; for documetation and a sample program to pass and retrieve tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2006 03:58:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-03T03:58:55Z</dc:date>
    <item>
      <title>RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180818#M125746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI EXPERTS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have to run the  program "ZXX_0002" in remote server by using FM RFC_ABAP_INSTALL_AND_RUN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{code]&lt;/P&gt;&lt;P&gt;call function 'RFC_ABAP_INSTALL_AND_RUN'&lt;/P&gt;&lt;P&gt;   DESTINATION 'XYZ'&lt;/P&gt;&lt;P&gt; tables&lt;/P&gt;&lt;P&gt;   program            = source&lt;/P&gt;&lt;P&gt;   writes             = output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Here i have already mentioned destination name as&lt;/P&gt;&lt;P&gt;&amp;#145;XYZ&amp;#146;.  Eventhough do I need  to setup RFC connection?  If yes means clarify the following.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;1. In sm59, Under techinal settings tab &lt;/P&gt;&lt;P&gt;   what I to give in Gateway Host  &amp;amp; Gateway service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Under logon/security tab&lt;/P&gt;&lt;P&gt;   what I have to give in Authorization, client &amp;amp; user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. How the third party will get the result ? how they will access this FM?&lt;/P&gt;&lt;P&gt; Is it they(3rd party) will call FM RFC_INSTALL_ABAP_AND_RUN to get the result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Silviya T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 08:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180818#M125746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T08:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180819#M125747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..&lt;/P&gt;&lt;P&gt;U need to define RFC in SM59. After entrering the destination system and connection type/desciption..just say enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u will find the entrie Target host (here just pass host which is available under &lt;/P&gt;&lt;P&gt;system menu&lt;DEL&gt;&amp;gt;status&lt;/DEL&gt;&amp;gt;host). And then say enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then logon/security tab--&amp;gt;here give the logon credentials of destination system i.e reciever system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 08:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180819#M125747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180820#M125748</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;call function 'RFC_ABAP_INSTALL_AND_RUN'&lt;/P&gt;&lt;P&gt;   DESTINATION 'xyz'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1.DESTINATION 'xyz' name sholud be match with RFC destination?&lt;/P&gt;&lt;P&gt; 2.Our Target system is not SAP, It is EDI subsystem which is an JAVA application. so what i have to give in Technical settings for Gateway host &amp;amp; gateway service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3. Also what i have to give in logon&amp;amp; security for client,user &amp;amp; password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  4. I asked my java guy to give system IP address. he is telling that IP and system num are already configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clear this doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 10:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180820#M125748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T10:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180821#M125749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi silviya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If your target system is non-sap (java edi)&lt;/P&gt;&lt;P&gt;   then how can u install an abap program&lt;/P&gt;&lt;P&gt;   there and run it on that system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 10:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180821#M125749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T10:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180822#M125750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ABAP program will be in file format in JAVA.we have to execute it using RFC_ABAP_INSTALL_AND_RUN and get the results back in its TABLES parameter WRITES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  How can we proceed? Explain me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 11:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180822#M125750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T11:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180823#M125751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. RFC_ABAP_INSTALL_AND_RUN &lt;/P&gt;&lt;P&gt;   This FM is for installing programs&lt;/P&gt;&lt;P&gt;   in the r/3 system&lt;/P&gt;&lt;P&gt;   and running them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It does not have any connection to the outside world.&lt;/P&gt;&lt;P&gt;   viz java edi etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 11:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180823#M125751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T11:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180824#M125752</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;1) Yes. You will have to create RFC destination 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you target system is R3 then, no need to enter anything in gateway host &amp;amp; services. But if it is an external third party system, then you will have to register the program. Gateway host will be the IP address of the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Under logon security tab, give the logon credentials for the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) The target system has its own logic to answer the RFC calls and we dont have to bother.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 11:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180824#M125752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T11:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180825#M125753</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; Yes. You will have to create RFC destination 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If your target system is R3 then, no need to enter anything in gateway host &amp;amp; services. But if it is an external third party system, then you will have to register the program. Gateway host will be the IP address of the server or give the remote system name or IP Address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under logon security tab, give the logon credentials for the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 16:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180825#M125753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T16:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180826#M125754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HiShashank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have to run the program "ZXX_0002" in remote server&lt;/P&gt;&lt;P&gt;which is non-SAP (JAVA) by using FM RFC_ABAP_INSTALL_AND_RUN. ABAP program will go in file format in JAVA.we have to execute it using RFC_ABAP_INSTALL_AND_RUN and get the results back in its TABLES parameter WRITES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.For doing this which type of RFC connection i have to choose eg,TCP/IP connections or connections via ABAP driver &amp;amp; etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.what are neccesary things i have to fill it in SM59?&lt;/P&gt;&lt;P&gt;  Give me the entire Details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Remote server (JAVA) MUST be "open" while setting up RFC connection in SAP? Please give more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 02:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180826#M125754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T02:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180827#M125755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviya,&lt;/P&gt;&lt;P&gt;Do you want to run ABAP code in Java program?&lt;/P&gt;&lt;P&gt; This is not possible. Create your ABAP code in your R/3 system and create a Remote function in SE37 with Remote Enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can call this from your external program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Remote server (JAVA) MUST be "open" while setting up RFC connection in SAP?&lt;/P&gt;&lt;P&gt;The connection must be evoked from the Java program which calls up the ABAP remote function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 03:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180827#M125755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T03:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180828#M125756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wenceslaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  No. I am passing ABAP code  "XXX" as file foramt to FM RFC_ABAP_INSTALL_AND_RUN's tables parameter 'PROGRAM'. JAVA side will get the result of abap code "XXX" in  tables parameter WRITES of FM RFC_ABAP_INSTALL_AND_RUN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This is the concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 03:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180828#M125756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T03:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180829#M125757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviya,&lt;/P&gt;&lt;P&gt;Then you can use JCo to execute RFC calls from Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://www.persistentsys.com/presentation/Java_SAP_Integration.pdf" target="test_blank"&gt;http://www.persistentsys.com/presentation/Java_SAP_Integration.pdf&lt;/A&gt; for documetation and a sample program to pass and retrieve tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 03:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180829#M125757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T03:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180830#M125758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For doing this do i need to set up RFC Connection in SM59?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1..For doing this which type of RFC connection i have to choose eg,TCP/IP connections or connections via ABAP driver &amp;amp; etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.what are neccesary things i have to fill it in SM59?&lt;/P&gt;&lt;P&gt;Give me the entire Details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Remote server (JAVA) MUST be "open" while setting up RFC connection in SAP? Please give more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 04:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180830#M125758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T04:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180831#M125759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.U NEED CONNECTION TYPE 'G'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. U NEED TO FILL TARGET HOST, PATH AND SERVICE NUMBER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. NO NEED FOR JAVA TO BE OPEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 04:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180831#M125759</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-03T04:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180832#M125760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For doing this do i need to set up RFC Connection in SM59?&lt;/P&gt;&lt;P&gt;Yes. You have to setup RFC connection in SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are neccesary things i have to fill it in SM59?&lt;/P&gt;&lt;P&gt;Give me the entire Details.&lt;/P&gt;&lt;P&gt; Create a new RFC desination.&lt;/P&gt;&lt;P&gt; Enter in RFC destination : Your application server name or IP.&lt;/P&gt;&lt;P&gt; Connection Type : G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Remote server (JAVA) MUST be "open" while setting up RFC connection in SAP? Please give more details. &lt;/P&gt;&lt;P&gt; If you are connecting ABAP from SAP i.e. Inbound connection remote server (JAVA) need not be "open".&lt;/P&gt;&lt;P&gt; If it is outbound connecting JAVA from SAP it needs to be open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In your case it is inbound hence it is not needed to be open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 04:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/1180832#M125760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T04:15:52Z</dc:date>
    </item>
  </channel>
</rss>

