I have an ALV table wherein I have enabled filtering, i.e., the in built automatic filter. Now there is a dropdown in the filterline. I want to capture the values in this filter dropdown (not the dropdown of the corresponding field !) as and when it changes. For this I have specified a predefined ALV event handler called 'ON_STD_FUNCTION_AFTE' which has importing parameters WDEVENT and R_PARAM. But both these attributes do not give me the value which is currently selected in the FILTER DROPDOWN.
How do I get this selected value from the filter dropdown ?
Edited by: Sukanya Mayuri Gogoi on Feb 24, 2009 3:58 PM