Application Development and Automation 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: 
Read only

Runtime Error LIST_TOO_MANY_LPROS

Former Member
0 Likes
1,440

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
Read only

Former Member
0 Likes
696

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

[email protected]

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

3 REPLIES 3
Read only

Former Member
0 Likes
697

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

[email protected]

Read only

0 Likes
696

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

Read only

Former Member
0 Likes
696

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