<?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 Interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202722#M470792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kasi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a very simple and straightforward way to find the BAdI belonging to an interface. Your interface IF_EX_WORKORDER_UPDATE belongs to BAdI &amp;lt;b&amp;gt;WORKORDER_UPDATE&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the searching procedure:&lt;/P&gt;&lt;P&gt;1. Display interface class builder (SE24).&lt;/P&gt;&lt;P&gt;2. Push application toolbar button &amp;lt;i&amp;gt;Display Object List &amp;lt;/i&amp;gt;(Ctrl&lt;EM&gt;Shift&lt;/EM&gt;F5)&lt;/P&gt;&lt;P&gt;Alternatively: Display interface directly in SE80.&lt;/P&gt;&lt;P&gt;3. Push button &amp;lt;i&amp;gt;Superordinated Object List&amp;lt;/i&amp;gt; -&amp;gt; shows package assignment of interface&lt;/P&gt;&lt;P&gt;4. Browse the BAdIs of this package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that in almost all cases the corresponding pair of BAdI and interface belong to the very same package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Oct 2007 20:59:19 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2007-10-21T20:59:19Z</dc:date>
    <item>
      <title>BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202718#M470788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I know the interface name 'if_ex_workorder_update' which is created for the purpose of BADI implementation, from this how to find out the corresponding name of the BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kasi S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2007 11:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202718#M470788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-22T11:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202719#M470789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Searching in SE18, you will see that there a BADI definition called WORKORDER_UPDATE.&lt;/P&gt;&lt;P&gt;Create an implementation for this badi, activate it and you will be ready to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leonardo De Araujo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2007 12:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202719#M470789</guid>
      <dc:creator>LeonardoAraujo</dc:creator>
      <dc:date>2007-04-22T12:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202720#M470790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use the table "sxs_inter".&lt;/P&gt;&lt;P&gt;1. SE11 (or SE16)&lt;/P&gt;&lt;P&gt;2. Type in table name "sxs_inter", the table has two columns , BADI name, and interface name&lt;/P&gt;&lt;P&gt;3. Click the content icon.&lt;/P&gt;&lt;P&gt;4. Fill in the interface name, and search all BADI names using the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program, you may use "select exit_name from sxs_inter where inter_name  = ....." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Rgs&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 06:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202720#M470790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T06:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202721#M470791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an alternate solution for you.Instead of searching the BADI name from the Interface name,I would suggest you to search for the BADI anme directly from the T-code where you want to extend the BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the steps below to do the same:&lt;/P&gt;&lt;P&gt;Actually,for every T-code,SAP has provided a lot of BADIs where the customer can write their own codes depending upon the functionality required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to find the BAD for a particular T-code,go to the T-code SE24 and type in cl_exithandler and click on Display.&lt;/P&gt;&lt;P&gt;You will get a list of methods in that class,double click on the Get_Instance method from the list.&lt;/P&gt;&lt;P&gt;you will get the code for that method.Scroll down and you will find one of the parameters "Exit Name" there.Put a breakpoint on that function module and press F8.&lt;/P&gt;&lt;P&gt;In the debugging mode,double click on the Exit Name to get the value contained in it.You will see the first BADI provided in that T-code.&lt;/P&gt;&lt;P&gt;Note down this and then keep on pressng the F8 and noting down the BADIs being displayed.&lt;/P&gt;&lt;P&gt;Now ,you will have to find out the BADI which fits your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 09:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202721#M470791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202722#M470792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kasi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a very simple and straightforward way to find the BAdI belonging to an interface. Your interface IF_EX_WORKORDER_UPDATE belongs to BAdI &amp;lt;b&amp;gt;WORKORDER_UPDATE&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the searching procedure:&lt;/P&gt;&lt;P&gt;1. Display interface class builder (SE24).&lt;/P&gt;&lt;P&gt;2. Push application toolbar button &amp;lt;i&amp;gt;Display Object List &amp;lt;/i&amp;gt;(Ctrl&lt;EM&gt;Shift&lt;/EM&gt;F5)&lt;/P&gt;&lt;P&gt;Alternatively: Display interface directly in SE80.&lt;/P&gt;&lt;P&gt;3. Push button &amp;lt;i&amp;gt;Superordinated Object List&amp;lt;/i&amp;gt; -&amp;gt; shows package assignment of interface&lt;/P&gt;&lt;P&gt;4. Browse the BAdIs of this package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that in almost all cases the corresponding pair of BAdI and interface belong to the very same package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2007 20:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-interface/m-p/2202722#M470792</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-10-21T20:59:19Z</dc:date>
    </item>
  </channel>
</rss>

