<?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: diff b/w RFC and function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628348#M280586</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;RFC is a function module, but it is remote enabled meaning it can be invoked from other(remote) systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when creating a function module u can make it remote enabled by choosing radiobutton in the attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to call a Remote enabled FM, we do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function '&amp;lt;FM name&amp;gt;' destination '&amp;lt;logical systemsname of partner&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC concept is very useful in ALE,EDI,also in BAPI where u can access a funtion in SAP from a legacy system also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 08:35:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T08:35:38Z</dc:date>
    <item>
      <title>diff b/w RFC and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628341#M280579</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;     what's the difference b/w RFC and function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628341#M280579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w RFC and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628342#M280580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;everything is same except that RFC can be called from a non SAP system(remote system) but normal function module can NOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628342#M280580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w RFC and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628343#M280581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;function module can be called within  the system.&lt;/P&gt;&lt;P&gt;rfc can called from remote system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628343#M280581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w RFC and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628344#M280582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC is the protocol used to call functions in an R/3 system by a caller external to R/3 or to call programs external to R/3 from an R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions can only be called via RFC, if they are tagged as RFC functions in the SAP development workbench. They are then called RFC function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A remote function call (RFC) is the call of a function module that runs in a different system to the calling program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also refer this link &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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vivek &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628344#M280582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w RFC and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628345#M280583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krithika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interface of an RFC-enabled function module differs from a "normal" function module in that all parameters must be typed (to DDIC types) and passed "by value" (flag set for parameter in function module interface).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628345#M280583</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-20T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w RFC and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628346#M280584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC is just a FM that can be called from remote system too(destination defined in transaction SM59).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u  create rfc function same as normal function only one diffrence is  one radio button click which is rfc enabled function when we create fm.&lt;/P&gt;&lt;P&gt;RFC or RFC destination means you define (in transaction SM59) a remote destination, usually to another SAP system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628346#M280584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w RFC and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628347#M280585</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;RFC - &amp;gt; FM used to comunicate btwn SAP and NON sap systems&lt;/P&gt;&lt;P&gt;eg: BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WEBSITE to R/3 like tht.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module(FM) -&amp;gt; used to communicate with in SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlped mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628347#M280585</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-20T08:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w RFC and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628348#M280586</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;RFC is a function module, but it is remote enabled meaning it can be invoked from other(remote) systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when creating a function module u can make it remote enabled by choosing radiobutton in the attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to call a Remote enabled FM, we do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function '&amp;lt;FM name&amp;gt;' destination '&amp;lt;logical systemsname of partner&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC concept is very useful in ALE,EDI,also in BAPI where u can access a funtion in SAP from a legacy system also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-rfc-and-function-module/m-p/1628348#M280586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:35:38Z</dc:date>
    </item>
  </channel>
</rss>

