Hello,
I'm using FM VIEW_MAINTENANCE_CALL, I have some filters that work ok, but I have a problem when I try to filter from a date field. Because even some records should be returned, the final search is empty.
I fill the structure (for the table vimsellist) in this way:
ls_filtro-viewfield = 'FEC_ULT_ACT'.
ls_filtro-and_or = 'AND'.
ls_filtro-operator = 'EQ'.
ls_filtro-value = s_fecha-low.
When I filter with another type of field different of date, I get the expected result.
Thanks in advance.