‎2008 Feb 18 9:02 PM
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
‎2008 Feb 19 2:46 AM