<?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: Trace type-pool usage in ABAP program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807246#M1881522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this purpose, you can try to use the transaction EWK1 for source code&amp;nbsp; scan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/624447" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In alternative, also for source code scan, there is the report RS_ABAP_SOURCE_SCAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 09:39:52 GMT</pubDate>
    <dc:creator>former_member302911</dc:creator>
    <dc:date>2015-01-14T09:39:52Z</dc:date>
    <item>
      <title>Trace type-pool usage in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807242#M1881518</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 quite a complex function group with multiple external includes in the group's top include. The code of some functional modules of the group relies on VRM type-pool (and I can see that in 'Environment Analysis' results - Shift-F4). There is no corresponding TYPE-POOLS: VRM statement in the group code,&amp;nbsp; so I deduce that this statement is somewhere in the external includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to find out, through which include (or, possibly, chain of includes) this type pool is available in my function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea is to comment out includes gradually until the types from the type-pool become unavailable. It seems to me quite a clumsy way. &lt;/P&gt;&lt;P&gt;Can you probably recommend an easier, smarter way to do that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807242#M1881518</guid>
      <dc:creator>egor_malov</dc:creator>
      <dc:date>2015-01-13T15:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trace type-pool usage in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807243#M1881519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I'm missing something, but it sounds like you just need to do a WHERE USED list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 17:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807243#M1881519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-13T17:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trace type-pool usage in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807244#M1881520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;Thank you for your helpful answer! Where used list solves my problem partially: I can build the where-used list for the type pool in question, and I can see from the results that this type pool is used in my code. And I would like a little more - where exactly is that TYPE-POOLS statement, that made this type pool available in my code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 09:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807244#M1881520</guid>
      <dc:creator>egor_malov</dc:creator>
      <dc:date>2015-01-14T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trace type-pool usage in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807245#M1881521</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;please edit the main program of your function group in SE38 or SE80. Then call menu function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Utilities (M) -&amp;gt; Update Navigation Index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you should be able to find the TYPE-POOL statement with the FIND ... IN MAIN PROGRAM search option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 09:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807245#M1881521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-14T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trace type-pool usage in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807246#M1881522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this purpose, you can try to use the transaction EWK1 for source code&amp;nbsp; scan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/624447" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In alternative, also for source code scan, there is the report RS_ABAP_SOURCE_SCAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 09:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807246#M1881522</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2015-01-14T09:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trace type-pool usage in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807247#M1881523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Klaus,&lt;/P&gt;&lt;P&gt;Thank you for your advice! Unfortunately, I didn't see more 'TYPE-POOLS' entries in search results after index update.&lt;/P&gt;&lt;P&gt;Possibly, the issue depends on the platform version. In my version (7.0, no EhP) this statement is necessary. But&amp;nbsp; it is considered obsolete as of 7.0 EhP2 or 7.2 &lt;SPAN style="font-size: 13.63636302948px;"&gt;(As I see from 'Official ABAP Programming Guidelines'). Probably this change somehow affects what is seen in search results...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 12:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807247#M1881523</guid>
      <dc:creator>egor_malov</dc:creator>
      <dc:date>2015-01-19T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trace type-pool usage in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807248#M1881524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Angelo,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8181819915771px;"&gt;Thank you for your advice! Unfortunately, in my case source scan of this kind returns too many results - because the project's code base&amp;nbsp; is quite big and the type-pools is used a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8181819915771px;"&gt;What I was hoping to find is some formal way to determine, due to which include the type-pool is visible. The system was able to compile the code, so the system somehow found the link to this type pool. I just wanted to get to this very information, but looks like lt is impossible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8181819915771px;"&gt;Thanks again!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 12:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-type-pool-usage-in-abap-program/m-p/10807248#M1881524</guid>
      <dc:creator>egor_malov</dc:creator>
      <dc:date>2015-01-19T12:31:28Z</dc:date>
    </item>
  </channel>
</rss>

