Application Development and Automation 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: 
Read only

tabview

Former Member
0 Likes
566

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
Read only

Former Member
0 Likes
494

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
Read only

Former Member
0 Likes
495

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.

Read only

0 Likes
494

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