Hello Gurus,
I have defined around 10 I/O fields on a Modal Screen. Now based on certain conditions, some of the fields are made inactive (not to be shown on screen). Now Iif there are only 2 fields to be shown on screen, then I want, the modal screen to adjust to the number of fields displayed and not stay as big as for 10 fields.
loop at screen.
***Certain logic.
IF.....
SCREEN-ACTIVE = '0'.
MODIFY SCREEN.
ENDIF.
endloop.
How can I achieve this ?
Regards,
Rajesh.