<?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 Code Inspector: Common Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740903#M900437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i m going to release driver program(any). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used....&lt;/P&gt;&lt;P&gt;1) se09&lt;/P&gt;&lt;P&gt;2) click on related request. &lt;/P&gt;&lt;P&gt;3) then check tab&lt;/P&gt;&lt;P&gt;4) then select or double click on third option "Code Inspector"&lt;/P&gt;&lt;P&gt;5) Performnace check&lt;/P&gt;&lt;P&gt;always many error message are occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program ZPPR020_DAILY_REPORT Include ZPPI020_VORNR_SELECTION Row 34 Column 8&lt;/P&gt;&lt;P&gt;Large table PLAS: No first field of a table index in WHERE&lt;/P&gt;&lt;P&gt;condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my query is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT PLNTY PLNNR PLNAL PLNFL PLNKN ZAEHL LOEKZ FROM PLAS&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE I_PLAS&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN I_CAUFV&lt;/P&gt;&lt;P&gt;WHERE PLNNR = I_CAUFV-PLNNR&lt;/P&gt;&lt;P&gt;AND PLNAL = I_CAUFV-PLNAL&lt;/P&gt;&lt;P&gt;AND LOEKZ = ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above type of error is always occured for any executable program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reply me as soon as possible.&lt;/P&gt;&lt;P&gt;thanx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 06:35:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-30T06:35:06Z</dc:date>
    <item>
      <title>Code Inspector: Common Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740903#M900437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i m going to release driver program(any). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used....&lt;/P&gt;&lt;P&gt;1) se09&lt;/P&gt;&lt;P&gt;2) click on related request. &lt;/P&gt;&lt;P&gt;3) then check tab&lt;/P&gt;&lt;P&gt;4) then select or double click on third option "Code Inspector"&lt;/P&gt;&lt;P&gt;5) Performnace check&lt;/P&gt;&lt;P&gt;always many error message are occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program ZPPR020_DAILY_REPORT Include ZPPI020_VORNR_SELECTION Row 34 Column 8&lt;/P&gt;&lt;P&gt;Large table PLAS: No first field of a table index in WHERE&lt;/P&gt;&lt;P&gt;condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my query is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT PLNTY PLNNR PLNAL PLNFL PLNKN ZAEHL LOEKZ FROM PLAS&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE I_PLAS&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN I_CAUFV&lt;/P&gt;&lt;P&gt;WHERE PLNNR = I_CAUFV-PLNNR&lt;/P&gt;&lt;P&gt;AND PLNAL = I_CAUFV-PLNAL&lt;/P&gt;&lt;P&gt;AND LOEKZ = ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above type of error is always occured for any executable program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reply me as soon as possible.&lt;/P&gt;&lt;P&gt;thanx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740903#M900437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector: Common Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740904#M900438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It just mean that you are doing a select on  large table without using primary index (key).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no other way, ignore this message. But always try to use the key (as many fields from the key as possible, or secondary index) when doing a select on a (large) table for performance reasons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740904#M900438</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-30T06:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector: Common Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740905#M900439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anshuman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting error because you are not using the first field of the table in your where clause of Select. To overcome this error see whether you can use the first first in the Where clause else you can hide using the pseudo comment like # EC NO_FIRST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740905#M900439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector: Common Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740906#M900440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanx for ur answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what is  # EC NO_FIRST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i use?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740906#M900440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector: Common Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740907#M900441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP STATEMENT.  "EC NO_FIRST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general you can put these messages at the end of a statement and use the double quotes (") followed by the comment EC NO_FIRST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general these statements will be ignored by the check, but the problem remains. You are not using the (primary) key. But like I said, in some cases there is no other way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-common-message/m-p/3740907#M900441</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-30T07:31:27Z</dc:date>
    </item>
  </channel>
</rss>

