Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Increase the Height of the ROWS in an ALV output using CL_GUI_ALV_GRID

former_member311223
Participant
0 Kudos
751

Hi Experts,

I have a requirement of increasing the HEIGHT of the ROWS in an ALV output.

Now the output shows the default Height, but as per pour requirement we need to increase the HEIGHT as well.

Can you kindly share some solutions or sample code to increase the height of the Rows in the ALV output. I am attaching the current output screen shot below

1 REPLY 1

Sandra_Rossi
Active Contributor
248

The ALV grid control (CL_GUI_ALV_GRID) doesn't propose this feature. The closest thing you can do with this control is to have several rows and merge cells vertically but it's not an official feature (search web for words ALV grid MERGEVERT).

Another solution, which seems the most adequate based on what I see from your screenshot, is to use the HTML Viewer control (CL_GUI_HTML_VIEWER). Search the web too for examples/demo programs.