<?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 check RFC call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087080#M1357960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its is not mandatory if you are calling the RFC FM in the same system.&lt;/P&gt;&lt;P&gt;If you want the FM to be executed on another system and operate on the data of THAT system, then you have to specify the destination along with the call&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;call function 'RFC****'&lt;/P&gt;&lt;P&gt;destination &amp;lt;dest&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the destination must be created in sm59 transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2009 10:37:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-25T10:37:50Z</dc:date>
    <item>
      <title>Function Module to check RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087077#M1357957</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;We have an object that needs to react differently based on whether itu2019s an internal or remote call.&lt;/P&gt;&lt;P&gt;Is there any standard function Module to determine RFC call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 08:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087077#M1357957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T08:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to check RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087078#M1357958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can not you check the user who is making the change. Mostly there is only one or a limited number of RFC users. Succes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 08:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087078#M1357958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T08:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to check RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087079#M1357959</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;You can use function module TH_ARFC_REQUESTS is used to check the resources of another server.&lt;/P&gt;&lt;P&gt;To carry out a local check, call the function module TH_ARFC_LOCAL_RESOURCES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details check out:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nwpi71/helpdata/en/7f/06363dc992752de10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nwpi71/helpdata/en/7f/06363dc992752de10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 10:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087079#M1357959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T10:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to check RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087080#M1357960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its is not mandatory if you are calling the RFC FM in the same system.&lt;/P&gt;&lt;P&gt;If you want the FM to be executed on another system and operate on the data of THAT system, then you have to specify the destination along with the call&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;call function 'RFC****'&lt;/P&gt;&lt;P&gt;destination &amp;lt;dest&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the destination must be created in sm59 transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 10:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087080#M1357960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T10:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to check RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087081#M1357961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for RFC connection to ur destination server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use transaction SM59 to check ur connection.Whether the status of connection using test button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AMS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 16:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-rfc-call/m-p/6087081#M1357961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T16:40:24Z</dc:date>
    </item>
  </channel>
</rss>

