<?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: Common Message when i use to code inspector before release in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738545#M899792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I does not give an syntax error.....!!! if you don't...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it gives an error in code inspector...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;besides this....it will also help in performnance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nikhil A Chitre on Apr 30, 2008 4:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 06:44:58 GMT</pubDate>
    <dc:creator>nikhil_chitre</dc:creator>
    <dc:date>2008-04-30T06:44:58Z</dc:date>
    <item>
      <title>Common Message when i use to code inspector before release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738539#M899786</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;&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:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738539#M899786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Common Message when i use to code inspector before release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738540#M899787</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;It appears that the key PLNTY field of table PLAS is not in your select Query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try including this field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738540#M899787</guid>
      <dc:creator>nikhil_chitre</dc:creator>
      <dc:date>2008-04-30T06:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Common Message when i use to code inspector before release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738541#M899788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but look at my written query. i have already mentioned this field in query.(below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this type of message occure for every program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738541#M899788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Common Message when i use to code inspector before release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738542#M899789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;+&lt;/STRONG&gt;SELECT PLNTY PLNNR PLNAL PLNFL PLNKN ZAEHL LOEKZ FROM PLAS&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+&lt;/STRONG&gt;INTO CORRESPONDING FIELDS OF TABLE I_PLAS&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+&lt;/STRONG&gt;FOR ALL ENTRIES IN I_CAUFV&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+&lt;/STRONG&gt;WHERE PLNNR = I_CAUFV-PLNNR&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+&lt;/STRONG&gt;AND PLNAL = I_CAUFV-PLNAL&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+&lt;/STRONG&gt;AND LOEKZ = ''.&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738542#M899789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Common Message when i use to code inspector before release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738543#M899790</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;In meant include in the where Clause...!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738543#M899790</guid>
      <dc:creator>nikhil_chitre</dc:creator>
      <dc:date>2008-04-30T06:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Common Message when i use to code inspector before release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738544#M899791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so, is this necessary to take primary keys in where condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we avoid it then what will be effect???????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738544#M899791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Common Message when i use to code inspector before release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738545#M899792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I does not give an syntax error.....!!! if you don't...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it gives an error in code inspector...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;besides this....it will also help in performnance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nikhil A Chitre on Apr 30, 2008 4:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-message-when-i-use-to-code-inspector-before-release/m-p/3738545#M899792</guid>
      <dc:creator>nikhil_chitre</dc:creator>
      <dc:date>2008-04-30T06:44:58Z</dc:date>
    </item>
  </channel>
</rss>

