<?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: What are the differences between BAPI and RFC..? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814435#M917469</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;Please find the comparisons below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI stands for Business Application Programming Interface.&lt;/P&gt;&lt;P&gt;It is a library of functions that are released to the public&lt;/P&gt;&lt;P&gt;as an interface into an existing SAP system from an external&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;by a caller external to R/3 or to call programs external to&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;RFC functions in the SAP development workbench. They are&lt;/P&gt;&lt;P&gt;then called RFC function modules. BAPIs are complete sets of&lt;/P&gt;&lt;P&gt;(BAPI) function modules that model a business application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: A BAPI function is a function module that&lt;/P&gt;&lt;P&gt;can be called remotely using the RFC technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;An RFC, or Remote Function Call, describes an external interface to a system function module available in SAP. For example, getting the system parameters is a system function available via RFC. use transaction se37 to view an RFC,in the atrribute tab of a function module if " Remote Enabled module" is selected in the "processing type" it is an RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAPI, or Business Application Programming Interface, is an RFC-enabled function module that provides external access to an SAP business application such as creating a sales order. &lt;/P&gt;&lt;P&gt;use transaction se37 -&amp;gt; put bapi* and press F4 to view bapis&lt;/P&gt;&lt;P&gt;Almost all BAPIs are enabled as RFCs which can be seen in the attributes tab in se37 .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 May 2008 04:28:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-11T04:28:58Z</dc:date>
    <item>
      <title>What are the differences between BAPI and RFC..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814434#M917468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus..&lt;/P&gt;&lt;P&gt;Could you please tell me the differences between RFC and BAPI...?&lt;/P&gt;&lt;P&gt;Pls give explanation for those differences...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Nagarjuna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2008 04:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814434#M917468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-11T04:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between BAPI and RFC..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814435#M917469</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;Please find the comparisons below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI stands for Business Application Programming Interface.&lt;/P&gt;&lt;P&gt;It is a library of functions that are released to the public&lt;/P&gt;&lt;P&gt;as an interface into an existing SAP system from an external&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;by a caller external to R/3 or to call programs external to&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;RFC functions in the SAP development workbench. They are&lt;/P&gt;&lt;P&gt;then called RFC function modules. BAPIs are complete sets of&lt;/P&gt;&lt;P&gt;(BAPI) function modules that model a business application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: A BAPI function is a function module that&lt;/P&gt;&lt;P&gt;can be called remotely using the RFC technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;An RFC, or Remote Function Call, describes an external interface to a system function module available in SAP. For example, getting the system parameters is a system function available via RFC. use transaction se37 to view an RFC,in the atrribute tab of a function module if " Remote Enabled module" is selected in the "processing type" it is an RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAPI, or Business Application Programming Interface, is an RFC-enabled function module that provides external access to an SAP business application such as creating a sales order. &lt;/P&gt;&lt;P&gt;use transaction se37 -&amp;gt; put bapi* and press F4 to view bapis&lt;/P&gt;&lt;P&gt;Almost all BAPIs are enabled as RFCs which can be seen in the attributes tab in se37 .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2008 04:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814435#M917469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-11T04:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between BAPI and RFC..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814436#M917470</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;BAPIs are RFCs, the only difference is that &lt;STRONG&gt;BAPIs usually encapulate some complete business object&lt;/STRONG&gt;. For example, creating a sales order, the BAPI would do all of the steps required to create a sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2008 06:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814436#M917470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-11T06:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between BAPI and RFC..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814437#M917471</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;BAPI:&lt;/P&gt;&lt;P&gt;BAPI is an API method of a business object which intern is a &lt;STRONG&gt;RFC enabled function module&lt;/STRONG&gt;. Business objects are objects in their own sense which involve with a business process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI (Business Application Programming Interface) is an API method of a business object which intern is a RFC enabled Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Objects are the Objects which has business sence associated to it. Ex. Sales Orders, Purchase Orders etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Properties of BAPI are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every BAPI name should start with letters 'BAPI'. &lt;/P&gt;&lt;P&gt;It is an API method of a Business Object. &lt;/P&gt;&lt;P&gt;it does not contain a internal COMMIT statement in the Function Module. &lt;/P&gt;&lt;P&gt;It does not contain "CALL TRANSACTION" statements. &lt;/P&gt;&lt;P&gt;BAPI do not raise 'EXCEPTIONS'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a RETURN structure is defined as an interface parameter of a BAPI which is used to log all the errors, warnings and the successful processes tha are triggered in the course of execution of a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A successful execution of a BAPI requires the data to be commited and this process of performing a COMMIT is achieved by calling the BAPI_TRANSACTION_COMMIT' explicitly if there are no errors logged in the RETURN structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of BAPI's: Instance Dependent &amp;amp; Instance Independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI provides an access to the SAP system for external applications to have the business data processed in the form of web services. When BAPI's are used to post the data in SAP system these are used as Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC:&lt;/P&gt;&lt;P&gt;Remote Function Call (RFC) is a call to a function module running in a system different from the caller's. The remote function can also be called from within the same system, but usually caller and callee will be in differene system. RFC allows for remote calls between two SAP Systems (R/3 or R/2) or between an SAP System and a non-SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward point if useful..&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 06:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814437#M917471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T06:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between BAPI and RFC..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814438#M917472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nagarjuna reddy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in simple way we can tell as&lt;/P&gt;&lt;P&gt;BAPI'S are created using RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e all BAPI'S are RFC&lt;/P&gt;&lt;P&gt;but all RFC are not BAPIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if found correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajeshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 12:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814438#M917472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T12:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between BAPI and RFC..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814439#M917473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy!!&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;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. 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. Functions can only be called via RFC, if they are tagged as RFC functions in the SAP development workbench&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 14:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814439#M917473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T14:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between BAPI and RFC..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814440#M917474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI has object oriented concept.&lt;/P&gt;&lt;P&gt;BAPI are a particular kind of RFC.&lt;/P&gt;&lt;P&gt;In BAPI u cant have CALL TRANSACTION or CALL SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 10:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-bapi-and-rfc/m-p/3814440#M917474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T10:24:21Z</dc:date>
    </item>
  </channel>
</rss>

