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: 

ALV GRID DISPLAY: FILTER ISSUE

Former Member
0 Kudos

Hi All.

In the OOALV Grid display,My set filter button is enabled and the delete button is siabled.Howto enable this button?

I am displaying My ALV List (50 Records) and I am filtering those contents on some condition (20 Records).

In these 20 records ,i am deleting 5 records . (15 records).

Now if I remove the filter,it should dispaly me (15 + 30 = 45 Records ) But is just displaying the 15 records.

Since the delete filter button is standard one,any statements under it are not executing.

How to resolve this issue ? Please point at it.

I am making use of the method GET_FILTERED_ENTRIES .

Any pointers will be helpful.

Regards,

SSR.

2 REPLIES 2

Former Member
0 Kudos

Hi,

I guess you have to use refresh_table_display after clearing the filter.

--

Regards-

Gagan Kumar

Former Member
0 Kudos

Hi ,

Try using the GET_FILTERED_CRITERIA

use set filtered criterial and call the ALV or use refresh_table_display.

Please reward is useful.