‎2010 May 03 3:15 PM
Hello ,
I have to do some changes on existing transaction (dynpro). The request is to add the filter options on the one of the
collons of the table. The table is created with table controler. I am wondering is that possible or I will have to chanage
table controler against ALV grid .
Thank you
CONTROLS: LRF_WKQU_CTL TYPE TABLEVIEW USING SCREEN 100.
Moderator message: please use a more descriptive subject line next time.
Edited by: Thomas Zloch on May 3, 2010 9:16 PM
‎2010 May 03 4:20 PM
Hi,
With a table control there is no 'built-in' filter mechanism. So you would have to program that on your own: let the user set the filter fields and values (in a self-created popup window) and then remove all lines in the internal table not matching the filter criteria. Of course somehow you have to keep those removed lines elsewhere.
I think switching to ALV would be a better approach.
Regards, Gerd
‎2010 May 03 5:12 PM
HI,
I dont think you can do with columns.
If you want to set filter with in the program yes you can do it with filter options
provided to rows.
What it does is it hides the row that you specified.
Refer to the link for more details about filter.
http://help.sap.com/saphelp_sm32/helpdata/en/16/e6eb40c4f8712ae10000000a155106/content.htm
Regards and Best wishes.