<?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: ABAP syntax 7.5 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164230#M1978367</link>
    <description>&lt;P&gt;The "traditional" way you're describing was &lt;A href="https://blogs.sap.com/2020/02/12/the-war-on-binary-search/"&gt;not good since the 1990s&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I sincerely hope that by "we" you are describing a college/training study group. The thought that professional ABAP developers are unable to distinguish between the DB and memory processing would be deeply troubling...&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2020 20:40:48 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2020-03-09T20:40:48Z</dc:date>
    <item>
      <title>ABAP syntax 7.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164227#M1978364</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;New ABAP syntaxes are easy to use. But, on considering the performance we got the below doubt.&lt;/P&gt;
  &lt;P&gt;New read itab statements are not performing binary search anywhere. When we use new READ syntaxes in ORACLE DB, it may affect the performance , right? As we always sort and do binary search in our traditional way&lt;/P&gt;
  &lt;P&gt;Please suggest!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 08:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164227#M1978364</guid>
      <dc:creator>ishwarya_doss</dc:creator>
      <dc:date>2020-03-09T08:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP syntax 7.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164228#M1978365</link>
      <description>&lt;P&gt;READ is a statement to read data from memory, not database, so no direct link with oracle.&lt;/P&gt;&lt;P&gt;If you want a binary search on a table, you just have to declare it as SORTED table&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 08:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164228#M1978365</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-09T08:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP syntax 7.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164229#M1978366</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;anabaperlife&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I don't think you will have performance impact , recommend you to go through the below Threads which will help you with the answer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/101390/which-one-is-faster---the-new-read-statement-or-th.html" target="_blank"&gt;THREAD1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/12699041/does-new-read-table-syntax-supports-binary-search.html" target="_blank"&gt;THREAD2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 09:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164229#M1978366</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-03-09T09:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP syntax 7.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164230#M1978367</link>
      <description>&lt;P&gt;The "traditional" way you're describing was &lt;A href="https://blogs.sap.com/2020/02/12/the-war-on-binary-search/"&gt;not good since the 1990s&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I sincerely hope that by "we" you are describing a college/training study group. The thought that professional ABAP developers are unable to distinguish between the DB and memory processing would be deeply troubling...&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 20:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164230#M1978367</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2020-03-09T20:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP syntax 7.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164231#M1978368</link>
      <description>&lt;P&gt;Using hashed / sorted table whenever possible would increase the performance + they can be used within the scope of new ABAP syntax.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 05:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-7-5/m-p/12164231#M1978368</guid>
      <dc:creator>keremkoseoglu</dc:creator>
      <dc:date>2020-03-10T05:17:35Z</dc:date>
    </item>
  </channel>
</rss>

