<?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 report::Custom developed objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851724#M668299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!!!&lt;/P&gt;&lt;P&gt;i have to develop the report which reads all the &amp;lt;b&amp;gt;Custom developed objects&amp;lt;/b&amp;gt; in all the SAP versions which the report runs. and it shuld display all the detils regarding the custom delevloped obejcts.&lt;/P&gt;&lt;P&gt;PLZZZ tell me how to do the same..&lt;/P&gt;&lt;P&gt;is there any table which i need to look for the same..&lt;/P&gt;&lt;P&gt;plz help mee&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 09:07:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-19T09:07:44Z</dc:date>
    <item>
      <title>report::Custom developed objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851724#M668299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!!!&lt;/P&gt;&lt;P&gt;i have to develop the report which reads all the &amp;lt;b&amp;gt;Custom developed objects&amp;lt;/b&amp;gt; in all the SAP versions which the report runs. and it shuld display all the detils regarding the custom delevloped obejcts.&lt;/P&gt;&lt;P&gt;PLZZZ tell me how to do the same..&lt;/P&gt;&lt;P&gt;is there any table which i need to look for the same..&lt;/P&gt;&lt;P&gt;plz help mee&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 09:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851724#M668299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: report::Custom developed objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851725#M668300</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;You can use table D010SINF where program name starts with Y or Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP.&lt;/P&gt;&lt;P&gt;Pankaj Singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 09:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851725#M668300</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2007-09-19T09:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: report::Custom developed objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851726#M668301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table TADIR - contains all the Repository Objects in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out the Custom Developed Objects check for the Object names starting with Y or Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM TADIR &lt;/P&gt;&lt;P&gt; WHERE objname LIKE 'Z%' OR objename LIKE 'Y%'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 09:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851726#M668301</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-19T09:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: report::Custom developed objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851727#M668302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can get all objects (starting with Z* or Y*) from table TADIR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 09:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851727#M668302</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-09-19T09:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: report::Custom developed objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851728#M668303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK YOU.&lt;/P&gt;&lt;P&gt;I THINK I GOT CLERED&lt;/P&gt;&lt;P&gt;THANK YOUM&lt;/P&gt;&lt;P&gt;MAHESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 09:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-custom-developed-objects/m-p/2851728#M668303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T09:58:54Z</dc:date>
    </item>
  </channel>
</rss>

