<?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 Extract the used objects within some code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780625#M1308289</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;following is my requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input will be SAP Object  eg : report, function module etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once user enters the SAP Object then the system should go into the code of the SAP Object and traverse through the object to extract the used SAP standard or SAP Z Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output : it should display all the list of the used Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For obtaining this do I need to maintain any library. if yes how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly give me some suggestions to find the used objects within the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amruta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 11:22:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-17T11:22:46Z</dc:date>
    <item>
      <title>Extract the used objects within some code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780625#M1308289</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;following is my requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input will be SAP Object  eg : report, function module etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once user enters the SAP Object then the system should go into the code of the SAP Object and traverse through the object to extract the used SAP standard or SAP Z Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output : it should display all the list of the used Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For obtaining this do I need to maintain any library. if yes how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly give me some suggestions to find the used objects within the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amruta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 11:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780625#M1308289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T11:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the used objects within some code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780626#M1308290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this FM helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_CROSSREFERENCE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 11:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780626#M1308290</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2009-06-17T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the used objects within some code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780627#M1308291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amruta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHeck table TADIR (Directory of Repository Objects) to get standard or Z objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 11:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780627#M1308291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the used objects within some code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780628#M1308292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE38 -&amp;gt; enter program name -&amp;gt; shift-F4 -&amp;gt; select all and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 11:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-the-used-objects-within-some-code/m-p/5780628#M1308292</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-06-17T11:48:12Z</dc:date>
    </item>
  </channel>
</rss>

