<?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: Problem with RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281947#M1021567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where do we create the RFC&lt;/EM&gt; : We create RFC in SAP R/3 using Transaction Code SM37. It is function module with RFC enabled flag checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;how does RFC works&lt;/EM&gt;  : RFC is called from another system to system in which it resides. Example : There are 2 SAP system SAP1 and SAP2. RFC function module is developed in SAP1. We can call this function module from SAP2 using CALL FUNCTION....DESTINATION dest. (There are few things need to be configured through SM59 for establishing connection - this is one time activity). You can access data and functionality of RFC enabled FM from another system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similary you can call this RFC from non-SAP system. (Syntax of call will vary depending upon technology. Example calling using Java, C++ etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2008 07:15:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-05T07:15:47Z</dc:date>
    <item>
      <title>Problem with RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281943#M1021563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do we create the RFC? and how does RFC works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 07:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281943#M1021563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T07:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281944#M1021564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have r/3 and crm&lt;/P&gt;&lt;P&gt;if u want to retrive data from r/3 to crm&lt;/P&gt;&lt;P&gt;u create a fm in r/3 by giving the option as rfc&lt;/P&gt;&lt;P&gt;and u call that fm in crm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u exect the program in crm by using that fm it will go to r/3 and fetch the data and display it in crm.this is how it works.&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;Anbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 07:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281944#M1021564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281945#M1021565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-You create a Function Module using SE37 but that FM is Remote Enabled .&lt;/P&gt;&lt;P&gt;-This function Module is now available to be used by remote non SAP application&lt;/P&gt;&lt;P&gt;-This FM is called using SAPJCO connector in Java based application.&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;rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RAJESH KUMAR on Aug 5, 2008 12:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 07:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281945#M1021565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T07:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281946#M1021566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create RFC in SE37 only.. you have to just click on remote enabled in Attributes tab...&lt;/P&gt;&lt;P&gt;and to call any FM from SAP to other SAP system or any non SAP system, you can use RFC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SAgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 07:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281946#M1021566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T07:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281947#M1021567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where do we create the RFC&lt;/EM&gt; : We create RFC in SAP R/3 using Transaction Code SM37. It is function module with RFC enabled flag checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;how does RFC works&lt;/EM&gt;  : RFC is called from another system to system in which it resides. Example : There are 2 SAP system SAP1 and SAP2. RFC function module is developed in SAP1. We can call this function module from SAP2 using CALL FUNCTION....DESTINATION dest. (There are few things need to be configured through SM59 for establishing connection - this is one time activity). You can access data and functionality of RFC enabled FM from another system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similary you can call this RFC from non-SAP system. (Syntax of call will vary depending upon technology. Example calling using Java, C++ etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 07:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281947#M1021567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281948#M1021568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mohaiyuddin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I call RFC within SAP itself ? as your case, within SAP1 only. is it possible? &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;Peerasit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2008 01:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281948#M1021568</guid>
      <dc:creator>former_member300754</dc:creator>
      <dc:date>2008-10-26T01:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281949#M1021569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You can call with in SAP too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2008 04:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281949#M1021569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-26T04:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281950#M1021570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2008 07:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rfc/m-p/4281950#M1021570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-26T07:57:12Z</dc:date>
    </item>
  </channel>
</rss>

