Hi all
I have an ALV in my ABAP web-dynpro. For this alv i would like to set the visible rows at the same number as there are rows in the internal table which is the supplier for the ALV.
In the TABLE component of the WEBDYNPRO you have a visible property who is controlling this.
I saw that for the ALV you had the same. Of the class IF_SALV_WD_TABLE_SETTINGS there is a method SET_VISIBLE_ROW_COUNT. So i thought this is the one where i can control it.
So when the table has 10 rows, 10 rows will be displayedon the screen and when the table has 20 rows, 20 rows will be displayed on the screen.
But this is not the case.
Is there something i forget?
Kind regards,
Anton Pierhagen