Application Development 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: 

Module Pool screen-Maximum number of internal sessions reached

Former Member
0 Kudos

Dear Experts,

I have created a module pool program where i have called around 10 screens based on the requirement. Now when i frequently go from one screen to another , after some time i get an error "Maximum Number of internal sessions reached".

To call any screen i have written code like:

Call Screen 'XXXX'.

Leave screen.

Please let me know how to resolve this issue as i am making the screen free also when calling other screen.

1 ACCEPTED SOLUTION

karun_prabhu
Active Contributor
0 Kudos

Hello Prachi Gupta.

     For calling the first screen alone, use CALL SCREEN yyyy and for the subsequent calls, use LEAVE TO SCREEN xxxx.

Regards.

1 REPLY 1

karun_prabhu
Active Contributor
0 Kudos

Hello Prachi Gupta.

     For calling the first screen alone, use CALL SCREEN yyyy and for the subsequent calls, use LEAVE TO SCREEN xxxx.

Regards.