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: 

get filter data form grid

Former Member
0 Kudos
75

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

1 REPLY 1

Former Member
0 Kudos
37

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