<?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 Wbat is difference b/w Normal Function module and Remote enabled FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067088#M726818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Wbat is difference b/w Normal Function module and Remote enabled Function Module? &lt;/P&gt;&lt;P&gt;I need real time example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 06:31:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-05T06:31:39Z</dc:date>
    <item>
      <title>Wbat is difference b/w Normal Function module and Remote enabled FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067088#M726818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Wbat is difference b/w Normal Function module and Remote enabled Function Module? &lt;/P&gt;&lt;P&gt;I need real time example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 06:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067088#M726818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T06:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Wbat is difference b/w Normal Function module and Remote enabled FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067089#M726819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC: It is a function module with remote enabled property. It is used to fetch the data from remote system to current system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In theory, a function module can only use data a)from the interface parameters, b) defined locally in the function module and c) defined globally in the function group. However, it is possible to see global data from calling programs using field-symbols. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote Function Modules are function modules that can be called from other SAP or NON-SAP systems. BAPI's are examples of RFC-enabled function modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 06:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067089#M726819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T06:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Wbat is difference b/w Normal Function module and Remote enabled FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067090#M726820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check these..&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=173040&amp;amp;messageID=2418218" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=173040&amp;amp;messageID=2418218&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=173040&amp;amp;messageID=2730771" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=173040&amp;amp;messageID=2730771&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/RFC.htm" target="test_blank"&gt;http://www.planetsap.com/RFC.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 06:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067090#M726820</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2007-12-05T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Wbat is difference b/w Normal Function module and Remote enabled FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067091#M726821</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;A remote enabled Function Module is exactly like&lt;/P&gt;&lt;P&gt;a Normal function Module with the added&lt;/P&gt;&lt;P&gt;advantage of being able to be called from &lt;/P&gt;&lt;P&gt;another R/3 or third party system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have a function module to update data into some&lt;/P&gt;&lt;P&gt;table of ur R/3 but the data needs to be fetched from &lt;/P&gt;&lt;P&gt;another server, then you can use this remote FM to update &lt;/P&gt;&lt;P&gt;data into ur server.&lt;/P&gt;&lt;P&gt;i.e you can call this FM from another server even though it does not &lt;/P&gt;&lt;P&gt;exit in that server, it would actually get executed in ur server using the &lt;/P&gt;&lt;P&gt;DESTINATION keyword with the CALL FUNCTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samson Rodrigues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 06:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbat-is-difference-b-w-normal-function-module-and-remote-enabled-fm/m-p/3067091#M726821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T06:42:56Z</dc:date>
    </item>
  </channel>
</rss>

