Hello everyone,
I'm currently in a pickle. We have a custom ALV (CL_SALV_TABLE), with automatic refresh functionality. If I use exclude single values/ exclude ranges, after refresh, these types of filters are treated like select single values / select ranges.
So, if I try to exclude the lines "0" quantity from the ALV, after refresh I get only the lines with zero quantity; hence the exclude filter is treated like a normal select filter.

If I try to manually set the filter after refresh, there is no field which tells me what type of filter it is (Select single value/ Select range/ Exclude single value/ Exclude range).

Anyone has any idea how to overcome this issue? I was even wondering if I can limit the filter to "Select single values" & "Select ranges" without the "Exclude" options but I didn't managed to restrict the filter.
Thanks.