<?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: differnece between bapi and function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518204#M569853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Each Bapi Object has  Interface, Key Fields, Attributes,Methods and Events.  &lt;/P&gt;&lt;P&gt;Bapi Function Modules can be attached to these Bapi objects .Function module has a single bound functionality  while a BAPI object can contain many functionalities &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Regards,&lt;/P&gt;&lt;P&gt;Jackie.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 03:31:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-18T03:31:40Z</dc:date>
    <item>
      <title>differnece between bapi and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518197#M569846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please tell me the difference between function module and bapi.  will be rewarded for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 23:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518197#M569846</guid>
      <dc:creator>kishorepallapothula</dc:creator>
      <dc:date>2007-07-17T23:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: differnece between bapi and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518198#M569847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI are the subclass of the Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All BAPI's are nothing but the function modules. but they mostly used for mass data upload or in the ALE for passing data betweeen different systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 23:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518198#M569847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T23:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: differnece between bapi and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518199#M569848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPIs are remote enabled function modules, but usually implement some business object.  Meaning that a BAPI would do all of the required transactions, data processing associated with the business object, like creating a purchase order.  There are a lot of connections which are made when you create purchase order,  and all are taken care of by the BAPI.  So when you call the BAPI and pass the required parameters, it would be like you have created the PO using the standard transaction(ME21N) but there is no screen processing.  Also, BAPIs are well documented in the transaction BAPIs.  Just remember that at a technical level, BAPIs are nothing more than an RFC enabled function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 23:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518199#M569848</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-17T23:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: differnece between bapi and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518200#M569849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for your own knowledge...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI are the subclass of the Function Module.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Not true&amp;lt;/b&amp;gt;  - BAPIs are tied to the BOR (Business Object Repository).  FMs are not bound to Bus Objs.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All BAPI's are nothing but the function modules.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Not true&amp;lt;/b&amp;gt; - BAPIs are REMOTE-ENABLED func mods, which are very different from Func Mods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 23:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518200#M569849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T23:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: differnece between bapi and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518201#M569850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be clear, SAP developed BAPIs for external systems.  They can and should be used with ABAP coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But SAP's intention is to allow external programmers (C coders, VB coders, etc) to use SAP business logic THRU this technology.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 23:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518201#M569850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T23:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: differnece between bapi and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518202#M569851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I know these things, but when you see technically they are nothing but the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways thanks for updating on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 00:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518202#M569851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T00:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: differnece between bapi and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518203#M569852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BAPIs in the R/3 System are currently implemented as &amp;lt;b&amp;gt;function modules&amp;lt;/b&amp;gt;, all of which are held in the Function Builder. Each function module underlying a BAPI.&lt;/P&gt;&lt;P&gt;1. Supports the Remote Function Call (RFC) protocol&lt;/P&gt;&lt;P&gt;2. Has been assigned as a method to an SAP Business Object in the BOR&lt;/P&gt;&lt;P&gt;3. Is processes without returning any screen dialogs to the calling application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 03:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518203#M569852</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-07-18T03:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: differnece between bapi and function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518204#M569853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Each Bapi Object has  Interface, Key Fields, Attributes,Methods and Events.  &lt;/P&gt;&lt;P&gt;Bapi Function Modules can be attached to these Bapi objects .Function module has a single bound functionality  while a BAPI object can contain many functionalities &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Regards,&lt;/P&gt;&lt;P&gt;Jackie.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 03:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnece-between-bapi-and-function-module/m-p/2518204#M569853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T03:31:40Z</dc:date>
    </item>
  </channel>
</rss>

