Hello,
Currently when using the ALV table component, its possible to trigger the filter by using the standard filter input line, entering a value and pressing <ENTER>.
However, now we have bound some fixed valuesets to a couple of fields in the table and changed the cell editor of those columns to dropdown by key. As a result, the filter line for these columns also changes to dropdown by key, limited to those fixed values. This is a nice feature however selecting a value in the dropdown does not seem to trigger an action to the back-end.
When the user selects a value nothing happens untill he presses the "filter-button" or triggers the filter function from another input field.
Is it somehow possible to intercept the fact that the user has selected a value in the dropdown, or that he pressed enter while the dropdown is still highlighted ? In this way we could explicitly call the filter function when we catch the user selection.
Thanks in advance.
Best regards