Dear Experts
I have ABAP webdynpro where i have buttons on top and below a table.
The top buttons are in one view (header_vw). The table is in another view (data_vw).
I have 3rd view (main_vw). This has 2 viewcontainers (VC1 and VC2).
header_vw is embedded in VC1 and data_vw in VC2.
The reason for this to make the top button fixed and not get hidden when i scroll the table down.

When I press "Add Row" button it creates a new row at the end and table focus jumps to the last row.
However this displays 2 scrolls making it confusing for the users. How to avoid this so that only one table level scroll is shown and focus goes to the new row?

Thanks
Gopal