<?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: difference between Function &amp; RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473535#M222288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you verry much. &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2006 05:00:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-03T05:00:03Z</dc:date>
    <item>
      <title>difference between Function &amp; RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473530#M222283</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;&lt;/P&gt;&lt;P&gt;   What is the difference between the function and RFCs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 04:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473530#M222283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T04:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Function &amp; RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473531#M222284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. An RFC is nothing,&lt;/P&gt;&lt;P&gt;   but also like normal FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The only difference is,&lt;/P&gt;&lt;P&gt;   we can run that FM in another server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. eg.,&lt;/P&gt;&lt;P&gt;   we have TWO SERVERS,&lt;/P&gt;&lt;P&gt;   A, B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. We write abap code in server A,&lt;/P&gt;&lt;P&gt;   and want the FM to execute&lt;/P&gt;&lt;P&gt;   in server B, (and not A)&lt;/P&gt;&lt;P&gt;  , then it should be RFC enabled.&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;&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>Thu, 03 Aug 2006 04:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473531#M222284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T04:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Function &amp; RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473532#M222285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An RFC works same as a normal function module...&lt;/P&gt;&lt;P&gt;But only the difference is &lt;/P&gt;&lt;P&gt;we can call RFC enabled fn modules from different servers where as normal function module within the server...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If attributes of function is set as Remote enabled then its an RFC...&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;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 04:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473532#M222285</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-03T04:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Function &amp; RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473533#M222286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function modules are modularzation elements in the ABAP programming language. The encapsulate some function that can be reused. They provide an interface or signature in which to pass data to and from the function module. RFC is a remote enabled function module. All you need to do is set the flag on the attributes tab of the function module and you have an RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 04:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473533#M222286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T04:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Function &amp; RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473534#M222287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;In Function modules we have 2 types:-&lt;/P&gt;&lt;P&gt;1.Local(normal) Function module [LFM].&lt;/P&gt;&lt;P&gt;2.Remote Enable Function module [RFM].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LFM's can only be used or called in the same system in which they are created and activated, whereas RFM's can be accessed using RFC from a Remote Systems(like another R/3, Non-SAP), for this you need to create a RFC destination(SM59), with the help of your Basis Admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Mark usefull answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 04:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473534#M222287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T04:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Function &amp; RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473535#M222288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you verry much. &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 05:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473535#M222288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T05:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Function &amp; RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473536#M222289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satish,&lt;/P&gt;&lt;P&gt;Function Modules --&amp;gt; A reuseable piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. SD_DATETIME_DIFFERENCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC --&amp;gt; The same a Function Module but allow external connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. RFC_READ_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules are modularzation elements in the ABAP programming language. The encapsulate some function that can be reused. They provide an interface or signature in which to pass data to and from the function module. RFC is a remote enabled function module. All you need to do is set the flag on the attributes tab of the function module and you have an RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u find it useful plz mark the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 05:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-rfc/m-p/1473536#M222289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T05:00:10Z</dc:date>
    </item>
  </channel>
</rss>

