<?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: Code Inspector with 'SELECT * FROM' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840169#M923360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for all your help.&lt;/P&gt;&lt;P&gt;´For Code Review I develop tools to automate the formal code review. Thanks to your ideas I use a combination of the report and the code inspector. For some cases I created a little report which deals with regular expressions. So now I can do the formal code review in short time and concentrate on better structures and all that other stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciaoi&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 06:42:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T06:42:40Z</dc:date>
    <item>
      <title>Code Inspector with 'SELECT * FROM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840164#M923355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to tell my code inspector, that it shall find&lt;/P&gt;&lt;P&gt;Select * from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put it in the ABAP STATEMENT PATTERNS but now the code inspector finds all selects for it interpretates * as wildcard.&lt;/P&gt;&lt;P&gt;What can I do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 13:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840164#M923355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T13:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector with 'SELECT * FROM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840165#M923356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your intention is to only find those statements in the code you can also use report RPR_ABAP_SOURCE_SCAN and give "Select * from" as a search string and the package or program name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 13:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840165#M923356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T13:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector with 'SELECT * FROM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840166#M923357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using single colon before and after to suppress the astrict.&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rama C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 14:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840166#M923357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T14:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector with 'SELECT * FROM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840167#M923358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;déjà vu...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 15:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840167#M923358</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-05-22T15:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector with 'SELECT * FROM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840168#M923359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as you ask this question in the performance forum, I would also like to know why you want to see all 'select *'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to solve any performance problems then I should say, that it will not help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select ' are no real performance issue. Field lists are nice to have, but difference is only considerable, if you reduce the width of the table dramatically, i.e. &lt;/P&gt;&lt;P&gt;it is enough if you check the very width tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And please to not introduce new select statements which deviate from others just in the definition of the field list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The real performance issues are the indexes, or better the selects which have no proper index support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840168#M923359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector with 'SELECT * FROM'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840169#M923360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for all your help.&lt;/P&gt;&lt;P&gt;´For Code Review I develop tools to automate the formal code review. Thanks to your ideas I use a combination of the report and the code inspector. For some cases I created a little report which deals with regular expressions. So now I can do the formal code review in short time and concentrate on better structures and all that other stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciaoi&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-with-select-from/m-p/3840169#M923360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:42:40Z</dc:date>
    </item>
  </channel>
</rss>

