<?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: Remote function call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015362#M1167137</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;when u create Fm as RFC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can access FM from Non-SAP syatems like legacy, portal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2009 10:28:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-07T10:28:45Z</dc:date>
    <item>
      <title>Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015358#M1167133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know, what is the impact of changing a local function module to RFC.&lt;/P&gt;&lt;P&gt;I can do this operation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Please read the Help documentation&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Jan 14, 2009 7:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015358#M1167133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015359#M1167134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;&amp;lt;Cut and paste is forbidden.  Points deducted&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is Remote Function Call which can be used to execute &lt;/P&gt;&lt;P&gt;the function module on remote system to get the required &lt;/P&gt;&lt;P&gt;data.To call the function module remotely,we have to enable &lt;/P&gt;&lt;P&gt;the remote call radio button located in the attribute of &lt;/P&gt;&lt;P&gt;the function module.&lt;/P&gt;&lt;P&gt;Normal function module is one which can be used to &lt;/P&gt;&lt;P&gt;execute the function module in the local system to get the &lt;/P&gt;&lt;P&gt;required data.&lt;/P&gt;&lt;P&gt;RFC stands for REMOTE FUNCTION CALL RFCs are used to&lt;/P&gt;&lt;P&gt;establish a connection between two different application&lt;/P&gt;&lt;P&gt;servers rfc used for accessing functions of a function&lt;/P&gt;&lt;P&gt;module in a function group present on different application&lt;/P&gt;&lt;P&gt;servers with in a landscape i.e., for transfer of data&lt;/P&gt;&lt;P&gt;directly between source and target client on remote systems&lt;/P&gt;&lt;P&gt;in sap system landscape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in sap basis rfc is used for remote client copies.&lt;/P&gt;&lt;P&gt;Tcode RFC- sm59 display/maintain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION MODULE contains functions in particular to a module&lt;/P&gt;&lt;P&gt;like finance , HR , MM....... .Function module is always&lt;/P&gt;&lt;P&gt;created under function group. one group can contain one or&lt;/P&gt;&lt;P&gt;more function modules a function module can be accessed from&lt;/P&gt;&lt;P&gt;remote system where u can call it as RFC call.&lt;/P&gt;&lt;P&gt;u create function module in following way &lt;/P&gt;&lt;P&gt;1.tcode- sm37&lt;/P&gt;&lt;P&gt;2.create a function group &lt;/P&gt;&lt;P&gt;3.activate the function group&lt;/P&gt;&lt;P&gt;4.create the function module &lt;/P&gt;&lt;P&gt;5. activate the function module &lt;/P&gt;&lt;P&gt;6. access the function module&lt;/P&gt;&lt;P&gt;RFC, to connect two different SAP Servers to transfer data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bt normal function calls r like subroutines to access &lt;/P&gt;&lt;P&gt;within the sysetm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Go to SE37 attributes and set the &lt;U&gt;Processing type&lt;/U&gt; as the RFC for gettng remote enable FM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope now you clear on your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Jan 14, 2009 1:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015359#M1167134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015360#M1167135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Definately u can do it,,,, just go to attribute and select RFC instead of Normal fm....&lt;/P&gt;&lt;P&gt;As per i know if it is not remote enable then u cant use it for portal purpose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015360#M1167135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015361#M1167136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Dear, You can change your function to RFC. By enable remote function call, u can execute your function remotely. You have to Check the Pass By value for import paratmeter also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015361#M1167136</guid>
      <dc:creator>piyush_mathur</dc:creator>
      <dc:date>2009-01-07T10:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015362#M1167137</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;when u create Fm as RFC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can access FM from Non-SAP syatems like legacy, portal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015362#M1167137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015363#M1167138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This operation (Check the box Pass by value...) will have no impact on programs that call the function locally already?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015363#M1167138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015364#M1167139</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;Using Remote Function Module we can access data in destination system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015364#M1167139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015365#M1167140</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;Yes You can.&lt;/P&gt;&lt;P&gt;RFC can pass the parameters from SAP to SAP as well as SAP to Non-SAP.&lt;/P&gt;&lt;P&gt;Go to se37,go to Attributes and Processing  type from Normal function module to Remote enable module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015365#M1167140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015366#M1167141</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;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/22/0424fe488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/22/0424fe488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;check this very helpful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015366#M1167141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015367#M1167142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, It will not make any impact. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 11:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/5015367#M1167142</guid>
      <dc:creator>piyush_mathur</dc:creator>
      <dc:date>2009-01-07T11:28:44Z</dc:date>
    </item>
  </channel>
</rss>

