<?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: Executing Different Sever Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151097#M117498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;YOU can very well call RFC FM from other server . Please see the given &amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/f9/3f69fd11a80b4e93a5c9230bafc767/content.htm"&amp;gt;LINK1&amp;lt;/a&amp;gt; or &amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/22/04256b488911d189490000e829fbbd/content.htm"&amp;gt;Link2&amp;lt;/a&amp;gt; or &amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm"&amp;gt;Link3&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This Info Helps YOU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Reward Points If It Helps YOU.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2006 11:24:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-09T11:24:08Z</dc:date>
    <item>
      <title>Executing Different Sever Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151092#M117493</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 have an urgent requirement.my requirement is i Have a RFC enable function module in another System(server) i want to execute that function module.Is it possible.&lt;/P&gt;&lt;P&gt;If yes please give me the steps how to do that.&lt;/P&gt;&lt;P&gt;is there any function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;kiran i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 11:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151092#M117493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T11:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Different Sever Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151093#M117494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use call function statement with 'destination' addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what  the Documentation says..&lt;/P&gt;&lt;P&gt;CALL FUNCTION - DESTINATION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;CALL FUNCTION func DESTINATION dest  [EXPORTING  p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;    [IMPORTING  p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;    [CHANGING   p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;    [TABLES     t1 = itab1 t2 = itab2 ...] &lt;/P&gt;&lt;P&gt;    [EXCEPTIONS [exc1 = n1 exc2 = n2 ...] &lt;/P&gt;&lt;P&gt;                [system_failure = ns [MESSAGE smess]] &lt;/P&gt;&lt;P&gt;                [communication_failure = nc [MESSAGE cmess]] &lt;/P&gt;&lt;P&gt;                [OTHERS = n_others]]. &lt;/P&gt;&lt;P&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Synchronous call of a remote-enabled function module specified in func using the RFC interface. Use addition DESTINATION to specify the destination in dest. For func and dest, character-type data objects are expected. After terminating the remotely called function, the calling program is continued after CALL FUNCTION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 11:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151093#M117494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Different Sever Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151094#M117495</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. Create a RFC destination thru SM59 for that system.&lt;/P&gt;&lt;P&gt;2. From ur system call the fM with the extensiion DESTINATION &amp;lt;created RFC destination name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 11:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151094#M117495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T11:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Different Sever Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151095#M117496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. use CALL FUNCTION DESTINATION 'PRDSERVER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The PRDSERVER &lt;/P&gt;&lt;P&gt;   should be a system defined in sm59&lt;/P&gt;&lt;P&gt;   -- Node is R/3 Connections&lt;/P&gt;&lt;P&gt;   (take help of your basis team)&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>Mon, 09 Jan 2006 11:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151095#M117496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T11:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Different Sever Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151096#M117497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very much possible, Check out this link it will Explain all your Quaries.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/22/042537488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/22/042537488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mithlesh Kumar Jha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 11:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151096#M117497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T11:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Different Sever Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151097#M117498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;YOU can very well call RFC FM from other server . Please see the given &amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/f9/3f69fd11a80b4e93a5c9230bafc767/content.htm"&amp;gt;LINK1&amp;lt;/a&amp;gt; or &amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/22/04256b488911d189490000e829fbbd/content.htm"&amp;gt;Link2&amp;lt;/a&amp;gt; or &amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm"&amp;gt;Link3&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This Info Helps YOU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Reward Points If It Helps YOU.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 11:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-different-sever-function-module/m-p/1151097#M117498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T11:24:08Z</dc:date>
    </item>
  </channel>
</rss>

