ABAP Runtime Errors

LIST_TOO_MANY_LPROS SAP ABAP Runtime Error list too many lpros







LIST_TOO_MANY_LPROS is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


LIST_TOO_MANY_LPROS ABAP Runtime Error

If possible, unnecessary screens should be suppressed beforehand. Remember that you can also output a list at the same screen level as the details list.

In some cases, it is better to create a new screen level stack by switching to another program or transaction. - Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

No further list processing possible. If possible, leave the current screen level before making a further selection (function Back=F3 or Cancel=F12). Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

At present, the maximum permitted number of nested screen levels is restricted to <runtime parameter>. You requested too many consecutive nested call screens. -