<?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: function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040376#M419486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC (Remote Function Call) as the name suggests , is a Function module which is used to link two different systems  ,i.e. Non SAP to SAP. It is like the normal FM only, it has  with same features, the only change being the Remote enabled ticked in theattribute tab.in the SE37 Transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to your Questions Individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between Normal function module and RFC enabled function module is that in the attributes tab, you can find the  RFC  radio button checked in case of RFC Function Module, and for normal function module , the Normal Function Module radio button  is checked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &amp;amp; 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programatically while calling the FM's  the coding differs only in a small manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Normal FM  : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '&amp;lt;FUNCTION MDOULE NAME&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For RFC FM : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '&amp;lt;FUNCTION MDOULE NAME&amp;gt;' &lt;/P&gt;&lt;P&gt;Destination &amp;lt;Destination name&amp;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;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 06:27:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T06:27:44Z</dc:date>
    <item>
      <title>function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040370#M419480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;  1. what is the difference between normal function modules and remote enabled function modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2. by seeing the call function "function name" how we know whether it is normal function module or remote enabled function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  3. what is the extra field we have to add for remote enabled function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040370#M419480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040371#M419481</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;Difference between Normal function module and Rfc enabled function mdoule is u can find the radio button for RFC enabled will be checked in case of RFC function mdoule,but the radio button normal is checked for normal function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program the difffernece is in calling the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For normal FM it is CALL FUNCTION '&amp;lt;FUNCTION MDOULE NAME&amp;gt;'&lt;/P&gt;&lt;P&gt;For RFC FM it is CALL FUNCTION '&amp;lt;FUNCTION MDOULE NAME&amp;gt;' Destination &amp;lt;Destination name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040371#M419481</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-03-08T06:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040372#M419482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in RFC you vcan communicate between SAP and non SAP system but in normal fn module you cant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in function mod call for rfc DESTINATION key word will be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call fn 'RFC' destination '&amp;lt;destination name&amp;gt; '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is like normal fn module only with same features only you have to tick the remote enabled attribute of fn module in se37 for the fn module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040372#M419482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040373#M419483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1. Remote function Module will be available to other systems ,but Normal &lt;/P&gt;&lt;P&gt;      Function module will be with in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2.By calling we can not know, we have to got to attributes and has to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.In SE 37 &lt;DEL&gt;&amp;gt;F6&lt;/DEL&gt;--&amp;gt;Attributes you have check the  radio button Remote-enabled &lt;/P&gt;&lt;P&gt;                                module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  .Pls. reard if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040373#M419483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040374#M419484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An RFC (remote function call) is similar to a regular function module, but typically called from outside of SAP. A session is established from the calling application to SAP, a user ID is logged on, and then a call is issued, triggering the processing inside the call. When it is done, it usually returns information such as a return code and application data. The calling application waits for the processing to complete, receives the data and can continue processing, taking the result into account. It can even issue multiple RFCs during one session. The main difference between RFCs and regular function modules is the definition of the interface (e.g. CHANGING parameters are not allowed) and the interaction with the user (RFCs should not popup windows, because there is no user available to react to it). RFCs leave no data behind for restarting the task. They either fail or complete according to the transaction concept, but since you are on a function level, a transaction may encompass more than one call. Therefore, you may need to issue a separate COMMIT call after you are done or you risk losing your work. RFCs are also bi-directional, i.e. they can be called by a client program or they can invoke a server program can be the client. In interfaces, you are more likely to use an RFC from a client program. &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;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040374#M419484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040375#M419485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. suppose, i have two servers RID &amp;amp; RIV,&lt;/P&gt;&lt;P&gt;   i have created a FM in RIV system,&lt;/P&gt;&lt;P&gt;   unless,you REMOTE ENABLED the FM,&lt;/P&gt;&lt;P&gt;   you can't use it in the RIV system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. it can't be known by the name,&lt;/P&gt;&lt;P&gt;   check out it's attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. first create a RFC destination in SM59,&lt;/P&gt;&lt;P&gt;   then use it for FM&lt;/P&gt;&lt;P&gt;   call function 'FM_NAME'  DESTINATION 'REMOTE'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye,&lt;/P&gt;&lt;P&gt;kc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040375#M419485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040376#M419486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC (Remote Function Call) as the name suggests , is a Function module which is used to link two different systems  ,i.e. Non SAP to SAP. It is like the normal FM only, it has  with same features, the only change being the Remote enabled ticked in theattribute tab.in the SE37 Transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to your Questions Individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between Normal function module and RFC enabled function module is that in the attributes tab, you can find the  RFC  radio button checked in case of RFC Function Module, and for normal function module , the Normal Function Module radio button  is checked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &amp;amp; 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programatically while calling the FM's  the coding differs only in a small manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Normal FM  : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '&amp;lt;FUNCTION MDOULE NAME&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For RFC FM : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '&amp;lt;FUNCTION MDOULE NAME&amp;gt;' &lt;/P&gt;&lt;P&gt;Destination &amp;lt;Destination name&amp;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;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040376#M419486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040377#M419487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The normal FM are called within the R3 system. but the RFC enabled ones can be called from the outside systems also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Its not necessary to have the DESTINATION in your CALL FUNCTION stmnt. So, the very first point would be to look at the FM's attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. There is nothing special u need to do only u have to just select the RFC attribute in the ATTRIBUTE maintenance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 07:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/2040377#M419487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T07:03:36Z</dc:date>
    </item>
  </channel>
</rss>

