hi all,
im uisng the FM GUI_DOWNLOAD,
for getting my data from sap to excel sheet, but wnen im opening the excel sheet, im able to see the records, also i can see the header level for that particular records ,
but i want 1 blank line to be dispalyed after the heading
so plz tell me how can i able to see this.
CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
filename = l_file
filetype = 'DAT'
write_field_separator = '#'
TABLES
data_tab = it_comm_product
fieldnames = t_header.