<?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: Remote Function Call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133914#M448760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM has to be called via a destination. This destination is the RFC destination u create in SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '&amp;lt;fm&amp;gt;'&lt;/P&gt;&lt;P&gt;destination '&amp;lt;destination for R3x'&lt;/P&gt;&lt;P&gt;Importing&lt;/P&gt;&lt;P&gt;&amp;lt;import params&amp;gt;&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;&amp;lt;exp params&amp;gt;&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;&amp;lt;tables params&amp;gt;&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;&amp;lt;excp list&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2007 09:36:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-10T09:36:59Z</dc:date>
    <item>
      <title>Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133911#M448757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  How to call a function in one system from another &lt;/P&gt;&lt;P&gt;system (Like..From R3X to  R3S )? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already Craeted a FM (BAPI)  in R3X and made it as Remote Enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now..From R3S, I have to call that FM and get the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133911#M448757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133912#M448758</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 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax Forms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchroner RFC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. CALL FUNCTION func DESTINATION dest &lt;/P&gt;&lt;P&gt;                     parameter_list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchroner RFC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. CALL FUNCTION func STARTING NEW TASK task &lt;/P&gt;&lt;P&gt;                [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}] &lt;/P&gt;&lt;P&gt;                parameter_list &lt;/P&gt;&lt;P&gt;                [{PERFORMING subr}|{CALLING meth} ON END OF TASK]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaktionaler RFC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. CALL FUNCTION func IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;                     [DESTINATION dest] &lt;/P&gt;&lt;P&gt;                     parameter_list &lt;/P&gt;&lt;P&gt;                     [AS SEPARATE UNIT]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The destination contains the connection parameters for remote function calls. It contains the connection type, the target system and the partner program. Connections that affect SAP systems exclusively can be agreed as trustedsystems. RFC destinations are managed using transaction code SM59. &amp;lt;/b&amp;gt;&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;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133912#M448758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133913#M448759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;RFC (Remote Function Call) is similar to the general SAP fun module: except that in the attributes you click the radio button: RFC enabled;&lt;/P&gt;&lt;P&gt;and you will be passing an Import parameter DESTINATION to it.&lt;/P&gt;&lt;P&gt;Other code and usage will be similar to any fun module;&lt;/P&gt;&lt;P&gt;Have a look at any fun module in SE37 to understand better about the different components of Fun modules;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133913#M448759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133914#M448760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM has to be called via a destination. This destination is the RFC destination u create in SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '&amp;lt;fm&amp;gt;'&lt;/P&gt;&lt;P&gt;destination '&amp;lt;destination for R3x'&lt;/P&gt;&lt;P&gt;Importing&lt;/P&gt;&lt;P&gt;&amp;lt;import params&amp;gt;&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;&amp;lt;exp params&amp;gt;&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;&amp;lt;tables params&amp;gt;&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;&amp;lt;excp list&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133914#M448760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133915#M448761</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;In R3S, you have to create a RFC destination via SM59, where it should point to the ip address/host id of your R3X. This can be done by basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During the call in R3S, you have to code like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TEST'&lt;/P&gt;&lt;P&gt;   DESTINATION 'rfc_dest'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bear in mind, 'rfc_dest' is the RFC destination that create via SM59 that mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133915#M448761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133916#M448762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this out,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALLFUNCTION function name DESTINATION system (in which u                     created  function module)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133916#M448762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133917#M448763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rammohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would call the function module the same way you would call a function module normally. The only difference would be an additional line like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'NAME OF FUNCTION'
        destination 'Logical name of R3X'...
        &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/22/042537488911d189490000e829fbbd/frameset.htm"&amp;gt;See SAP Help for further details&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133917#M448763</guid>
      <dc:creator>Faaiez</dc:creator>
      <dc:date>2007-04-10T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133918#M448764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys..&lt;/P&gt;&lt;P&gt;  Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 11:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133918#M448764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T11:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133919#M448765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is mean by Function module, sample code for to retrieve data from two data base.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2008 16:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/2133919#M448765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-04T16:57:39Z</dc:date>
    </item>
  </channel>
</rss>

