‎2008 Dec 18 8:14 PM
Hi,
I am getting the following runtime error .
Dump:
No further list processing possible.
What happened?
You requested too many consecutive nested call screens.
-
What can you do?
If possible, leave the current screen level before making a further
selection (Back=F3 or Cancel=F12).
Note the actions and input that caused the error.
Inform your SAP system administrator.
You can print out this message by choosing "Print". Transaction ST22
allows you to display and manage termination messages, including keeping
them beyond their normal deletion date.
Error analysis
At present, the maximum permitted number of nested screen levels is
restricted to 50.
I have seen the below link
and even i am using the SET SCREEN scrno
LEAVE SCREEN stmts
but still i am getting the same error when the stack reaches to count 50.
How can i resolve this issue....?
Thanks,
Sara
‎2008 Dec 18 10:11 PM
Hi Sara,
In case you have screen 100 is your first screen, use LEAVE TO SCREEN 0 instead of CALL SCREEN 100. Hope this can resolve your issue.
Let me know if you still have issues with runtime error?.
Best Regards,
Krishna
‎2008 Dec 19 9:13 PM
LEAVE TO SCREEN 'scrno' is not solving my issue.
i have navigation button in my subscreens.
(LEAVE SCREEN or SET SCREEN is not allowed in subscreens).
so, i can't use the LEAVE TO SCREEN stmt.'
is there any other way..?
‎2012 Nov 26 1:06 PM
Hello -
Maybe this trend might help : http://scn.sap.com/thread/3238415