<?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 Implementation Question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138975#M989661</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 advantage of having multiple implementation is that the implementation can be made inactive if the functionality is not required..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meaning..if you have multiple implemetations..if you don't want one of the implemetation you can easily make the implementation inactive...and still continue to use the other implementations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope I am clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 17:54:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T17:54:25Z</dc:date>
    <item>
      <title>BADI Implementation Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138970#M989656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand it, BADIs can and do have multiple implementations.   Take for example BADI_SD_SALES.  It has 20 implementation which I understand to mean 20 possible sets of ABAP code for the BADI methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What determines which implementation is executed when the BADI is called?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example what determines if implementation ISM_SD_SALES is used as opposed to any other?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 17:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138970#M989656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T17:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138971#M989657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wardell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the filters which define which implementation to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 17:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138971#M989657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T17:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138972#M989658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Narun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking again at BADI_SD_SALES, it has 20 implementations and no filters.   Since it has no filters are you saying that when this BADI is called, all 20 implementations are executed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 17:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138972#M989658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T17:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138973#M989659</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, All the 20 implementation will be executed but in random order. One cannot define the sequence of execution of  these implementations.&lt;/P&gt;&lt;P&gt;Check the F1 help on 'multiple use' check box iin se18 transactionfor more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shrinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 17:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138973#M989659</guid>
      <dc:creator>former_member31961</dc:creator>
      <dc:date>2008-07-16T17:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138974#M989660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shrinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, I am wondering then what value there is in multiple implementations of a non-filtered BADI.  Why would you just have one implementation with all of the code within one method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for a filtered BADI, again... what's the benefit?  Why couldn't you just have one group of code with a CASE statement instead?  (Other than the code being easier to read if it was in multiple places).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 17:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138974#M989660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T17:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138975#M989661</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 advantage of having multiple implementation is that the implementation can be made inactive if the functionality is not required..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meaning..if you have multiple implemetations..if you don't want one of the implemetation you can easily make the implementation inactive...and still continue to use the other implementations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope I am clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 17:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138975#M989661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T17:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138976#M989662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone.   I see the purpose now.  Having multiple implementations is just another way to manage code.   I can see how turning off/one section of code is better than commenting/uncommenting ABAP code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 18:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-question/m-p/4138976#M989662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T18:04:58Z</dc:date>
    </item>
  </channel>
</rss>

