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 controle

Former Member
0 Likes
353

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

2 REPLIES 2
Read only

gerd_rother
Active Participant
0 Likes
330

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

Read only

Former Member
0 Likes
330

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.