Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

tabview

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

it should be validated at field level

think that ur having f1 f2 f3 as fields in tab1 of tabview.

loop at screen.

if screen-name eq 'F1'.

screen-active = 0.

endif.

modify screen.

endloop.

2 REPLIES 2

Former Member
0 Kudos

it should be validated at field level

think that ur having f1 f2 f3 as fields in tab1 of tabview.

loop at screen.

if screen-name eq 'F1'.

screen-active = 0.

endif.

modify screen.

endloop.

0 Kudos

unfortunately... i dont have fields like f1 f2 but alv displayed in the tabs