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.