on 2025 Apr 08 10:32 AM
Dear ALl,
I am getting dump ABAP Dump LIST_TOO_MANY_LPROS at line MODIFY SCREEN..
Code as below:
LOOP AT SCREEN.
IF screen-name = '%#AUTOTEXT005'. "Sdeshpan
screen-invisible = ' '. "Visisble NXT
screen-active = '1'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
Kindly help,
Regards.
Request clarification before answering.
You can find the solution with an internet search.
Where possible use "LEAVE TO SCREEN ..." instead of "CALL SCREEN ..." in your programs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.