cancel
Showing results for 
Search instead for 
Did you mean: 

SALV - Fetch number of rows selected after using filter

Former Member
0 Kudos

Hello Friends,

I am facing issue in SALV to fetch rows selected. As per scenario user selecting records from checkbox of ALV and again use filter option and select another record.

E.g - User selected 2 records from SALV report , and again he has selected 1 record using filter option.

In this case i am getting only record which is selected from filter option.

code is below -

L_SELECTIONS = O_TABLE->GET_SELECTIONS( ).
I_ROWS = L_SELECTIONS->GET_SELECTED_ROWS( ).

Please help to resolve the issue.

Thanks

Vinayak

Accepted Solutions (0)

Answers (0)