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

group screen fields in module pool

Former Member
0 Likes
2,949

Hi,

I have 3 fields Cost center WBSelement and Internalorder. I want input to be enabled in only one of these fields. What property should I enable in the screen painter to group these?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,216

Hi,

You need to maintain the Group name in the screen painter for each of the fields. enter the same name for all the 3 fields if you want to group them together. then you can change the properties of the screen for this group which then will affect all the elements of that group.

regards,

Advait.

2 REPLIES 2
Read only

Former Member
0 Likes
1,217

Hi,

You need to maintain the Group name in the screen painter for each of the fields. enter the same name for all the 3 fields if you want to group them together. then you can change the properties of the screen for this group which then will affect all the elements of that group.

regards,

Advait.

Read only

Former Member
0 Likes
1,216

if not Cost center is initail.

loop at screen.

if screen-name = WBSelement or screen-name = Internalorder.

screen-active = 0

endif.

endloop.

wirte the cinditions based on field values