You'll need to add some code inside a "at selection-screen output." event - something like:
loop at screen.
if screen-name cs '%LAYOUT'.
screen-active = '0'.
modify screen.
endif.
endloop.
Jonathan
You'll need to add some code inside a "at selection-screen output." event - something like:
loop at screen.
if screen-name cs '%LAYOUT'.
screen-active = '0'.
modify screen.
endif.
endloop.
Jonathan