<?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 Vs BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526694#M241105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ROHINI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technically, not much at all. They are both remote enabled functions that can be accessed from outside of SAP (to be more technically correct, from outside of the ABAP stack).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a usage/functional perspective however, BAPIs are a little bit more special from RFCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapis:&lt;/P&gt;&lt;P&gt;- are designed as the methods of business objects in the business object repository (accessable using transaction BAPI or SWO1)&lt;/P&gt;&lt;P&gt;- have non-technical parameter names (the technical field names in SAP are mapped)&lt;/P&gt;&lt;P&gt;- have a fixed interface and functionality across all SAP releases (this is probably the key point as it means you can develop integrations with them which do not need to be changed when you upgrade)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, if you are trying to find a function for a particular requirement you should look for a BAPI first, then for a RFC function which has a released status (check the function attributes in SE37), and then just a normal RFC last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The benefit of an RFC function with released status means that it also has a fixed interface which will not change with new SAP releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check all these links also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2083901"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="979990"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Aug 2006 23:11:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-06T23:11:05Z</dc:date>
    <item>
      <title>RFC Vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526691#M241102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does an RFC differs from a BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have an RFC , now How should i convert this into a BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Aug 2006 23:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526691#M241102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-06T23:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526692#M241103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI's are nothing but RFC's from a technical perspective(implemenation perspective).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of BAPI's, you have something called as a BOR (Business Object Repository), where in you have a business object and then you have methods to deal with that business object. For example, MATERIAL is a business object and then you have methods to CREATE / CHANGE etc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of the implementations of the methods is nothing but a RFC. You can see the same in BAPI transaction, drill down into the methods and see the implementation underneath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Aug 2006 23:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526692#M241103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-06T23:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526693#M241104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the link,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/7e/5e12154a1611d1894c0000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/7e/5e12154a1611d1894c0000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz Ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Aug 2006 23:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526693#M241104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-06T23:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526694#M241105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ROHINI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technically, not much at all. They are both remote enabled functions that can be accessed from outside of SAP (to be more technically correct, from outside of the ABAP stack).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a usage/functional perspective however, BAPIs are a little bit more special from RFCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapis:&lt;/P&gt;&lt;P&gt;- are designed as the methods of business objects in the business object repository (accessable using transaction BAPI or SWO1)&lt;/P&gt;&lt;P&gt;- have non-technical parameter names (the technical field names in SAP are mapped)&lt;/P&gt;&lt;P&gt;- have a fixed interface and functionality across all SAP releases (this is probably the key point as it means you can develop integrations with them which do not need to be changed when you upgrade)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, if you are trying to find a function for a particular requirement you should look for a BAPI first, then for a RFC function which has a released status (check the function attributes in SE37), and then just a normal RFC last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The benefit of an RFC function with released status means that it also has a fixed interface which will not change with new SAP releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check all these links also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2083901"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="979990"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Aug 2006 23:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526694#M241105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-06T23:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526695#M241106</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;What is the difference between a BAPI and an RFC?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;gt; EXPERT RESPONSE&lt;/P&gt;&lt;P&gt;BAPI stands for Business Application Programming Interface. It is a library of functions that are released to the public as an interface into an existing SAP system from an external system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is the protocol used to call functions in an R/3 system by a caller external to R/3 or to call programs external to R/3 from an R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions can only be called via RFC, if they are tagged as RFC functions in the SAP development workbench. They are then called RFC function modules. BAPIs are complete sets of (BAPI) function modules that model a business application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are familiar with web developments: RFC can be compared to HTTP and BAPIs are CGI applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: A BAPI function is a function module that can be called remotely using the RFC technology.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 01:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526695#M241106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T01:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526696#M241107</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;Agreed with Vijayendra, RFC is a protocol (communicating protocol). It is a method for you to communicate (passing of data) when called upon by a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se37, if you create a function module, beneath the bottom there is a tick box whether you want the FM to be able to called remotely. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, just a little something to add, BAPI not only can use RFC to be called externally but using OO Objects too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC are encapsulated in BAPI so external non SAP applications can call it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William Wilstroth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 02:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526696#M241107</guid>
      <dc:creator>Wil_Wilstroth</dc:creator>
      <dc:date>2006-08-07T02:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526697#M241108</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>Thu, 21 Jan 2016 10:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-vs-bapi/m-p/1526697#M241108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-21T10:34:29Z</dc:date>
    </item>
  </channel>
</rss>

