Guys.
I need to delete the contents in the ALV Grid (using a checkbox) .I done this with the help of a delete button (newly added) in the toolbar.
I need to delete the contents in the ALV Grid (using a checkbox) also after the filtering is done . I got to know that there is a method called 'GET_FILTERED_ENTRIES' is there to capture the filtered records after the filtering.
But the problem is that its a standard button(So there is a standard Function code ) and If i am giving the same fcode in my usercommand statement ,its not executing further since there was an inbulit logic assocciated with that button.
Where we need to incorporate this method 'GET_FILTERED_ENTRIES' to read the filtered entries and also the further logic?
Or there is any other method exist to sove this problem?
Any Pointers will be highly helpful.