<?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: Work Process stuck in sequential search in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069164#M1969928</link>
    <description>&lt;P&gt;With Oracle systems, I usually look at the shared cursor cache in ST04, select all statements about DFKKOP, it shows even the ones which are currently running, refresh to make sure which DFKKOP request corresponds to yours (probably yours reads intensively)... If so, it's probably the culprit and you may analyze its execution plan (what index and what strategy it's using, etc., compare with the one in production). Based on your analysis, some solutions can be the calculation of statistics, creation of missing indexes... Note that you also have a button to reach the corresponding ABAP code.&lt;/P&gt;&lt;P&gt;The difference with the production system is also maybe due to the volume of data which is processed and a slowest disk, RAM or CPU. Here, no other solution than reducing the volume processed, or just wait.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2019 13:40:07 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-11-01T13:40:07Z</dc:date>
    <item>
      <title>Work Process stuck in sequential search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069161#M1969925</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
  &lt;P&gt;We are running a program in background in pre-production system(Data for this system is refreshed just last week) and i is taking very long.When i look in SM50 i can see a work process stuck 'Sequential Read of DB DFKKOP'.&lt;/P&gt;
  &lt;P&gt;But the same program runs fine in production without any issues.&lt;/P&gt;
  &lt;P&gt;Can anyone give a hint or suggestion what could be the issue.&lt;/P&gt;
  &lt;P&gt;Cheers,&lt;/P&gt;
  &lt;P&gt;Anjana Rao&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 16:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069161#M1969925</guid>
      <dc:creator>former_member608976</dc:creator>
      <dc:date>2019-10-31T16:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process stuck in sequential search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069162#M1969926</link>
      <description>&lt;P&gt;Hi Anjana,&lt;/P&gt;&lt;P&gt;Rather than hit  &amp;amp; trial, please use new debugger feature effectively. This blog post has exact use case. I hope this helps:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2019/10/10/abap-debugger-scripting-my-first-real-use/"&gt;https://blogs.sap.com/2019/10/10/abap-debugger-scripting-my-first-real-use/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;GK&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 06:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069162#M1969926</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2019-11-01T06:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process stuck in sequential search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069163#M1969927</link>
      <description>&lt;P&gt;what is your database ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 07:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069163#M1969927</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-01T07:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process stuck in sequential search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069164#M1969928</link>
      <description>&lt;P&gt;With Oracle systems, I usually look at the shared cursor cache in ST04, select all statements about DFKKOP, it shows even the ones which are currently running, refresh to make sure which DFKKOP request corresponds to yours (probably yours reads intensively)... If so, it's probably the culprit and you may analyze its execution plan (what index and what strategy it's using, etc., compare with the one in production). Based on your analysis, some solutions can be the calculation of statistics, creation of missing indexes... Note that you also have a button to reach the corresponding ABAP code.&lt;/P&gt;&lt;P&gt;The difference with the production system is also maybe due to the volume of data which is processed and a slowest disk, RAM or CPU. Here, no other solution than reducing the volume processed, or just wait.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 13:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069164#M1969928</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-01T13:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process stuck in sequential search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069165#M1969929</link>
      <description>&lt;P&gt;Could be due to poor index quality in Oracle database. To rebuild it it is RSANAORA, but I cannot remember the program to calculate the quality (you could find it in db02_old transaction)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 13:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069165#M1969929</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-01T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process stuck in sequential search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069166#M1969930</link>
      <description>&lt;P&gt;Moderator : I want to accept Sandra rossi comment... this helped me a lot.. can not find accept under her response.. can you help&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 10:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069166#M1969930</guid>
      <dc:creator>former_member608976</dc:creator>
      <dc:date>2019-11-04T10:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process stuck in sequential search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069167#M1969931</link>
      <description>&lt;P&gt;It requires that I first convert my comment into an answer, then you can accept it. Let me do that.&lt;/P&gt;&lt;P&gt;If you have found a solution (or not), a feedback about the solution is welcome. Note that you may also post your own answer and accept it.&lt;/P&gt;&lt;P&gt;PS: Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 18:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069167#M1969931</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-04T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process stuck in sequential search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069168#M1969932</link>
      <description>&lt;P&gt;Thanks Sandra.. This helped me identify indexes being used and see time difference between 2 systems to fetch records.. Although i am still in process of exact solution to help me identify issue in pre-production.. this was very helpful&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process-stuck-in-sequential-search/m-p/12069168#M1969932</guid>
      <dc:creator>former_member608976</dc:creator>
      <dc:date>2019-11-05T09:50:21Z</dc:date>
    </item>
  </channel>
</rss>

