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

Deactivate input fields in a screen in Dynpro

former_member308418
Participant
0 Likes
819

Hi,

I have 4 tabs in a screen and all the tabs contain same fields. I want to deactivate 3 tabs whenever 1 tab is activated. I will give some input say sales org number in the 1st screen & depending on this, corresponding tab will be activated. Please tell me how i can do this.

Thanks,

Best regards,

Tania.

3 REPLIES 3
Read only

Former Member
0 Likes
669

HI

In PBO module of the screen code the line accroding to the filed..

maintain a field under a group.

loop at screen.

if screen-group1 'G1'.

screen-active '0'.

or

screen-output '1'.

endif.

modify screen.

endloop.

thanks

anurag

Read only

0 Likes
669

Hi,

Thanks a lot for your reply. But i m very much new in dynpro. Please tell me in brief how to maintain a field under a group. My field is VBAK-VKORG. If i give some input here then corresponding tab will be activated.

Thanks,

Tania.

Read only

Former Member