cancel
Showing results for 
Search instead for 
Did you mean: 

filterValue on DATS and CUKY fields

Former Member
0 Kudos

Hi all,

I have a web dynpro app. with a Table element with several TableColumns. I have implemented filter methods for this Table element using IF_WD_TABLE_METHOD_HNDL~APPLY_FILTER.

The filter works fine if I set a filterValue on CHAR and NUMC fields only. If I set a filterValue on a DATS or CUKY field however, all table entries dissapear at the moment I apply the filter.

Any suggestions?

Thanks and regards,

Patrick Angevare

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved. Filtervalues have to be of type CHAR or STRING.

Former Member
0 Kudos

Try debugging and check which value you are passing to the filters