hello ppl,
I ahve a problem in my tabview.
i have a screen 100.I have a tabview with 3 tabs on it. I have to switch this screen from display and change mode.
so i have used in the PBO...
loop at screen
LOOP AT SCREEN.
screen-input = 0. or = 1
MODIFY SCREEN.
ENDLOOP.
endloop
unfortunatly.... my tabview always remains in a change mode.....
the loop dose not recognise the tabviw and the subscreens....
can any one solve my problem