Skip to Content
-2
Jun 11, 2020 at 09:57 AM

how to exclude values in select-options

4812 Views Last edit Jun 11, 2020 at 09:58 AM 2 rev

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.