<?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 How to create RFC in program using application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775571#M38753</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;
  &lt;P&gt;I have requirement to compare two system whether they are same or not. For first one I have RFC details but for another one I have application server and instance. I need to write a logic to create RFC using application server and instance. Is there any FM to create RFC on fly using application server and instance?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 09:06:53 GMT</pubDate>
    <dc:creator>former_member602416</dc:creator>
    <dc:date>2019-03-04T09:06:53Z</dc:date>
    <item>
      <title>How to create RFC in program using application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775571#M38753</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
  &lt;P&gt;I have requirement to compare two system whether they are same or not. For first one I have RFC details but for another one I have application server and instance. I need to write a logic to create RFC using application server and instance. Is there any FM to create RFC on fly using application server and instance?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 09:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775571#M38753</guid>
      <dc:creator>former_member602416</dc:creator>
      <dc:date>2019-03-04T09:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC in program using application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775572#M38754</link>
      <description>&lt;P&gt;Look at class CL_DYNAMIC_DESTINATION, method CREATE_RFC_DESTINATION&lt;/P&gt;&lt;P&gt;(With some restrictions you can also use a destination name such as &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenrfc_destination.htm#@@ITOC@@ABENRFC_DESTINATION_4"&gt;hostname_sysid_sysnr&lt;/A&gt;) &lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 11:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775572#M38754</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-03-04T11:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC in program using application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775573#M38755</link>
      <description>&lt;P&gt;Thanks for your advice but this object doesn't exist in my system. My system is SAP EHP1 FOR SAP NETWEAVER 7.3&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775573#M38755</guid>
      <dc:creator>former_member602416</dc:creator>
      <dc:date>2019-03-04T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC in program using application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775574#M38756</link>
      <description>&lt;P&gt;Look for FM/Class in your version such as RFC_CREATE_DEFAULT_DESTINATION
and adapt those. But don't forget to delete the RFC destination once no longer
required.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775574#M38756</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-03-04T14:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC in program using application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775575#M38757</link>
      <description>&lt;P&gt;Yes, I can see this FM RFC_CREATE_DEFAULT_DESTINATION. Thanks alot.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 15:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775575#M38757</guid>
      <dc:creator>former_member602416</dc:creator>
      <dc:date>2019-03-04T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC in program using application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775576#M38758</link>
      <description>&lt;P&gt;There is an issue with this FM. &lt;/P&gt;&lt;P&gt;It has default language 'DE'. This language is hard coded in this FM and there is no option to input the language.&lt;/P&gt;&lt;P&gt;PERFORM REPLACE_STRING USING RFC_OPTIONS '%LANGU'  'D'.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 11:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775576#M38758</guid>
      <dc:creator>former_member602416</dc:creator>
      <dc:date>2019-03-05T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC in program using application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775577#M38759</link>
      <description>&lt;P&gt;You could opy the code of the FM in your own namespace (with a comment linking to original FM and the class)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-in-program-using-application-server/m-p/775577#M38759</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-03-05T14:32:39Z</dc:date>
    </item>
  </channel>
</rss>

