<?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: read Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834901#M663736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;read table with index will locate correctly the record at the particular index,&lt;/P&gt;&lt;P&gt;with binary search will be useful if ur internal table is having larger number of records, ur perfomance ll be fast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Sep 2007 04:56:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-22T04:56:54Z</dc:date>
    <item>
      <title>read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834900#M663735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;               What is the Diffrence btwn&lt;/P&gt;&lt;P&gt;Read Table with Binary Search And&lt;/P&gt;&lt;P&gt;Read Table with index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 04:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834900#M663735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-22T04:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834901#M663736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;read table with index will locate correctly the record at the particular index,&lt;/P&gt;&lt;P&gt;with binary search will be useful if ur internal table is having larger number of records, ur perfomance ll be fast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 04:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834901#M663736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-22T04:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834902#M663737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Khan,&lt;/P&gt;&lt;P&gt;Read table with binary search is the best way to read an table because it enhances performance provided we had sorted the table beforehand.&lt;/P&gt;&lt;P&gt;Suppose an internal table is having the following data&lt;/P&gt;&lt;P&gt;1 2 3 4 5 6 7 8 and we are reading the table where a field is equal to 4 then binayr search will split the search into two parts say &lt;/P&gt;&lt;P&gt;first it will search for 4  among 1 2 3 4.&lt;/P&gt;&lt;P&gt;as it was able to find 4 in this part it will come out and go ahead with the next process.Suppose if it didn't find  4 in the first part then and then only it will go for next part of the search.This way it enhances the performance.But it is mandatory to sort the internal table before reading the table using binary search.&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 04:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834902#M663737</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-09-22T04:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834903#M663738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you check the documentation for the READ statement, I think you'll see that using the index is faster than a binary search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2007 03:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2834903#M663738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-23T03:10:38Z</dc:date>
    </item>
  </channel>
</rss>

