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

Module Pool Nested Screen Error

Former Member
0 Likes
448

Hi All,

I have 6 screens in my APP. I have used Set Screen 0 then call screen XXX to set another screen. However after certain usage it gives me an error stating 'You requested two many consecutive nested call screen'.

Can anybody help me on this.

Thankx in Adv.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
412

Yep, there is a limit to the number of screens that can be called, you may want to remove the calls and try to use the LEAVE TO SCREEN statement,.

Regards,

Rich Heilman

Read only

abdul_hakim
Active Contributor
0 Likes
412

Hi,

there is a limit for the no.of.screens which will be added to the stack during the call.so use LEAVE TO SCREEN.

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
412

Hi Sanjay,

As You Set the Screen as 0. The below that just give levae screen So that from the screen from which u r leaving out is closed... so that u can have some restricted number of screens in used. At that time u will not be given any run time error. ok

All the best.

Murthy