<?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 Find programs from badi implementation names in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354182#M177074</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 a list of badi defination names from which different badi implementations can be found. Now using that all the programs which are using those implementations are to be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we search in table TADIR with field OBJECT = 'SXCI' and the DEVCLASS = development class of the defination we can get the implementation names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the next table is what i am looking, which can give the program names, which are using those implementations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2006 06:22:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-24T06:22:06Z</dc:date>
    <item>
      <title>Find programs from badi implementation names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354182#M177074</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 a list of badi defination names from which different badi implementations can be found. Now using that all the programs which are using those implementations are to be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we search in table TADIR with field OBJECT = 'SXCI' and the DEVCLASS = development class of the defination we can get the implementation names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the next table is what i am looking, which can give the program names, which are using those implementations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 06:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354182#M177074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T06:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find programs from badi implementation names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354183#M177075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;chk whether this helps u?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3480" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3480&lt;/A&gt;. &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;latheesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 06:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354183#M177075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T06:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find programs from badi implementation names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354184#M177076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Table WBCROSSGT to get the list of programs where the BADI has been called.Enter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WBCROSSGT-OTYPE as 'TY"&lt;/P&gt;&lt;P&gt;and WBCROSSGT-name as 'IF_EX_ME_PROCESS_PO_CUST' i.e as a sample for BADI definition 'ME_PROCESS_PO_CUST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you need to do is prefix 'IF_EX_' to the BADI definition name to get the list of programs for a particular BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you will get the complete list of programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reward helpful answers&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nishanth Bhandar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 06:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354184#M177076</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-24T06:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Find programs from badi implementation names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354185#M177077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well in 4.6c this table doesn't exist though i have checked that this table is there in 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 07:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354185#M177077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T07:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Find programs from badi implementation names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354186#M177078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that the table is not present in 4.6 version.Still you can find out where the data is coming from :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Activate SQL trace through transaction ST05.&lt;/P&gt;&lt;P&gt;2 Execute SE18 and enter some BADI name.&lt;/P&gt;&lt;P&gt;3 Click on the where used list option and choose only&lt;/P&gt;&lt;P&gt;  programs&lt;/P&gt;&lt;P&gt;4 Once the list pops up go back to ST05 and deactivate   the trace &lt;/P&gt;&lt;P&gt;5 See the trace list and the tables from which the data is being fetched&lt;/P&gt;&lt;P&gt;6 You will find the database table which is being used to get the programs list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out.Hope you find success this time.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 07:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-programs-from-badi-implementation-names/m-p/1354186#M177078</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-24T07:49:00Z</dc:date>
    </item>
  </channel>
</rss>

