Skip to Content
0
Former Member
Apr 09, 2009 at 03:41 AM

How to specify height for header in ALV ?

4029 Views

Hello All,

I am using class CL_SALV_TABLE to display ALV using OOP. I am displaying a header on top of the ALV as follows:-

PERFORM create_top_of_list CHANGING lrc_grid.

grc_table->set_top_of_list( lrc_grid ).

where, lrc_grid TYPE REF TO cl_salv_form_layout_grid.

The problem is when I add more data to the top-of-page, it takes up the entire screen area and ALV is pushed down.

How can I specify height for the header (top-of-page), possibly some static value for height ?

Regards,

Ashish