<?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 BADI - Filter Values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-filter-values/m-p/4002434#M956205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BADIs, we can set a filter value and trigger our respective implementations based on that filter values ( this is handled by the system itself ....... )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, can we have MORE than ONE filter values DEFINED in our CUSTOM   BADI DEFENITION ( 'Z' BADI ) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example..... the corresponding implementation of a BADI would only be triggered for a 'combination' of filter values ( say a particular material number AND company code ..... )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eagerly waiting for your suggestions ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anshul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 04:03:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T04:03:54Z</dc:date>
    <item>
      <title>BADI - Filter Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-filter-values/m-p/4002434#M956205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BADIs, we can set a filter value and trigger our respective implementations based on that filter values ( this is handled by the system itself ....... )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, can we have MORE than ONE filter values DEFINED in our CUSTOM   BADI DEFENITION ( 'Z' BADI ) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example..... the corresponding implementation of a BADI would only be triggered for a 'combination' of filter values ( say a particular material number AND company code ..... )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eagerly waiting for your suggestions ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anshul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 04:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-filter-values/m-p/4002434#M956205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T04:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: BADI - Filter Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-filter-values/m-p/4002435#M956206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anshul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI is for transaction not for filtering purpose.&lt;/P&gt;&lt;P&gt;You cannot stop BADI from trigggering on perticular combination.&lt;/P&gt;&lt;P&gt;But you can do one thing that, Put you logic on the basis of your condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;IF &amp;lt;matnr&amp;gt; = 'xyz' AND &amp;lt;bukrs&amp;gt; = '123'.&lt;/P&gt;&lt;P&gt;   Your code.&lt;/P&gt;&lt;P&gt;endif.&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;Swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 05:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-filter-values/m-p/4002435#M956206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T05:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: BADI - Filter Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-filter-values/m-p/4002436#M956207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anshul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In badis the main advantage is that reusability i.e we can defiene one tiem and we can implement it many times so if we whie defining we will give filter type so , we have to give filter type only once for a particular badi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but implementaion can be done many times,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope its clear to you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if usefull,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 05:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-filter-values/m-p/4002436#M956207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T05:51:28Z</dc:date>
    </item>
  </channel>
</rss>

