<?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: Function Module to Fetch  RFC destiination in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774144#M1118828</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;use 'LOG_SYSTEM_GET_RFC_DESTINATION'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2008 10:06:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-13T10:06:32Z</dc:date>
    <item>
      <title>Function Module to Fetch  RFC destiination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774138#M1118822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;     I am calling a RFC function moduel. In that I dont want to hard code DESTINATION. Can you pls let me know the FM to fetch RFC DESTINATION NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind Regards,&lt;/P&gt;&lt;P&gt;sami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 09:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774138#M1118822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Fetch  RFC destiination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774139#M1118823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate the sy-sysid and sy-mandt into a variable of the type of logical system and pass that, if its the same system, else use if conditionsto specify the destination depending upon  the current system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 09:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774139#M1118823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Fetch  RFC destiination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774140#M1118824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate the sy-sysid and sy-mandt into a variable of the type of logical system and pass that, if its the same system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You dont need to pass a destination if you are calling the remote function in the same system or 'NONE' is enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that, a RFC destination for a Non SAP system is not necessarily created using the naming convention system-id_client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have to create a table which stores the System name and the corresponding RFC destination and look up this table before you call the RFC function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 09:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774140#M1118824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T09:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Fetch  RFC destiination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774141#M1118825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;You might have to create a table which stores the System name and the corresponding RFC destination and look up this table before you call the RFC function.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of using a table to store the destinations can't i specify them in the code using if conditions, especially when i have a very limited number of RFC destinations...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 09:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774141#M1118825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T09:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Fetch  RFC destiination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774142#M1118826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi advait.&lt;/P&gt;&lt;P&gt;        Thanks for quick turn around. I want to call the RFC in other system. Do we have standard table which has system ID &amp;amp; RFC destination. Orelse let me know the FM to get the RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;sami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 09:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774142#M1118826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T09:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Fetch  RFC destiination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774143#M1118827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The destinations are stored in RFCDES. But how do you want to pick the correct one? Often the destination can be entered at runtime by the user or it is being maintained in some custom Z-tables.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774143#M1118827</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-11-13T10:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Fetch  RFC destiination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774144#M1118828</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;use 'LOG_SYSTEM_GET_RFC_DESTINATION'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774144#M1118828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Fetch  RFC destiination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774145#M1118829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure if there is any such function ,but the RFC destinations are stored in the table RFCDES. You can do a select on these, but they don't have the cross reference of the system id/name etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:13:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-rfc-destiination/m-p/4774145#M1118829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:13:55Z</dc:date>
    </item>
  </channel>
</rss>

