2008 Mar 21 9:06 AM
Hi,
Is there event which works like get_filter_entries but returns value of one column which is displayed at grid, and it doesn't use indexes?
Using get_filter_entries I don't get correct indexes after sorting filtered data.
Or is there event which makes sth like refresh on itab (displayed in grid) because after sorting, there are sorted only data which are dispaled (after filtetring) in grid not whole itab?.
Regard,
Joanna
2008 Mar 21 9:18 AM
I dont think there is any other event that works like get_filtered_entries.
have your orginal table in itab.
get a copy of it in itab1. when you sort it, get the sort conditions using method get_sort_criteria and apply it in itab1.
now use the get_filtered_entries.
Hope this helps.
Thanks,
Balaji