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

Filter Functionality in Table control

SG141
Active Participant
0 Likes
2,741

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...

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
1,224

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,224

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

Read only

SG141
Active Participant
0 Likes
1,224

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.......

Read only

Former Member
0 Likes
1,224

Hi,

Try using the function module LVC_FILTER_FROM_KKBLO. which standard sap calls this function module for filtering

Thanks

Naren

Read only

ferry_lianto
Active Contributor
0 Likes
1,225

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