<?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: Defining Multiple BADI Interfaces in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274693#M151177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not possible to have two interfaces for BADI's,  DOn't try some thing which is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2006 15:26:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-13T15:26:24Z</dc:date>
    <item>
      <title>Defining Multiple BADI Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274692#M151176</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;Is it possible to define more than one interface for a BADI?  I know there is one interface that comes with the BADI definition, but I would like to add one more interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to the Implementing Class and added the new interface there, and it compiled just fine. However, the methods that come from that new interface do not get triggered, and do not appear in the BADI method list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, do you know if there is a way to specify an extra interface for a BADI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Roman D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 15:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274692#M151176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T15:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Multiple BADI Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274693#M151177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not possible to have two interfaces for BADI's,  DOn't try some thing which is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 15:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274693#M151177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T15:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Multiple BADI Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274694#M151178</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;Single Use Business Add-Ins&lt;/P&gt;&lt;P&gt;&amp;#150; Do NOT select the Multiple use checkbox&lt;/P&gt;&lt;P&gt;from the Administration tab when defining&lt;/P&gt;&lt;P&gt;a Single Use BAdI&lt;/P&gt;&lt;P&gt;&amp;#150; BAdI has a single Implementation&lt;/P&gt;&lt;P&gt;&amp;#150; Similar to procedures&lt;/P&gt;&lt;P&gt;&amp;#150; Return values can be expected&lt;/P&gt;&lt;P&gt;&amp;#150; Can use importing, changing and&lt;/P&gt;&lt;P&gt;returning parameters&lt;/P&gt;&lt;P&gt;&amp;#150; N/A&lt;/P&gt;&lt;P&gt;&amp;#150; A single implementation will be triggered&lt;/P&gt;&lt;P&gt;by the application program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple Use Business Add-Ins&lt;/P&gt;&lt;P&gt;&amp;#150; Select the Multiple use checkbox from&lt;/P&gt;&lt;P&gt;the Administration tab when creating the&lt;/P&gt;&lt;P&gt;BAdI definition&lt;/P&gt;&lt;P&gt;&amp;#150; BAdI has multiple implementations&lt;/P&gt;&lt;P&gt;&amp;#150; Similar to event calls&lt;/P&gt;&lt;P&gt;&amp;#150; Cannot expect return values&lt;/P&gt;&lt;P&gt;&amp;#150; Can use importing and changing&lt;/P&gt;&lt;P&gt;parameters&lt;/P&gt;&lt;P&gt;&amp;#150; For multiple implementations there is no&lt;/P&gt;&lt;P&gt;sequence control because at the time of&lt;/P&gt;&lt;P&gt;BAdI definition it does not know which&lt;/P&gt;&lt;P&gt;implementation will be active&lt;/P&gt;&lt;P&gt;&amp;#150; All active implementations will be&lt;/P&gt;&lt;P&gt;triggered by the application program&lt;/P&gt;&lt;P&gt;using the BAdI&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;Manoj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manoj Gupta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 15:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274694#M151178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T15:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Multiple BADI Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274695#M151179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is possible to have multiple interfaces for a BADI, however SAP will have to provide that. We cannot create our own interface, we can only have multiple implementations of the give interfaces by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think one of PO / Work Order BADI's has multiple interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 15:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-multiple-badi-interfaces/m-p/1274695#M151179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T15:50:57Z</dc:date>
    </item>
  </channel>
</rss>

