Skip to Content
0
Former Member
Feb 25, 2007 at 02:45 PM

Column Filter in Table Control (NOT ALV)

261 Views

Hi Team,

I have column filter available in my table control. This is for Web Dynpro ABAP and we are not using ALV. I was trying to code the onFilter event on the table and it looks like I have to keep a duplicate copy of my original table, so that I don't loose the values after filtering the table.

Is this correct? Is there a better way of coding the Filter function? I'm not convinced of keeping a copy because it can result in bad performance due to memory consumption. Does someone has an example of coding for "onFilter" event? Please guide and help.

Thanks for your help. Points will be awarded for solutions.