cancel
Showing results for 
Search instead for 
Did you mean: 

WD Table UI filter - Cell variants

Former Member
0 Kudos

Hi,

I am using cell variants in my table. When I am trying to filter the table columns, its not giving me the correct values.

I have used the standard filter method " WD_THIS->TABLE_CONTROL->APPLY_FILTER( )".


Does this standard method cannot work for Cell variants?


Also if we have any custom code snippet to achieve this would be great.


Could anyone please help me on this.


Thanks,

Sathishkumar GS

Accepted Solutions (0)

Answers (1)

Answers (1)

harsha_jalakam
Active Contributor
0 Kudos

Hi Sathish,

Please check the following link, 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3084c47d-ed7e-2e10-6e9b-9667de6da...

I think it can be achieved through normal table UI too.

Regards,

Harsha

Former Member
0 Kudos

Hi Harsha,

This links explains cell variants for ALV table.

But mine is normal WD table UI. Also my issue is filter feature is not working if I use cell vairants.

That s reason I am trying to write manual code for Filter.

Does any one have done this already, Please assist.

Thanks,

Sathishkumar GS

Former Member
0 Kudos

Now I am able to read the value form the filter manually. Any idea for manual filter code would be appreciated. !!!