Skip to Content
0
Jan 13, 2023 at 04:34 AM

How to avoid multiple scrolls at table levels in ABAP webdynpro. Please help!

92 Views

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.

image.png

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?

image.png

Thanks

Gopal

Attachments

image.png (14.2 kB)
image.png (26.1 kB)