<?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: Diff between Multiuse &amp; Filter Dependent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665317#M294566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2006 15:40:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-10T15:40:51Z</dc:date>
    <item>
      <title>BADI: Diff between Multiuse &amp; Filter Dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665314#M294563</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;I would like to know whats the diff between Multiuse and Filter Dependent, Filter Types and Defined Filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 23:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665314#M294563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T23:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Diff between Multiuse &amp; Filter Dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665315#M294564</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;Check these links..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/eb/3e7cfa940e11d295df0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/eb/3e7cfa940e11d295df0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/eb/3e7cf7940e11d295df0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/eb/3e7cf7940e11d295df0000e82de14a/frameset.htm&lt;/A&gt;&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, 09 Nov 2006 00:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665315#M294564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T00:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Diff between Multiuse &amp; Filter Dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665316#M294565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Multiple Use&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;This property defines whether &amp;#150; during the initialization of a BAdI object using GET BADI&amp;#150; just one implementation needs to be selected through the specified filter values, or whether an arbitrary number of implementations (or no implementation at all) can be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If more than one implementation is selected at GET BADI for a BAdI provided for single use, the exception cx_badi_multiply_implemented is triggered. If no implementation is found, the exception cx_badi_not_implemented is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;You can define whether a BAdI is to be provided for single or multiple use. In the standard version, a BAdI is provided for single use, but a multiple use can also be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of a multiple use, there is a general restriction &amp;#150; in addition to the general restriction regarding variable attributes &amp;#150; that the BAdI methods must not have any EXPORTING or RETURNING parameters. The reason for this is that, if you have a call with CALL BADI, the methods of all the object plug-ins referenced by the BAdI object are called and that there is no definition regarding from which of the implementations a returned value will actually come. CHANGING parameters, on the other hand, are allowed since these are changed by all the calling methods, one after the other, so that a method can also access the parameter changed in a previous method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 00:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665316#M294565</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-09T00:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Diff between Multiuse &amp; Filter Dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665317#M294566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 15:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-diff-between-multiuse-filter-dependent/m-p/1665317#M294566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T15:40:51Z</dc:date>
    </item>
  </channel>
</rss>

