<?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: can we apply select statement on internal table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519140#M570061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The select statement is to get the data from DB table. So you can't use it with internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 03:13:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T03:13:10Z</dc:date>
    <item>
      <title>can we apply select statement on internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519136#M570057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we apply select statement on internal table.if yes thrn let me know how to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 20:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519136#M570057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T20:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: can we apply select statement on internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519137#M570058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, but you can READ it instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 20:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519137#M570058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T20:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: can we apply select statement on internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519138#M570059</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;No you cant....but you can do it as Rob said, or try looping under the table with a were restriction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_case where key eq = 'xxx'&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read table it_case where key eq 'xxx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 20:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519138#M570059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T20:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: can we apply select statement on internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519139#M570060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use SELECT statement on internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to select some rows from internal table you can LOOP the table or you can READ the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Please check the following links for your kind reference:&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb35de358411d1829f0000e829fbfe/content.htm&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab009.htm" target="test_blank"&gt;http://www.sap-img.com/ab009.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itsmarc.com/crs/Clas0302.htm" target="test_blank"&gt;http://www.itsmarc.com/crs/Clas0302.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/tips/tips_itab.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/tips_itab.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/search/1,293876,sid21,00.html?query=what" target="test_blank"&gt;http://searchsap.techtarget.com/search/1,293876,sid21,00.html?query=what&lt;/A&gt;&lt;EM&gt;is&lt;/EM&gt;&lt;EM&gt;internal&lt;/EM&gt;table&amp;amp;bucket=ALL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers !&lt;/P&gt;&lt;P&gt;Moqeeth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 03:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519139#M570060</guid>
      <dc:creator>mohammed_moqeeth</dc:creator>
      <dc:date>2007-07-10T03:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: can we apply select statement on internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519140#M570061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The select statement is to get the data from DB table. So you can't use it with internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 03:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519140#M570061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T03:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: can we apply select statement on internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519141#M570062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  The select statement will not use in internal table, if you want to see the internal table value use loop statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE:&lt;/P&gt;&lt;P&gt;**************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;WRITE: 'MATERIAL NO', ITAB-MATNR.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF USEFULL REWARD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 04:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-apply-select-statement-on-internal-table/m-p/2519141#M570062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T04:07:15Z</dc:date>
    </item>
  </channel>
</rss>

