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: 

ALV OO - Standard filter function does not raise USER_COMMAND event

Former Member
0 Kudos

Hi,

I have written a standard ALV using the OO methods. When the list is displayed to the user, it is possible for the user to filter the results using the standard filter button that is included in the standard toolbar.

The ALV is initially displayed with a heading showing the number of log entries displayed in the list. However, when the user filters the data, I need to be able to refresh the number of entries shown in the heading line.

However, the standard function code &FILTER which is assigned to the filter button does not seem to raise any event that can be used for this purpose.

Does anyone know how to trap the fact the user has selected "filter" in ALV OO so I can the refresh the ALV heading ?

Also, which method can I utilise to update the ALV heading only ?

Cheers

Colin.

1 REPLY 1

Former Member
0 Kudos

what about AFTER_USER_COMMAND? in one of my developments it triggers before_user_command