Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

VIEW_MAINTENANCE_CALL filter dates

Former Member
0 Likes
2,532

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.

1 ACCEPTED SOLUTION
Read only

former_member182371
Active Contributor
0 Likes
1,159

Hi,

try this one:

Bestb regards.

4 REPLIES 4
Read only

former_member182371
Active Contributor
0 Likes
1,159

Hi,

have a look at this thread:

Best regards.

Read only

Former Member
0 Likes
1,159

But the problem is only when I'm filtering dates, in the other cases it works correctly.

Read only

former_member182371
Active Contributor
0 Likes
1,160

Hi,

try this one:

Bestb regards.

Read only

Former Member
0 Likes
1,159

Thank you very much Pablo, you have solved my problem!!