cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro ALV grid format

Former Member
0 Kudos

Hi,

I have a web dynpro alv table that has many columns (about 20) I would like it to be displayed so that the user does not have to scroll right to see all the data.

at the moment columns:

col1 col2 col3 ......col19 col20

i would like the second half of the table under the 1sta half:

col1 col2 col3...col9 col10

col11 col12...col19 col20

Is there any way that i can get the table to be split into two or some other nice way to display without scrolling?

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You won't be able to do this with a single ALV. I suppose you could have two ALVs and bind them both to the same context. You wouldn't be able to sync the veritcal scrolling between the the two ALVs however. I'm also not sure how usage this design is from a UI design pattern. I would think the acceptible approach would be to use horizontal scrolling within the ALV. You don't have to make the ALV display all columns at once as this can make your entire page very wide and require using the browser scrolling. Instead consider using the set_scrollable_col_count method.

Answers (0)