<?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: Difference between IDocs and BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114268#M107019</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;the functionality of both idoc and bapi are same.&lt;/P&gt;&lt;P&gt;the main difference in BAPI is it is used for Third party application like JAVA, VB etc.&lt;/P&gt;&lt;P&gt;and IDOC is used transfer data from the SAP to sap or non-sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details refer the contents below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE &lt;/P&gt;&lt;P&gt;ALE is SAP proprietary technology that enables data communications between two or more SAP R/3 systems and/or R/3 and external systems. When a new enterprise resource planning (ERP) solution such as R/3 is implemented, companies have to interface the ERP system with legacy systems or other ERP systems.  &lt;/P&gt;&lt;P&gt;ALE provides intelligent mechanisms where by clients can achieve integration as well as distribution of applications and data.  &lt;/P&gt;&lt;P&gt;ALE technology facilitates rapid application prototyping and application interface development, thus reducing implementation time.  &lt;/P&gt;&lt;P&gt;The ALE components are inherently integrated with SAP applications and are robust, leading to a highly reliable system.  &lt;/P&gt;&lt;P&gt;ALE comes with application distribution/integration scenarios as well as a set of tools, programs, data definitions, and methodologies that you can easily configure to get an interface up and running. &lt;/P&gt;&lt;P&gt;BAPI &lt;/P&gt;&lt;P&gt;BAPIs provide a stable, standardized method for third-party applications and components to integrate into the Business Framework. These interfaces are being specified as part of SAP's initiative with customers, partners and leading standards organizations. Also, SAP has implemented the emerging Object Application Group (OAG) specifications with BAPIs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2006 04:29:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-07T04:29:10Z</dc:date>
    <item>
      <title>Difference between IDocs and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114266#M107017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm quite confused about the IDocs and BAPI,&lt;/P&gt;&lt;P&gt;It seems to me that both are acting as interface to exchange business data.&lt;/P&gt;&lt;P&gt;What are the main differences?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 03:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114266#M107017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T03:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between IDocs and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114267#M107018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPIs are called from the outside-in.  That is, an external program &lt;/P&gt;&lt;P&gt;invokes a BAPI that gets data from SAP to display or updates data in &lt;/P&gt;&lt;P&gt;SAP.  The BAPI concept does not include an event concept -- you cannot &lt;/P&gt;&lt;P&gt;tell SAP that when certain events happen to a "business object", to fire &lt;/P&gt;&lt;P&gt;a message or a file to an external system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPIs are not totally immune to upgrades but if they are to be retired &lt;/P&gt;&lt;P&gt;you supposedly will have them supported for two releases.  Whether those &lt;/P&gt;&lt;P&gt;are point or letter releases, I don't know.   I believe that IDOCs may &lt;/P&gt;&lt;P&gt;be more changable from release to release. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPIs are reasonably well documented and there is a common place to look &lt;/P&gt;&lt;P&gt;to see what is available.   IDOCs -- I have heard -- are poorly &lt;/P&gt;&lt;P&gt;documented in terms of finding them, and IDOCs were done differently by &lt;/P&gt;&lt;P&gt;different groups in SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, you can also use Java, C/C++, Visual Basic, ... to invoke RFCs in &lt;/P&gt;&lt;P&gt;SAP and get or update data.  That's how the BAPIs work since they &lt;/P&gt;&lt;P&gt;utimately are sets of RFC calls (written to a design spec for BAPIs).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 03:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114267#M107018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T03:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between IDocs and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114268#M107019</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;the functionality of both idoc and bapi are same.&lt;/P&gt;&lt;P&gt;the main difference in BAPI is it is used for Third party application like JAVA, VB etc.&lt;/P&gt;&lt;P&gt;and IDOC is used transfer data from the SAP to sap or non-sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details refer the contents below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE &lt;/P&gt;&lt;P&gt;ALE is SAP proprietary technology that enables data communications between two or more SAP R/3 systems and/or R/3 and external systems. When a new enterprise resource planning (ERP) solution such as R/3 is implemented, companies have to interface the ERP system with legacy systems or other ERP systems.  &lt;/P&gt;&lt;P&gt;ALE provides intelligent mechanisms where by clients can achieve integration as well as distribution of applications and data.  &lt;/P&gt;&lt;P&gt;ALE technology facilitates rapid application prototyping and application interface development, thus reducing implementation time.  &lt;/P&gt;&lt;P&gt;The ALE components are inherently integrated with SAP applications and are robust, leading to a highly reliable system.  &lt;/P&gt;&lt;P&gt;ALE comes with application distribution/integration scenarios as well as a set of tools, programs, data definitions, and methodologies that you can easily configure to get an interface up and running. &lt;/P&gt;&lt;P&gt;BAPI &lt;/P&gt;&lt;P&gt;BAPIs provide a stable, standardized method for third-party applications and components to integrate into the Business Framework. These interfaces are being specified as part of SAP's initiative with customers, partners and leading standards organizations. Also, SAP has implemented the emerging Object Application Group (OAG) specifications with BAPIs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 04:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114268#M107019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T04:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between IDocs and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114269#M107020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It seems to me that both are acting as interface to exchange business data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Yes, u are right !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.    BAPI :&lt;/P&gt;&lt;P&gt;      SYSTEM    &amp;lt;----&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;&amp;gt; SYSTEM&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IDOC :&lt;/P&gt;&lt;P&gt;      SYSTEM    &amp;lt;----&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt; IDOC -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&amp;gt; SYSTEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This is the difference :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   a) in BAPI, the data is exchanged IMMEDIATELY,&lt;/P&gt;&lt;P&gt;      and not stored anywhere in between.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   b) Whereas in IDOC,&lt;/P&gt;&lt;P&gt;     the data/information is FIRST STORED IN&lt;/P&gt;&lt;P&gt;      the SENDING SERVER &lt;/P&gt;&lt;P&gt;    and then (using ALE technology)&lt;/P&gt;&lt;P&gt;    it is SENT to the RECEIVER sytem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   c) There are RECORDS (which are stored)&lt;/P&gt;&lt;P&gt;     found for all IDOCs sent and received,&lt;/P&gt;&lt;P&gt;    whereas, in BAPI thisis not the case.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 04:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114269#M107020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T04:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between IDocs and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114270#M107021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data. &lt;/P&gt;&lt;P&gt;2.IDoc is not a process. &lt;/P&gt;&lt;P&gt;3.IDOCs are stored in the database.  In the SAP system, IDOCs are stored in database tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.A BAPI is a method in SAP Business  Object type..&lt;/P&gt;&lt;P&gt;For eg.&lt;/P&gt;&lt;P&gt;The functionality implemented with SAP business object type "Material" includes a check for the materials availability ..Thus the Business Object type "material" offers a BAPI called "Material.CheckAvaliability"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 04:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114270#M107021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T04:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between IDocs and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114271#M107022</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;In Simple, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI ( Business Application Programming Interface) it is Function module through which you can communicate TO SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC (Intermediate Document) is a Document to trnsfer data between SAP Systems or From an SAP to Non SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find this info usefull, Kindly assign points by clicking the star button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 04:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-idocs-and-bapi/m-p/1114271#M107022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T04:46:08Z</dc:date>
    </item>
  </channel>
</rss>

