‎2008 Jul 17 12:09 PM
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.
‎2008 Jul 18 7:50 AM
‎2008 Jul 17 12:18 PM
‎2008 Jul 18 7:42 AM
But the problem is only when I'm filtering dates, in the other cases it works correctly.
‎2008 Jul 18 7:50 AM
‎2008 Jul 18 8:27 AM