<?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: Code inspector: Parallel curser and sort table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556831#M2007249</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;hope this helps for a better understanding:&lt;/P&gt;&lt;P&gt;SAP imagined the 'Code Inspector' to be more or a less a tool for the developer(s) - to be used and be helpful for them. This maps to tcode SCI, i think.&lt;/P&gt;&lt;P&gt;At some point they reckoned having some process governance atop would be great, for this they planned ATC, which consumes SCI.&lt;/P&gt;&lt;P&gt;These tools work with templates(list, containing possible checks). There are two sources of templates - first one is SAP itself, second one is an Open Source Project like that &lt;A href="https://docs.abapopenchecks.org/" target="test_blank"&gt;https://docs.abapopenchecks.org/&lt;/A&gt; . And, also, you can implement your own custom checks.&lt;/P&gt;&lt;P&gt;SAP provides them with every new or different release of Netweaver( ABAP Platform).&lt;/P&gt;&lt;P&gt;You are basically asking if the standard checks on Netweaver 730 contain one for usage of the technique of parallel cursor. I am looking at a 756 system currently and i don't see a check exactly for this case. I would search in the Performance Checks folder, in SCI.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 12:28:39 GMT</pubDate>
    <dc:creator>former_member660513</dc:creator>
    <dc:date>2022-03-21T12:28:39Z</dc:date>
    <item>
      <title>Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556827#M2007245</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
  &lt;P&gt;We are on abap 7.3 and trying to setup code inspector in our organization.&lt;/P&gt;
  &lt;P&gt;As per ABAP7.3, as best practice we use Parallel curser and sorting Itab in case Read table itab with Binary search is used. However, it seems like these things are not cached in Code inspector. Can anybody kindly guide it i have some how missed it in Sap code inspector or its simply not possible in SCI?Is it possible in ATC?&lt;/P&gt;
  &lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 17:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556827#M2007245</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2022-03-20T17:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556828#M2007246</link>
      <description>&lt;P&gt;SCI is the ATC engine, so ATC can't give a better result.&lt;/P&gt;&lt;P&gt;7.3 is quite old, not sure many people can help.&lt;/P&gt;&lt;P&gt;Are you sure your ABAP code is written correctly? Maybe you could provide a code snippet and corresponding Code Inspector error?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 18:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556828#M2007246</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-03-20T18:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556829#M2007247</link>
      <description>&lt;P&gt;Dear Sandra. Thanks for replying. My code is purposefuly wrong and am testing sCi capability and with above said code, it won't give errors. so requesting kind help from scn community. &lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 18:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556829#M2007247</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2022-03-20T18:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556830#M2007248</link>
      <description>&lt;P&gt;I can tell you that parallel cursor and sorting itab in case of read table with binary search are &lt;STRONG&gt;most definitely&lt;/STRONG&gt; &lt;STRONG&gt;not&lt;/STRONG&gt; best practice.&lt;/P&gt;&lt;P&gt;They used to be, but have not been for over 20 years. Since then ABAP has changed and such things are no longer necessary. &lt;/P&gt;&lt;P&gt;Best practice since 46c (at least - possibly 31H) is to use HASHED and SORTED tables.  &lt;/P&gt;&lt;P&gt;In other news FOR ALL ENTRIES has been superceded largely by JOIN.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 11:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556830#M2007248</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2022-03-21T11:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556831#M2007249</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;hope this helps for a better understanding:&lt;/P&gt;&lt;P&gt;SAP imagined the 'Code Inspector' to be more or a less a tool for the developer(s) - to be used and be helpful for them. This maps to tcode SCI, i think.&lt;/P&gt;&lt;P&gt;At some point they reckoned having some process governance atop would be great, for this they planned ATC, which consumes SCI.&lt;/P&gt;&lt;P&gt;These tools work with templates(list, containing possible checks). There are two sources of templates - first one is SAP itself, second one is an Open Source Project like that &lt;A href="https://docs.abapopenchecks.org/" target="test_blank"&gt;https://docs.abapopenchecks.org/&lt;/A&gt; . And, also, you can implement your own custom checks.&lt;/P&gt;&lt;P&gt;SAP provides them with every new or different release of Netweaver( ABAP Platform).&lt;/P&gt;&lt;P&gt;You are basically asking if the standard checks on Netweaver 730 contain one for usage of the technique of parallel cursor. I am looking at a 756 system currently and i don't see a check exactly for this case. I would search in the Performance Checks folder, in SCI.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 12:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556831#M2007249</guid>
      <dc:creator>former_member660513</dc:creator>
      <dc:date>2022-03-21T12:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556832#M2007250</link>
      <description>&lt;P&gt;(deleted)&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 06:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556832#M2007250</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2025-04-05T06:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556833#M2007251</link>
      <description>&lt;P&gt;sure Sandra. Will remember in future. &lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 13:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556833#M2007251</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2022-03-21T13:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556834#M2007252</link>
      <description>&lt;P&gt;Dear Sandra &amp;amp; Matthew,&lt;/P&gt;&lt;P&gt;I am really thankful for replying.&lt;/P&gt;&lt;P&gt;Can you kindly help with how I can eliminate Custom include or custom function modules used in the past from the new code? I cant use "Baseline" as am on lower version.SOmehow the filter button in the code inspector tool bar is not working.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 09:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556834#M2007252</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2022-03-23T09:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector: Parallel curser and sort table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556835#M2007253</link>
      <description>&lt;P&gt;Hi Georgi,&lt;/P&gt;&lt;P&gt;I am really thankful for replying.&lt;/P&gt;&lt;P&gt;Can you kindly help with how can I eliminate Custom include or custom function modules used in the past from the new code? I cant use "Baseline" of ATC as am on lower version. Some how the filter button in the code inspector tool bar is not working.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 10:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-parallel-curser-and-sort-table/m-p/12556835#M2007253</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2022-03-23T10:02:22Z</dc:date>
    </item>
  </channel>
</rss>

