Application Development 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: 

Filter options in Table Control in Module pool program

sanjeev_mishra_15aug
Active Participant
0 Kudos

Hi Gurus,

I need to add the filter functionality in a table control in Dialogue Programming.

Plz suggest me d idea.

On SCN I found the use of LVC_TABLE_FILTER.

But since I am asking regarding the module programming so I am confused to use it. In my program nowhere the oops concept has been used.

So Pls suggest me.

Thanks.

Sanjeev.

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

You have to implement everything yourself for "table control" in dynpros. LVC_TABLE_FILTER is for "ALV grid control" technology ("LVC" being related to this technology).

6 REPLIES 6

Sandra_Rossi
Active Contributor
0 Kudos

You have to implement everything yourself for "table control" in dynpros. LVC_TABLE_FILTER is for "ALV grid control" technology ("LVC" being related to this technology).

0 Kudos

Thanks Sandra for your reply,

I resolved my issue by using LVC_FILTER FM.

In this We need to pass the fieldcatalog for the output table manually.

0 Kudos

Be careful, for your next posts, nowhere you said that it was ALV, you just said "table control" which is mainly used for displaying tables in classic dynpro programming.

0 Kudos

Hi Sandra,

Please have a look at the below screenshot which contains the table control only and I have added the filter functionality as I mentioned above. This is not the ALV report.

0 Kudos

Oh sorry. I didn't imagine that LVC_FILTER (I still think it's primarily used for ALV grid) could be reused outside of ALV context. So thanks for the info

I could also see that it's used by ALV list (although it calls directly LVC_FILTER_DIALOG).

0 Kudos

Nice joke......