2010 Jan 02 5:20 AM
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.
2010 Jan 02 6:49 AM
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
2010 Jan 02 7:11 AM
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.
2010 Jan 02 7:34 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |