Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table controls

Former Member
0 Likes
586

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.

6 REPLIES 6
Read only

Former Member
0 Likes
567

Hi,

You can use OO to create the ALV GRID, which will be like table control..

Check the program BCALV_GRID_EDIT

Thanks

Naren

Read only

0 Likes
567

Hi ,

I am using Table control. is it possible to put filter functionality in Table control.

Thank u

Read only

0 Likes
567

hi narendra ,

Is it possible to add standard filter function's to a * table control *

Read only

Former Member
0 Likes
567

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.

Read only

Former Member
0 Likes
567

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

Read only

Former Member
0 Likes
567

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.