<?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: Sorting is required before delete data from internal table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003601#M1896607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessary, Based on type of internal table the system performs the search to delete the record.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard table uses Linear Search.&lt;/P&gt;&lt;P&gt;Sorted tables uses Binary search.&lt;/P&gt;&lt;P&gt;Hashed Tables will use Hashing Algorithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;It is mandatory to sort while deleting duplicate records only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the link below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_470/helpdata/en/06/aafd54fc4011d195280000e8353423/content.htm" title="http://help.sap.com/saphelp_470/helpdata/en/06/aafd54fc4011d195280000e8353423/content.htm"&gt;http://help.sap.com/saphelp_470/helpdata/en/06/aafd54fc4011d195280000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pradeep Kodinagula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2015 17:00:22 GMT</pubDate>
    <dc:creator>prad_k</dc:creator>
    <dc:date>2015-04-03T17:00:22Z</dc:date>
    <item>
      <title>Sorting is required before delete data from internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003598#M1896604</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 have small confusion about internal table performance i.e. if we use sort operation on internal table before delete data form same table then it will increase performance or no effect in performance if don't use sort operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example : In one table have 1000 records and i have to delete data by condition (eg. item name) which is at 900 index,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if we use sort operation before delete then it increase performance or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Shanti &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003598#M1896604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-03T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting is required before delete data from internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003599#M1896605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorting is necessary only if you want to delete duplicate records from internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003599#M1896605</guid>
      <dc:creator>prad_k</dc:creator>
      <dc:date>2015-04-03T15:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting is required before delete data from internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003600#M1896606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks pradeep for reply.&lt;/P&gt;&lt;P&gt;But my question is not for adjacent duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use delete ittab where f1 = 'f_value'. (characters)&lt;/P&gt;&lt;P&gt;If use sort before this operation then delete operation perform faster or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 16:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003600#M1896606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-03T16:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting is required before delete data from internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003601#M1896607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessary, Based on type of internal table the system performs the search to delete the record.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard table uses Linear Search.&lt;/P&gt;&lt;P&gt;Sorted tables uses Binary search.&lt;/P&gt;&lt;P&gt;Hashed Tables will use Hashing Algorithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;It is mandatory to sort while deleting duplicate records only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the link below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_470/helpdata/en/06/aafd54fc4011d195280000e8353423/content.htm" title="http://help.sap.com/saphelp_470/helpdata/en/06/aafd54fc4011d195280000e8353423/content.htm"&gt;http://help.sap.com/saphelp_470/helpdata/en/06/aafd54fc4011d195280000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pradeep Kodinagula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 17:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003601#M1896607</guid>
      <dc:creator>prad_k</dc:creator>
      <dc:date>2015-04-03T17:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting is required before delete data from internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003602#M1896608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Helpful Answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 17:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-is-required-before-delete-data-from-internal-table/m-p/11003602#M1896608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-03T17:17:48Z</dc:date>
    </item>
  </channel>
</rss>

