<?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: BADI Differences between 4.7 and ecc 6 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-differences-between-4-7-and-ecc-6/m-p/4271977#M1019335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Aug 2008 07:17:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-23T07:17:06Z</dc:date>
    <item>
      <title>BADI Differences between 4.7 and ecc 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-differences-between-4-7-and-ecc-6/m-p/4271975#M1019333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me the differences in BADIs in 4.7 and in ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-differences-between-4-7-and-ecc-6/m-p/4271975#M1019333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Differences between 4.7 and ecc 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-differences-between-4-7-and-ecc-6/m-p/4271976#M1019334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SOURCE:&lt;/STRONG&gt; &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5414484"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The u2018BADI-su2019 (Business Add-Ins), as they exist in pre NW04s releases are now called old classic-BADIu2019s (release 4.6 ). This was the first object-oriented way to enhance the ABAP system. This, to a certain extent, allows multiple implementations with limited filter support. The classic-BADIu2019s are implemented using ABAP Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the introduction of Enhancement framework from E.C.C 6.0 a new BADI concept in additional to the old classical BADIs has evolved called as Kernel-BADI enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The old classic-BADIu2019s are implemented purely at the ABAP Workbench level; that is, both the definition and implementation are realized as workbench repository objects (global classes and interfaces). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new Kernel-BADI takes it to the ABAP language level. Because of this, the new Kernel-BADIu2019s are much faster compared to the old classic-BADIu2019s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two new ABAP statements available now to support the Kernel-BADIu2019s, namely GET BADI and CALL BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;data bd_hdl type ref to badi_name.&lt;/P&gt;&lt;P&gt;GET BADI bd_hdl filters filt_1 = u2018VALUEu2019.&lt;/P&gt;&lt;P&gt;CALL BADI bd_hdl-&amp;gt;method&lt;/P&gt;&lt;P&gt;exporting param_1 = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The old classic-BADI used to mix both implementation selection and method call in the same CALL METHOD statement. The implementations could only be chosen at run-time because of the above reason and due to the fact that the BADI handle could only be gotten from another method call by passing the BADI name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas in the new Kernel-BADI, the active BADI implementations are included into the load of BADI handle at compile time and the filter criterion are expanded as IF statements. This is the reason the new Kernel-BADIu2019s are much faster than classic-BADIu2019s.&lt;/P&gt;&lt;P&gt;Some of the other new features of Kernel-BADIu2019s are,&lt;/P&gt;&lt;P&gt;u2022 Improved Filters with complex filter condition editor&lt;/P&gt;&lt;P&gt;u2022 Stateful BADI support and Context based lifetime control&lt;/P&gt;&lt;P&gt;u2022 Possibility to inherit the implementations&lt;/P&gt;&lt;P&gt;u2022 Switchable using Switch Framework 9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Have A Nice Day&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-differences-between-4-7-and-ecc-6/m-p/4271976#M1019334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Differences between 4.7 and ecc 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-differences-between-4-7-and-ecc-6/m-p/4271977#M1019335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 07:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-differences-between-4-7-and-ecc-6/m-p/4271977#M1019335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T07:17:06Z</dc:date>
    </item>
  </channel>
</rss>

