<?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 without 'Multiple Use' check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737426#M1674257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the other implementation a custom or a standard one? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my previous project we used a "Strategy" (design pattern) to have different implementations running for the "Single-use" BAdI based on some custom filter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm planning to write a blog on this topic sometime soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2012 11:51:39 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2012-04-10T11:51:39Z</dc:date>
    <item>
      <title>BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737425#M1674256</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;To meet my requirement, i have identified one BADI, where i have to implement.&lt;/P&gt;&lt;P&gt;but, i noticed this BADI is not for 'Multiple Use'. Some one is already done one implemémtation. So, i can not do implementation further.&lt;/P&gt;&lt;P&gt;Is there any technique to use the same BADI......... even though it is not for 'Multiple Use'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 11:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737425#M1674256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T11:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737426#M1674257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the other implementation a custom or a standard one? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my previous project we used a "Strategy" (design pattern) to have different implementations running for the "Single-use" BAdI based on some custom filter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm planning to write a blog on this topic sometime soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 11:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737426#M1674257</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-10T11:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737427#M1674258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is custom implementation.... any tehnique to add one more custom implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 11:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737427#M1674258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737428#M1674259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only straight forward way will be to de-activate the previous implementation &amp;amp; activate yours. As you must be aware that "Single-Use" BAdIs can have &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;only-one active&lt;/EM&gt;&lt;/SPAN&gt;&amp;nbsp; implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you've to implement the user-exit "strategy" i have mentioned in my previous post. You can refer to my blogs on Strategy pattern:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A __default_attr="60813" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A __default_attr="61249" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: There might be some way of changing the back-end table which stores the BAdI information. But i generally don't approve these kind of workarounds &lt;SPAN __jive_emoticon_name="angry" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/5.0.1/images/emoticons/angry.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 12:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737428#M1674259</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-10T12:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737429#M1674260</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;I got the answer. If it is 'Filter-Dependent' we can create &amp;amp; use multiple implementations... eventhough the BADI is not checked for 'Multiple Use'.... ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls correct me if it is wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 14:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737429#M1674260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737430#M1674261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which BAdI are you planning to implement? It doesn't make sense for a single-use BAdI to have filters &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/5.0.1/images/emoticons/confused.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must understand, "Single-Use BAdI can have only one active implementation"!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 15:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737430#M1674261</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-10T15:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737431#M1674262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a BADI called NOTIF_EVENT_SAVE, which is 'Filter-Dependent', but not 'Multiple Use'.&lt;/P&gt;&lt;P&gt;I have implemented multiple BADI's, then i have checked in the program both are calling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this fine, or will it create any problem...... bcz i dont know much, i am new to BADI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 15:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737431#M1674262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T15:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737432#M1674263</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;As long as both the implementations are independent it is fine to have 2 implementations. If not, let say first implementation is inserting and second implementation is deleting then it would be a problem. Please check the logic of both implementations and proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 05:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737432#M1674263</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2012-04-11T05:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737433#M1674264</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;If i dont want to implement multiple implementations, instead of that i want to go for Enhancement concept. (Enhancement spot....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u pls explain how can do using enhancement spot...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 11:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737433#M1674264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: BADI without 'Multiple Use' check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737434#M1674265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the below links :&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework"&gt;http://scn.sap.com/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc?QuickLink=index&amp;amp;overridelayout=true&amp;amp;5003637741412"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc?QuickLink=index&amp;amp;overridelayout=true&amp;amp;5003637741412&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And if you dont want the badi implementation to be executed, de-activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 12:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-without-multiple-use-check/m-p/8737434#M1674265</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2012-04-11T12:02:59Z</dc:date>
    </item>
  </channel>
</rss>

