Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Slow Execution

Former Member
0 Likes
728

Dear All,

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.

" CALL SCREEN '0200'. "

Previously it was working fine, but after a change request, execution almost comes to an halt on this specific line.

Please suggest.

Regards,

Varun

5 REPLIES 5
Read only

SureshRa
Active Participant
0 Likes
612

Hi Varun Chopra,

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.

Since you have not given further details of your problem, I assume there is no run-time error when calling screen 200.

Regards

Suresh

Read only

Former Member
0 Likes
612

Dear Suresh,

I didn't got any error, just the time out.

I tried to debug, but the executions stops at the CALL SCREEN.

The control doesn't even flows to the PBO of the screen.

This screen has a table control which has a 15-20 columns to which I have added 2 more columns.

Is it because of this modif. ?

I'm not able to understand why its stops the execution at CALL SCREEN.

Regards,

Varun

Read only

0 Likes
612

Hi Varun,

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.

Happy debugging on Sunday

Cheers

Suresh

Read only

Former Member
0 Likes
612

Dear Suresh,

The first thing I checked was the screen activation, it was active.

I did activate system debugging, but the cursor just doesn't moves from the line.

Please Help, just don't know how to go about on it.

Regards,

Varun

Read only

Former Member
0 Likes
612

Hi,

Guys, please help me out. I'm not able to get any solution for the same.

Regards,

Varun