<?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: RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910299#M684801</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 use RFC for non-sap system.&lt;/P&gt;&lt;P&gt;eg. Visual Basic to SAP,&lt;/P&gt;&lt;P&gt;    Java to SAP etc     &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 06:39:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-24T06:39:49Z</dc:date>
    <item>
      <title>RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910298#M684800</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;Can we use RFC for connecting non-sap system ( NOT USING BAPI ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910298#M684800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910299#M684801</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 use RFC for non-sap system.&lt;/P&gt;&lt;P&gt;eg. Visual Basic to SAP,&lt;/P&gt;&lt;P&gt;    Java to SAP etc     &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910299#M684801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910300#M684802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell me in detailed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910300#M684802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910301#M684803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use RFC for conneting a sap system to a non sap system.&lt;/P&gt;&lt;P&gt;bapis are also RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;RFCs were a natural evolution of FMs, that could only be called within the confines a single R/3 system, to being able to remotely call FMs defined in another R/3 system all together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC interface system enables function calls between two SAP systems, or between an SAP system and an external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC- interface system is made up of the following interfaces:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling interface for ABAP programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces for calling non-ABAP programs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Function statement is used to call remote function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Syntax : Call FUNCTION RemoteFunction&lt;/P&gt;&lt;P&gt;	                DESTINATION Dest&lt;/P&gt;&lt;P&gt;                     EXPORTING      f1 = &amp;#133;&lt;/P&gt;&lt;P&gt;                                                f2 = &amp;#133;&lt;/P&gt;&lt;P&gt;                     IMPORTING      f3  = &amp;#133;&lt;/P&gt;&lt;P&gt;                     TABLES            T1 = &amp;#133;&lt;/P&gt;&lt;P&gt;                     EXCEPTIONS &amp;#133;&amp;#133;&amp;#133;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Destinations are defined in RFCDES table via Transaction SM59&lt;/P&gt;&lt;P&gt;TABELS Parameter : The actual table is transferred but not               			        the table header &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; RFC supports &amp;#145;Call by Value&amp;#146; mechanism.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC do not support &amp;#145;Call by Reference&amp;#146;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first time table is passed, it is given an Object-ID and registered as a &amp;#147;Virtual Global Table&amp;#148; in the calling system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2910301#M684803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:47:33Z</dc:date>
    </item>
  </channel>
</rss>

