<?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: Differnce among Single use, multiple use and filter dependent BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-among-single-use-multiple-use-and-filter-dependent-badi/m-p/4126744#M986741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama Devi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Here you will be having only one implementation. When you go for implementing a BAdi there in the type you will be finding the check boxes, 1. Multiple Use and 2. Filter Dependent. Multiple use badi can be used for multiple implementations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is the use of Filter Dependent BAdi?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              In BADI's filters give you a chance to call specific implementation based on filter value.Actually it is available whenever you have multiple implementations for one BADI definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Suppose you created one two BADI implementations for ME_PO_PROCESS_CUST definitions..you check the filter option in SE18 and give on what field you want to do filetr...give that field data element or structure.then automatically all of the methods in your BADI implementation gets one import parameter which is FLT_VALUE.within the code you write for different values different code in both implementations.within the transaction if you give that one of field value that perticular BADI implementation will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   &lt;EM&gt;Still to get more clear picture on this Filter Dependent and Multiple Use you go to these links, you will have better understanding with the help of screen shots.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ExitsBADIs/Filter/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ExitsBADIs/Filter/page1.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ExitsBADIs/MultipleUse/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ExitsBADIs/MultipleUse/page1.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 07:49:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T07:49:23Z</dc:date>
    <item>
      <title>Differnce among Single use, multiple use and filter dependent BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-among-single-use-multiple-use-and-filter-dependent-badi/m-p/4126742#M986739</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;can any one explain me the Differnce among Single use, multiple use and filter dependent BADI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-among-single-use-multiple-use-and-filter-dependent-badi/m-p/4126742#M986739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T06:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce among Single use, multiple use and filter dependent BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-among-single-use-multiple-use-and-filter-dependent-badi/m-p/4126743#M986740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramadevi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A single used badi can have only single implementation i.e the same as customer exit which has only single implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple use badi can be used for multiple implementations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose u want a particular badi to be used for a particular language then u can set the filter ,in such cases filters are useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-among-single-use-multiple-use-and-filter-dependent-badi/m-p/4126743#M986740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T06:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce among Single use, multiple use and filter dependent BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-among-single-use-multiple-use-and-filter-dependent-badi/m-p/4126744#M986741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama Devi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Here you will be having only one implementation. When you go for implementing a BAdi there in the type you will be finding the check boxes, 1. Multiple Use and 2. Filter Dependent. Multiple use badi can be used for multiple implementations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is the use of Filter Dependent BAdi?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              In BADI's filters give you a chance to call specific implementation based on filter value.Actually it is available whenever you have multiple implementations for one BADI definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Suppose you created one two BADI implementations for ME_PO_PROCESS_CUST definitions..you check the filter option in SE18 and give on what field you want to do filetr...give that field data element or structure.then automatically all of the methods in your BADI implementation gets one import parameter which is FLT_VALUE.within the code you write for different values different code in both implementations.within the transaction if you give that one of field value that perticular BADI implementation will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   &lt;EM&gt;Still to get more clear picture on this Filter Dependent and Multiple Use you go to these links, you will have better understanding with the help of screen shots.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ExitsBADIs/Filter/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ExitsBADIs/Filter/page1.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ExitsBADIs/MultipleUse/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ExitsBADIs/MultipleUse/page1.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-among-single-use-multiple-use-and-filter-dependent-badi/m-p/4126744#M986741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:49:23Z</dc:date>
    </item>
  </channel>
</rss>

