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 options in Table Control in Module pool program

sanjeev_mishra_15aug
Active Participant
0 Likes
2,940

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,144

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,145

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

Read only

0 Likes
2,144

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.

Read only

0 Likes
2,144

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.

Read only

0 Likes
2,144

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.

Read only

0 Likes
2,144

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

Read only

0 Likes
2,144

Nice joke......