2016 Jun 20 12:19 PM
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.
2016 Jun 20 12:52 PM
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).
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.
2016 Jun 20 12:52 PM
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).
2016 Jun 21 10:28 AM
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.
2016 Jun 21 11:04 AM
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.
2016 Jun 22 1:31 PM
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.
2016 Jun 22 2:18 PM
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).
2016 Jun 23 5:45 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |