hi
i have some 15 select options in my screen.
in my report i want to hide some select options depending on some condition.
i have done this in at selection screen output.
for making the other select-options invisible.
i am using
loop at screen.
screen-invible = 1.
screen-active = 0.
modify screen.
endloop.
can you tell me any other way to make the select-options invisible other the 'no display' and the above logic.
Thanks in advance.