cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate to the last page of salv

Former Member
0 Kudos

Hello.

My salv component has many many rows. Only 10 rows are displayed at a time. When user adds new row to the table, I append it to the end. I need a method to navigate to the last page. I know how to set lead selection, and appended row is really selected. But it's not on this page...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

There is a method named as set_first_visible_row, get your element and use it as a parameter to pass to this method

lo_table->IF_SALV_WD_TABLE_SETTINGS~SET_FIRST_VISIBLE_ROW( 4 ).

Regards

Manas Dua

Former Member
0 Kudos

Thank you Manas! You are WD4A guru)))

Answers (0)