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