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: 

Runtime Error LIST_TOO_MANY_LPROS

Former Member
0 Kudos

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

3 REPLIES 3

nkr1shna
Contributor
0 Kudos

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

Former Member
0 Kudos

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..?

Former Member
0 Kudos

Hello -

Maybe this trend might help : http://scn.sap.com/thread/3238415