Hi,
I have a screen with a tabcontrol. I want make this tabcontrol invisible while some condition are met.
I tried this code in PBO and in module tabcontrol_change_field_attr. But it didn't work :
if my condition.
loop at screen.
screen-invisible = '1'.
endloop.
endif.
Can you make tabcontrol invisible?
Thanks,
Widad