<?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: Filter Value for BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407329#M818294</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 this thread..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="520404"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 08:54:03 GMT</pubDate>
    <dc:creator>former_member188829</dc:creator>
    <dc:date>2008-02-08T08:54:03Z</dc:date>
    <item>
      <title>Filter Value for BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407326#M818291</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;Kindly Let me know the Filter Defined for Implementaing &lt;/P&gt;&lt;P&gt;BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for your Response...!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407326#M818291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T08:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Value for BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407327#M818292</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;Filter dependence for BADI definitions means that each interface method automatically has an importing parameter FLT_VAL assigned ot it. This parameter must be filled with a filter value as current parameter when it is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BADI definition should be marked as filter-dependent whenever the characteristic of the BADI implementation should match the characteristics of the filter type - that is, whenever the implementation of different filter values should be different or should only exist at all for certain filter values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typical filter types are line of industry or country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BADI is filter dependent. In the first tab of your BADI implementation (SE19), the lower half will contain filter details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEPS FOR SETTING UP A FILTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just go to se18 and give ur BADI name..&lt;/P&gt;&lt;P&gt;then Select 'Attributes' Tab ,there u will find option Filter-Dependent in window named "type"..&lt;/P&gt;&lt;P&gt;check tht filter dependent checkbox and give ur data element/field in the Filter type field say u can give 'MOLGA' ..save and come back..&lt;/P&gt;&lt;P&gt;now go to se19 and implement this BADi and there u can give filter values for filed MOLGA..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jayant Sahu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407327#M818292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T08:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Value for BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407328#M818293</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;BADI may be implemented depending on a specific filter value( example COUNTRY-SPECIFIC VERSIONS: distinct implementations of the BADI can be created for the COUNTRY).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a filter type must be entered when defining your enhancement ( a country or industry, for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all methods created in the enhancement's interface have filter value 'FLT_VAL' as their import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the method then selects the active implemetation based on the data provided in the filter value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for seting the filter value, you must enable the option FILTER DEPEND and provide FILTER TYPE in the ATTRIBUTES of the BADI defination. &lt;/P&gt;&lt;P&gt;SE18 is the transaction code for creating BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter dependence for BADI definitions means that each interface method automatically has an importing parameter FLT_VAL assigned ot it. This parameter must be filled with a filter value as current parameter when it is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BADI definition should be marked as filter-dependent whenever the characteristic of the BADI implementation should match the characteristics of the filter type - that is, whenever the implementation of different filter values should be different or should only exist at all for certain filter values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typical filter types are line of industry or country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BADI is filter dependent. In the first tab of your BADI implementation (SE19), the lower half will contain filter details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEPS FOR SETTING UP A FILTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just go to se18 and give ur BADI name..&lt;/P&gt;&lt;P&gt;then Select 'Attributes' Tab ,there u will find option Filter-Dependent in window named "type"..&lt;/P&gt;&lt;P&gt;check tht filter dependent checkbox and give ur data element/field in the Filter type field say u can give 'MOLGA' ..save and come back..&lt;/P&gt;&lt;P&gt;now go to se19 and implement this BADi and there u can give filter values for filed MOLGA..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407328#M818293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T08:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Value for BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407329#M818294</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 this thread..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="520404"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407329#M818294</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2008-02-08T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Value for BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407330#M818295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Filter value is defined during Implementing a BADI.&lt;/P&gt;&lt;P&gt;if a Perticular BADI has More no. of Implementation Exits.&lt;/P&gt;&lt;P&gt;so, we Customized our own Implementation as per the Filter Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BADI definition should be marked as filter-dependent whenever the characteristic of the BADI implementation should match the characteristics of the filter type - that is, whenever the implementation of different filter values should be different or should only exist at all for certain filter values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typical filter types are line of industry or country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BADI is filter dependent. In the first tab of your BADI implementation (SE19), the lower half will contain filter details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-value-for-badi/m-p/3407330#M818295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T10:28:54Z</dc:date>
    </item>
  </channel>
</rss>

