‎2008 Nov 12 2:31 PM
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?
‎2008 Nov 12 2:38 PM
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.
‎2008 Nov 12 2:38 PM
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.
‎2008 Nov 12 2:47 PM
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