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

Runtime Error LIST_TOO_MANY_LPROS

Hello

Error analysis

At present, the maximum permitted number of nested screen levels is

restricted to 50.

Is there anybody how knows this case.

The error is a case exeption.

Thanks for you help

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Christian

There is a limit on maximum permitted number of nested screen....... and that is correctly 50.

This problem may be caused by too much use of statement

'Call Screen...'

While coding... for going back, try to avoid using call screen, if possible....use leave screen.

Else you can face exception LIST_TOO_MANY_LPROS

Regards

Ashish Jain

ashish.jain@agilesolutions.com

3 REPLIES 3

Former Member
0 Kudos

Hi Christian

There is a limit on maximum permitted number of nested screen....... and that is correctly 50.

This problem may be caused by too much use of statement

'Call Screen...'

While coding... for going back, try to avoid using call screen, if possible....use leave screen.

Else you can face exception LIST_TOO_MANY_LPROS

Regards

Ashish Jain

ashish.jain@agilesolutions.com

0 Kudos

Hi Ashish Jain,

May i know, as an SAP Admin what we have to do to avoid this error? Is it require any parameter entry/ changes ? I am not clear in changing the program/modules.

Can u advice?

Harry - 07845432563

Former Member
0 Kudos

I'm having the same error in my program.

Please tell me how i can change this:

CALL SCREEN 300 STARTING AT 50 10 ENDING AT 85 12.

into "Leave Screen"?

Thanks in advance