<?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: Slow Execution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094391#M1615764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing I checked was the screen activation, it was active.&lt;/P&gt;&lt;P&gt;I did activate system debugging, but the cursor just doesn't moves from the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help, just don't know how to go about on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2011 04:39:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-01T04:39:39Z</dc:date>
    <item>
      <title>Slow Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094387#M1615760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Z Module pool program, where everything is processing at a good speed, but the execution comes to halt at a line, where i'm calling a new screen.&lt;/P&gt;&lt;P&gt;" CALL SCREEN '0200'. "&lt;/P&gt;&lt;P&gt;Previously it was working fine, but after a change request, execution almost comes to an halt on this specific line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 07:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094387#M1615760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-31T07:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094388#M1615761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun Chopra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you call a screen using CALL SCREEN statement, the PBO of called screen is executed before that screen layout is presentted to the user. In your case there should be some infinite loop in one of the PBO modules of screen 200. Please activate a session break point in the first PBO module of your screen 200 and debug to see which block of code causes problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have not given further details of your problem, I assume there is no run-time error when calling screen 200. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 08:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094388#M1615761</guid>
      <dc:creator>SureshRa</dc:creator>
      <dc:date>2011-07-31T08:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094389#M1615762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't got any error, just the time out.&lt;/P&gt;&lt;P&gt;I tried to debug, but the executions stops at the CALL SCREEN.&lt;/P&gt;&lt;P&gt;The control doesn't even flows to the PBO of the screen.&lt;/P&gt;&lt;P&gt;This screen has a table control which has a 15-20 columns to which I have added 2 more columns.&lt;/P&gt;&lt;P&gt;Is it because of this modif. ?&lt;/P&gt;&lt;P&gt;I'm not able to understand why its stops the execution at CALL SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 08:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094389#M1615762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-31T08:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094390#M1615763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you activate your program and screen changes? Enable system debugging and try to figure out the problem. Before that revert your changes (those two additional columns) and see if the program executes without any problem. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy debugging on Sunday &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 08:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094390#M1615763</guid>
      <dc:creator>SureshRa</dc:creator>
      <dc:date>2011-07-31T08:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094391#M1615764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing I checked was the screen activation, it was active.&lt;/P&gt;&lt;P&gt;I did activate system debugging, but the cursor just doesn't moves from the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help, just don't know how to go about on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 04:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094391#M1615764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-01T04:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094392#M1615765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guys, please help me out. I'm not able to get any solution for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 06:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-execution/m-p/8094392#M1615765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-01T06:01:42Z</dc:date>
    </item>
  </channel>
</rss>

