‎2009 Mar 13 2:45 PM
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.
‎2009 Mar 16 4:55 AM
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
‎2009 Mar 16 4:36 AM
Hi
try using this REUSE_ALV_GRID_DISPLAY_LVC
Hope this helps!
Viquar Iqbal
‎2009 Mar 16 4:55 AM
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