I tried to delete line from it_filter_select_options but don't know how. Is there any method to do that?
My URI passes the value in filter but sometimes in some specific conditions I don't want to filter with it, but at the same time I want to filter with others values.
if foo = 'xyz'.
delete it_filter_select_options where property = 'foo'.
call method /iwbep/cl_mgw_data_util=>filtering
exporting
it_select_options = it_filter_select_options
changing
ct_data = et_entityset.
endif.
gives this syntax error at line delete it_filter_select_options where property = 'foo'.:
field can't be changed