Skip to Content
0
Former Member
Jun 26, 2009 at 06:53 AM

Header in ALV report

28 Views

Hi All,

I am using CALL METHOD grid1->set_table_for_first_display, to display the output. But i am getting only one line as titile, but my requirement is to have three lines as the title. I have to use this method only. Cant use other methods as i have the entire data in <gt_table> fieldsymbol and the entire dynamic table header in gt_fieldcat. Pls let me know how to handle this.

CALL METHOD grid1->set_table_for_first_display

EXPORTING

is_layout = gs_layout

CHANGING

it_fieldcatalog = gt_fieldcat

it_outtab = <gt_table>.

Thanks,

Raju