‎2008 Aug 07 3:25 PM
Hi,
if i hv to disable the screen which i added as sub screen which is having 6 flds from a Z Structure appended to it,
from the structure 'screen',which fld shd i use .
which fld serves this req in screen strc.
pl respond as soon as possible.
thanks,
naresh
‎2008 Aug 07 3:35 PM
Hi naresh,
put those 6 fields you want to disable in a group in the screen painter (se51) say GRP and use the foll.code:
LOOP AT SCREEN.
IF screen-group1 = 'GRP'.
screen-input = '0'.
MODIFY SCREEN .
ENDIF.
ENDLOOP.
Hope this helps you.
Thanks,
Sneha
‎2008 Aug 07 3:39 PM
Hi Sneha,
I checked to keep all of them in a GRP,but the grouping condition is inactive for this case.
But the same grouping condition is active when we are grouping radio buttons.
Kindly help me in this reg.
Thanks,
Naresh