Hi,
I have a field in the selection screen and currently i am disabling in the code like:
loop at screen.
if screen-name = 'V_GROUP'.
screen-input = 0.
modify screen.
endif.
endloop.
my problem is that if i choose a variant and if it has a value for group then it
overwrites it.
is there any way where i can avoid it?