<?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/3388775#M813680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC - Remote fn call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote enabled FM can be called from sap only like portal&lt;/P&gt;&lt;P&gt;but not from java or Vb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is also a RFC but it can be called from&lt;/P&gt;&lt;P&gt;outside SAP like JAVA or VB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it is in the BOR(business object repository) of SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 08:38:58 GMT</pubDate>
    <dc:creator>manubhutani</dc:creator>
    <dc:date>2008-04-11T08:38:58Z</dc:date>
    <item>
      <title>rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/3388772#M813677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is rfc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the different kinds of rfc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 17:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/3388772#M813677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T17:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/3388773#M813678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is a call of a function module that runs in a different system (destination) from the calling program. Connections are possible between different AS ABAP and between an AS ABAP and a non-SAP system. In non-SAP systems, instead of function modules, special programmed functions are called, whose interface simulates a function module. We distinguish between synchronous, asynchronous, and transactional function calls. The called system is accessed via the RFC interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check and define different types of RFCs in transaction SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 17:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/3388773#M813678</guid>
      <dc:creator>roger_gomez</dc:creator>
      <dc:date>2008-02-19T17:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/3388774#M813679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a good introduction into RFC and the different RFC types is the following article: &lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/3388774#M813679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T08:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/3388775#M813680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC - Remote fn call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote enabled FM can be called from sap only like portal&lt;/P&gt;&lt;P&gt;but not from java or Vb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is also a RFC but it can be called from&lt;/P&gt;&lt;P&gt;outside SAP like JAVA or VB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it is in the BOR(business object repository) of SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/3388775#M813680</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2008-04-11T08:38:58Z</dc:date>
    </item>
  </channel>
</rss>

