get_filtered_entries 

Use

Returns a table with all indexes that are currently hidden on the screen using the standard "filter" function.

Features

CALL METHOD <ref.var. to CL_GUI_ALV_GRID>->get_filtered_entries

      IMPORTING
         ET_FILTERED_ENTRIES  
 = <internal table of type LVC_T_FIDX >.

Parameter

Meaning

ET_FILTERED_ENTRIES

Hashed table with one row index for each table row filtered

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID