cancel
Showing results for 
Search instead for 
Did you mean: 

How to trace the number of nested screen in one session/transcation ?

Former Member
0 Kudos

Dear all,

The dump called 'LIST_TOO_MANY_LPROS' happens in my system again and again.

The cause of the dump is that the number of nested screens has exceeded the limited number (50) in one session/transaction.  It seems that the most recommended solution is to use 'SET SCREEN' or 'LEAVE SCREEN' instead of 'CALL SCREEN' in the program. I'll ask the develops to have a try.

But I still want to do more, investigate deeper. Could anybody tell me how to trace the number of nested screens that have been called in one session/transaction (there must be a place recording the number, I just don't know where), or increase the number of limited nested screens from 50 to a larger number ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

AtulKumarJain
Active Contributor
0 Kudos

Hi Yan,

PLease check

http://scn.sap.com/thread/3273372

Best Regards,

Atul

Former Member
0 Kudos

Thank you, Atul.

But the way to counting the number of nested screens has not been covered in that discussion.

I still don't know how to get the number. I guess it maybe recorded in a table or variable.

Answers (0)