‎2008 Feb 19 7:01 PM
Hi,
I am using Table Controls. Now i want to add Filter functionality( i.e. like filters in ALV grids ). Is it Possible to do that.
If so Plz let me know.
Thanks,
Vijay.
‎2008 Feb 19 7:11 PM
Hi,
You can use OO to create the ALV GRID, which will be like table control..
Check the program BCALV_GRID_EDIT
Thanks
Naren
‎2008 Feb 19 7:30 PM
Hi ,
I am using Table control. is it possible to put filter functionality in Table control.
Thank u
‎2008 May 07 8:48 AM
hi narendra ,
Is it possible to add standard filter function's to a * table control *
‎2008 Feb 21 6:26 AM
Hi,
You can get the fields to be displayed in your Table Control from the dictionary. In such a case, you can always specify the fields you want from the database table.
Else to filter values you have to code appropriate logic in the LOOP......ENDLOOP portion of the PBO of the screen where you attach the Table Control.
Reward if Helpful.
‎2008 May 07 8:46 AM
hi vijay ,
i am having the same problem as yours,
i want to add standard filter function to my table control as they are in alv grid ,
can u please help me out.
Regards
Akash
‎2008 May 07 8:55 AM
Hi,
table control showing rows which are in itab.so delete records from itab which are you don't want to show.
second way is use 2 itab. one is for keep all datas. second one is for keep filltered datas. use second itab in table control.