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