‎2011 Jul 31 8:07 AM
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
‎2011 Jul 31 9:03 AM
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
‎2011 Jul 31 9:13 AM
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
‎2011 Jul 31 9:27 AM
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
‎2011 Aug 01 5:39 AM
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
‎2011 Aug 01 7:01 AM
Hi,
Guys, please help me out. I'm not able to get any solution for the same.
Regards,
Varun