2009 Jun 18 2:45 PM
Hi all,
I have a table control where I managed to implement the
buttons 'sort ascending', 'sort descending' etc. but
I'd like to implement the button 'filter' as well...
anyone any experience with it?
Thanks In advance
2009 Jun 18 3:09 PM
Hi Anjali,
Here you should have 2 Internal Tables of the same structure.
One of them is used in the background where all records exist and the other used for the Table Control. With this, you can display only those records that satisfies the filter condition from the main internal table.
Regards,
Peter
2009 Jun 18 3:09 PM
Hi Anjali,
Here you should have 2 Internal Tables of the same structure.
One of them is used in the background where all records exist and the other used for the Table Control. With this, you can display only those records that satisfies the filter condition from the main internal table.
Regards,
Peter
2009 Jun 18 6:40 PM
Hi Peter,
I got ur point,but is there any option to bring the seleted fields dynamically on the screen and then using the F4 help user select the filter criteria .. just like the way we see in the ALV reports ... selected field opens up in a new window with F4 option ...
2009 Jun 19 7:35 AM
Hi Anjali,
You may take a look at the following sample program for ALV Grid wherein F4 Help is available.
BCALV_GRID_EDIT_DELTA
BCALV_TEST_GRID_F4_HELP
Regards,
Peter