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.