<?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 How to trigger multiple implementations for the same BADI ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792943#M340960</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 have done two implementations (SE19) for the same BADI. In Both the implementations with same method and they are activited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am trying calling this BADI interface in a report, it is calling only one implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does system know which one to execute? How to call both active implementations for the same BADI? If possible plz send me code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Rajes Yadla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 14:27:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-28T14:27:08Z</dc:date>
    <item>
      <title>How to trigger multiple implementations for the same BADI ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792943#M340960</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 have done two implementations (SE19) for the same BADI. In Both the implementations with same method and they are activited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am trying calling this BADI interface in a report, it is calling only one implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does system know which one to execute? How to call both active implementations for the same BADI? If possible plz send me code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Rajes Yadla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 14:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792943#M340960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger multiple implementations for the same BADI ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792944#M340961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you defined filter type for your BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls read this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter type:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter type describes the type of data that is valid as a filter value for a business add-in definition.  The system decides which active add-in implementation to execute, based on this filter value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filter type is specified in the business add-in definition view (transaction SE18). It must be a data element, of the character type, with a maximum length of 30, which has a search help, a domain with fixed values, or a domain with a value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter-Dependence with BADI Definitions&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 18:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792944#M340961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T18:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger multiple implementations for the same BADI ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792945#M340962</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 both are active..Both the implementations will be called..&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>Thu, 28 Dec 2006 19:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792945#M340962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T19:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger multiple implementations for the same BADI ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792946#M340963</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;Try Filter Dependent implmentaiton, where a particular implementation would be called based on a filter value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter-Dependence with BADI Definitions&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 09:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792946#M340963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger multiple implementations for the same BADI ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792947#M340964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case of Multiple use BAdIs the order in which the Implementations are called is arbitrary.. but all the active impementations will invariably be called.. make sure you have activated both of them..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2006 04:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-multiple-implementations-for-the-same-badi/m-p/1792947#M340964</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-12-30T04:11:59Z</dc:date>
    </item>
  </channel>
</rss>

