Application Development and Automation 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: 
Read only

How to decrease (control) the height of ALV grid header?

Former Member
0 Likes
1,009

Hi,

I am using ALV grid and am displaying some data in the ALV header. (REUSE_ALV_GRID_DISPLAY)

I am displaying about 10 lines in ALV header and hence the height of the ALV header increases to a great extent.

I want to decrease the size of the header. How can I do this?

Please help.

Thanks.

1 ACCEPTED SOLUTION
Read only

dev_parbutteea
Active Contributor
0 Likes
555

Hi ,

Use the following parameters in FM REUSE_ALV_GRID_DISPLAY:

> I_HTML_HEIGHT_TOP --> height of header

> I_HTML_HEIGHT_END --> height of footer

Regards.

Edited by: Dev Parbutteea on Mar 16, 2009 5:56 AM

2 REPLIES 2
Read only

viquar_iqbal
Active Contributor
0 Likes
555

Hi

try using this REUSE_ALV_GRID_DISPLAY_LVC

Hope this helps!

Viquar Iqbal

Read only

dev_parbutteea
Active Contributor
0 Likes
556

Hi ,

Use the following parameters in FM REUSE_ALV_GRID_DISPLAY:

> I_HTML_HEIGHT_TOP --> height of header

> I_HTML_HEIGHT_END --> height of footer

Regards.

Edited by: Dev Parbutteea on Mar 16, 2009 5:56 AM