<?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 sql statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement/m-p/3023949#M714954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to store the record into an internal table. What is the syntax? &lt;/P&gt;&lt;P&gt;example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select name from student where class = 'abc'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to store all the name from the class 'abc' into a internal table. How can i do it? thankz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 02:08:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-29T02:08:00Z</dc:date>
    <item>
      <title>sql statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement/m-p/3023949#M714954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to store the record into an internal table. What is the syntax? &lt;/P&gt;&lt;P&gt;example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select name from student where class = 'abc'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to store all the name from the class 'abc' into a internal table. How can i do it? thankz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 02:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement/m-p/3023949#M714954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T02:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: sql statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement/m-p/3023950#M714955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;   name type student-name,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select name &lt;/P&gt;&lt;P&gt;        from student&lt;/P&gt;&lt;P&gt;      INTO TABLE itab&lt;/P&gt;&lt;P&gt; where class = 'abc'.&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>Mon, 29 Oct 2007 02:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement/m-p/3023950#M714955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T02:26:03Z</dc:date>
    </item>
  </channel>
</rss>

