If you use the method "get_filtered_entries" you get all entries that the standard ALV filter hides.
If you substract the number of entries in this table from your total number of records (i.e. using describe table or similar) you will get your number of displayed entries.
CALL METHOD <ref.var. to
CL_GUI_ALV_GRID>->get_filtered_entries
IMPORTING ET_FILTERED_ENTRIES =
<internal table of type LVC_T_FIDX>.
Add a comment