<?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 function movule vs BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306771#M791941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;    can i know the exat difference between function module and bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 04:26:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T04:26:44Z</dc:date>
    <item>
      <title>function movule vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306771#M791941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;    can i know the exat difference between function module and bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306771#M791941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: function movule vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306772#M791942</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;Here are some of the differences :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI are RFC enabled function modules. 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;Difference Between BAPI and RFC &lt;/P&gt;&lt;P&gt;What is the main difference between BAPI and RFC and difference between BAPI and BDC? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is used only when it is available for the particular transaction like Delivery Sales order. but BDC can be used for any &lt;/P&gt;&lt;P&gt;transaction which have screen and fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is directly updated the database instead BDC run through the screen flow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So BAPI can't handle all the flow logic checking and enhancement put by programmer to faciliate the user requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306772#M791942</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2008-01-30T04:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: function movule vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306773#M791943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;bapi is Remote fuction enables where as function module is not&lt;/P&gt;&lt;P&gt;bapi has some set of rules then only you can declare it as a bapi &lt;/P&gt;&lt;P&gt;bapi should be in BOR &lt;/P&gt;&lt;P&gt;bapi should not use dialog screens &lt;/P&gt;&lt;P&gt;bapi should not use update fucction modules &lt;/P&gt;&lt;P&gt;etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are the basic diff of the BAPI and function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;siva chalasani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306773#M791943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: function movule vs BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306774#M791944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI:&lt;/P&gt;&lt;P&gt;BAPI is an API method of a business object which intern is a RFC enabled function module. 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 are RFC enabled function modules. the difference between RFc and BAPI are business objects.&lt;/P&gt;&lt;P&gt;We create business objects and those are then registered in your BOR (Business Object Repository)&lt;/P&gt;&lt;P&gt;which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA.&lt;/P&gt;&lt;P&gt;In this case we only specify the business object and its method from external system&lt;/P&gt;&lt;P&gt;in BAPI there is no direct system call. while RFC are direct system call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION MODULE:&lt;/P&gt;&lt;P&gt;Function modules are special external subroutine stored in a central library. The R/3 system provides numerous predefined functin modules that you can call from your ABAP/4 programs. The function modules have global presence and can return value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-movule-vs-bapi/m-p/3306774#M791944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:33:36Z</dc:date>
    </item>
  </channel>
</rss>

