<?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: Doubt in RFC Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940999#M1152459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; If you make an RFC call from system A to system B, then&lt;/P&gt;&lt;P&gt;&amp;gt; the remote function module must exist in system B.&lt;/P&gt;&lt;P&gt;&amp;gt; If system A is non SAP system then the remote function module need not exist in it as explained above.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; However if system A is SAP system, then your Function Module must be created in this system as well. Otherwise your calling program will give syntax error.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it won't.  There's no syntax check that a function module exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the original poster - why don't you just TRY it, and see if it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Dec 19, 2008 6:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2008 05:53:15 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-12-19T05:53:15Z</dc:date>
    <item>
      <title>Doubt in RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940995#M1152455</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 jave created a RFC enabled function module which is working fine. &lt;/P&gt;&lt;P&gt;I have a small doubt in the FM, i.e. If i need to use this FM i need to have it in source system and target system. But without having it in the sorce system i can access this and fetch the data.&lt;/P&gt;&lt;P&gt;Will that create any problem. Or do i need to create the FM in the source and target system also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 05:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940995#M1152455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T05:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940996#M1152456</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 donot need to create in both the systems.&lt;/P&gt;&lt;P&gt;The RFC destination itself will call and read the data&lt;/P&gt;&lt;P&gt;from the other system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 05:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940996#M1152456</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-19T05:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940997#M1152457</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;The RFC should be available only in SAP System. &lt;/P&gt;&lt;P&gt;In the target system build the logic to logon to sap system &amp;amp; to call the RFC with necessary parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 05:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940997#M1152457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T05:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940998#M1152458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you make an RFC call from system A to system B, then&lt;/P&gt;&lt;P&gt;the remote function module must exist in system B.&lt;/P&gt;&lt;P&gt;If system A is non SAP system then the remote function module need not exist in it as explained above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if system A is SAP system, then your Function Module must be created in this system as well. Otherwise your calling program will give syntax error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 05:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940998#M1152458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T05:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940999#M1152459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; If you make an RFC call from system A to system B, then&lt;/P&gt;&lt;P&gt;&amp;gt; the remote function module must exist in system B.&lt;/P&gt;&lt;P&gt;&amp;gt; If system A is non SAP system then the remote function module need not exist in it as explained above.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; However if system A is SAP system, then your Function Module must be created in this system as well. Otherwise your calling program will give syntax error.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it won't.  There's no syntax check that a function module exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the original poster - why don't you just TRY it, and see if it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Dec 19, 2008 6:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 05:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-rfc-function-module/m-p/4940999#M1152459</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-12-19T05:53:15Z</dc:date>
    </item>
  </channel>
</rss>

