<?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: select single in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880151#M369648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select single returns only one row. An internal table is not necessary for that. A work area/structure can very well hold one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from select single, select .. upto 1 rows does not require an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 12:29:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-19T12:29:09Z</dc:date>
    <item>
      <title>select single</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880150#M369647</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;may i know why cannot do a select single to internal table but only can select single to working area or variable. any reason? besides select single, what others also cannot put into internal table?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880150#M369647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T12:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: select single</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880151#M369648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select single returns only one row. An internal table is not necessary for that. A work area/structure can very well hold one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from select single, select .. upto 1 rows does not require an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880151#M369648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T12:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: select single</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880152#M369649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We use this Select single only if we need a single line from the Database, so there is no point to store this line in to a internal table, so coming to performence wise also we do not use the Internal table to store a single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880152#M369649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: select single</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880153#M369650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well í always thought it is self-explaining :P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway: a Select single get´s you expliciteley just ONE record.&lt;/P&gt;&lt;P&gt;So why would you put this record in a whole internal table if a working area is way enough?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to have it in an internal table, declare one, and then do following after your select single statement:&lt;/P&gt;&lt;P&gt;append wa to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880153#M369650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T12:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: select single</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880154#M369651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select single fetches alwats only one row(that to fist record of the available combination which u mentioned). so internal table is not required to capture one recored (unnessacery declaring internal table read index 1 and also table occupies extra memeryin program) so work area can very well hold one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and select upto 1 rows require an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-single/m-p/1880154#M369651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T12:36:40Z</dc:date>
    </item>
  </channel>
</rss>

