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: 

How to fix Height of the block in Blocked ALV's

0 Kudos

Hi,

I am using reuse_alv_block_list_display in which i am appending 12 ALV's for which i want to fix the height of the Each ALV so please suggest me how to fix the height of ALV.

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

i don't think there is a option for it. But using OO ALV you can set the height for each Grid and show all of them. you can scroll bars for each grid.

0 Kudos

how can i present 12 ALVS in one container like Blocked ALV's.

0 Kudos

one container you split into 12 parts using the SPLITTERCONTAINER(CL_GUI_SPLITTER_CONTAINER)

columns 1, rows 12.

for each row you assign one Grid, so that you can show 12 grids in one container, with different parts.

Former Member
0 Kudos

Hi

Use above fm ..

Thanks & Regards,

Laxmi.

Edited by: lakshmi matti on Dec 9, 2008 12:08 PM