Hi,
i´m using fm BBP_PD_SC_LISTSEL.
For table IT_ITEM_CUF_SEARCH i do:
CLEAR: st_cuf_search, it_cuf_search. REFRESH it_cuf_search. st_cuf_search-fieldname = 'ZFIELD'. st_cuf_search-value = 'SCO'. APPEND st_cuf_search TO it_cuf_search.
is it possible to add two values for the same ZFIELD?
e.g. 'SCO' and 'SCP'.
if so, How?
Best regards.