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

SCREEN DISABLING

Former Member
0 Likes
327

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

2 REPLIES 2
Read only

Former Member
0 Likes
307

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

Read only

0 Likes
307

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