I want to exclude some values in select-options.Currently I use a standard select-options.
select-options: s_type FOR bkpf-blart.
If I want to exclude values in s_type, for example 'KF' and 'KI' so that user can't select these two. How to do it? Thx.