Application Development and Automation 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: 
Read only

UNIQUE oops issue!!

Former Member
0 Likes
322

Guys

This has babmboozled me

I have created an ALV oops application with checkboxes,

When you do select all, it will select all the records

However

Once you have applied a filter and then you do select all it should only select the FILTERED records.

But the logic for select all is that it loops on the entire internal table and ticks the checkboxes internally. I can get the filtered parameters through CALL METHOD g_grid->get_filter_criteria

and try to adjust my output tab but that will be too tedious as the filteration can be dynamic.

Is there any method which cases the current output table on the frontend in its filtered and sorted form????

Appreciate your help

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
306

get_filtered_entries of cl_gui_alv_grid