‎2007 Oct 23 9:09 PM
I want to code Filter functionality on my table control....myself.... does anyone did this before...if so please help me how to do that....the filter functionality should work the same way as filter in ALV Grid...
‎2007 Oct 23 9:47 PM
Hi,
I am afraid you can not have filter functionality (ALV Grid) in table control.
You can perform sorting, inserting, deleting, copying and refreshing data functionality but not selecting column to be displayed and filtering data.
Please check demo program RSDEMO02 for table control property demo.
Regards,
Ferry Lianto
‎2007 Oct 23 9:15 PM
Rather than ask the same question over and over again, please just bump the earlier one up by editing it. This reduces duplicate posts.
Are you trying to filter by columns or rows?
Rob
‎2007 Oct 23 9:17 PM
sorry for posting same question......
the filter functionality i am looking is the one same in ALV where we can choose your own columns.. give select criteria and display data.......
‎2007 Oct 23 9:22 PM
Hi,
Try using the function module LVC_FILTER_FROM_KKBLO. which standard sap calls this function module for filtering
Thanks
Naren
‎2007 Oct 23 9:47 PM
Hi,
I am afraid you can not have filter functionality (ALV Grid) in table control.
You can perform sorting, inserting, deleting, copying and refreshing data functionality but not selecting column to be displayed and filtering data.
Please check demo program RSDEMO02 for table control property demo.
Regards,
Ferry Lianto