<?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: performance error for select single * statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-error-for-select-single-statement/m-p/9157064#M1710892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satish,&lt;/P&gt;&lt;P&gt;Make sure that the above statement is not used inside the loop.&lt;/P&gt;&lt;P&gt;if you are using inside the loop it will be performance error.&lt;/P&gt;&lt;P&gt;the alternate is select * from zqcs into table it_zqcs where coll_no = pr_coll.&lt;/P&gt;&lt;P&gt;then you can use&lt;/P&gt;&lt;P&gt;read table it_zqcs into wa_zqcs index 1.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2012 06:22:57 GMT</pubDate>
    <dc:creator>vinoth_aruldass</dc:creator>
    <dc:date>2012-11-30T06:22:57Z</dc:date>
    <item>
      <title>performance error for select single * statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-error-for-select-single-statement/m-p/9157063#M1710891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;SELECT &lt;SPAN class="L1S52"&gt;SINGLE&lt;/SPAN&gt; * &lt;SPAN class="L1S52"&gt;FROM&lt;/SPAN&gt; zqcs &lt;SPAN class="L1S52"&gt;INTO&lt;/SPAN&gt; wa_zqcs &lt;SPAN class="L1S52"&gt;WHERE&lt;/SPAN&gt; coll_no = pr_coll.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on this particular statement i am getting the performance error in the code inspector of one program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; any aletrnative statement can be written to reslove this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.ng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino; color: #ff0000;"&gt;Moderator message : Not enough re-search before posting, discussion locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 06:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-error-for-select-single-statement/m-p/9157063#M1710891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-30T06:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: performance error for select single * statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-error-for-select-single-statement/m-p/9157064#M1710892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satish,&lt;/P&gt;&lt;P&gt;Make sure that the above statement is not used inside the loop.&lt;/P&gt;&lt;P&gt;if you are using inside the loop it will be performance error.&lt;/P&gt;&lt;P&gt;the alternate is select * from zqcs into table it_zqcs where coll_no = pr_coll.&lt;/P&gt;&lt;P&gt;then you can use&lt;/P&gt;&lt;P&gt;read table it_zqcs into wa_zqcs index 1.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 06:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-error-for-select-single-statement/m-p/9157064#M1710892</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2012-11-30T06:22:57Z</dc:date>
    </item>
  </channel>
</rss>

