<?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: Advantage BAPI over RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793527#M341159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello aRs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;SAP standard&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; BAPIs have the advantage that their interface is supposed to be quite &amp;lt;b&amp;gt;stable&amp;lt;/b&amp;gt; (downward compatibility for several releases). Furthermore, they are more scrupulous in &amp;lt;b&amp;gt;validating&amp;lt;/b&amp;gt; the incoming data than normal RFC function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason why one should favour customer BAPIs over normal RFC function modules? Having about 8 years of ABAP development experience I have not encountered any good reason why a customer should bother to create customer BAPIs instead of simple RFC function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From an economical point of view it takes about 2-3 times longer to create a BAPI compared to a simple RFC function module yet the customer get the very same functionality but has to pay twice the price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My (personal) conclusion: forget about customer BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2006 20:24:07 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2006-12-22T20:24:07Z</dc:date>
    <item>
      <title>Advantage BAPI over RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793525#M341157</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;I like know the difference between BAPI over RFC. I know this question answered several times thru this forum. But still i have not clear about the advantage BAPI over RFc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All RFC-enabled function modules can be accessed from the outside, irrespective of whether it is a standard BAPI, a user-defined BAPI or a "normal" RFC function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to know what will be the real advantage to create custom BAPI instead of RFC function module. I know the BAPI will create a BOR. in that case what will be the advantage of an BOR over RFC call. I neither see a technical nor a business advantage having a user-defined BAPI instead of a normal RFC function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody please give some info over BAPI over RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 20:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793525#M341157</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2006-12-22T20:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Advantage BAPI over RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793526#M341158</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 are RFC enabled function modules. &lt;/P&gt;&lt;P&gt;The difference between RFC and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA. In this case u only specify the business object and its method from external system. in BAPI there is no direct system call. While RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The advantage of using BAPIs over using RFCs is that using BAPIs requires no ABAP programming knowledge. You use BAPIs from standard programming languages such as C++ and Java. *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links too..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/de/cf/8ccab761ea11d2804a00c04fada2a1/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/de/cf/8ccab761ea11d2804a00c04fada2a1/content.htm&lt;/A&gt;&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="1239679"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kumar kk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 20:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793526#M341158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T20:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Advantage BAPI over RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793527#M341159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello aRs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;SAP standard&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; BAPIs have the advantage that their interface is supposed to be quite &amp;lt;b&amp;gt;stable&amp;lt;/b&amp;gt; (downward compatibility for several releases). Furthermore, they are more scrupulous in &amp;lt;b&amp;gt;validating&amp;lt;/b&amp;gt; the incoming data than normal RFC function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason why one should favour customer BAPIs over normal RFC function modules? Having about 8 years of ABAP development experience I have not encountered any good reason why a customer should bother to create customer BAPIs instead of simple RFC function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From an economical point of view it takes about 2-3 times longer to create a BAPI compared to a simple RFC function module yet the customer get the very same functionality but has to pay twice the price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My (personal) conclusion: forget about customer BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 20:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793527#M341159</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-22T20:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Advantage BAPI over RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793528#M341160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Uwe,&lt;/P&gt;&lt;P&gt;I preferred to go along with your suggestion. not to go for BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Kumar's reply i have not understand the following point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;*The advantage of using BAPIs over using RFCs is that using BAPIs requires no ABAP programming knowledge. You use BAPIs from standard programming languages such as C++ and Java. *&lt;/P&gt;&lt;P&gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points given&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 20:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793528#M341160</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2006-12-22T20:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Advantage BAPI over RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793529#M341161</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, BAPIs are more stricter in rules while developing them, and hence take twice the time compared to developing RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example,  all the BAPI interface paramters should be well defined in data dictionary, otherwise you cannot register it as an API method to a Business Object, unike in RFC Function modules you can use native data types like C, String etc ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 20:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793529#M341161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T20:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Advantage BAPI over RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793530#M341162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello aRs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If using BAPIs does not need any ABAP knowledge then using RFC function modules does not need either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I do not really agree with this statement. In both cases you need to know how to call a BAPI=RFC-function module from other languages such as Java, VB etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one important point that I have forgotten to mention:&lt;/P&gt;&lt;P&gt;- Standard BAPI usually do not execute &amp;lt;b&amp;gt;COMMIT WORK&amp;lt;/b&amp;gt;. Thus, if a BAPI call was successful it must be followed by calling BAPI_TRANSACTION_COMMIT (in case of failure use BAPI_TRANSACTION_ROLLBACK)&lt;/P&gt;&lt;P&gt;- a normal RFC function module may or may not execute COMMIT WORK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 21:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793530#M341162</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-22T21:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Advantage BAPI over RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793531#M341163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello aRs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final comment: if I can choose between a &amp;lt;b&amp;gt;SAP standard&amp;lt;/b&amp;gt; BAPI and a normal (RFC) function module for the same functionality I will (almost) always prefer the BAPI over the normal function module for the reasons mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 21:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/advantage-bapi-over-rfc/m-p/1793531#M341163</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-22T21:08:19Z</dc:date>
    </item>
  </channel>
</rss>

