Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9236

Re: Excel Download Top of Page

$
0
0

Hi Monica Hu,

 

Remove file type and try

 

 

CALL FUNCTION 'GUI_DOWNLOAD'
     EXPORTING
       filename = 'D:/sflight.xls'
     TABLES
       data_tab = it_header.
   CALL FUNCTION 'GUI_DOWNLOAD'
     EXPORTING
       filename              = 'D:/sflight.xls'
*       filetype              = 'ASC'
       append                = 'X'
       write_field_separator = 'X'
     TABLES
       data_tab              = it_sflight.


Viewing all articles
Browse latest Browse all 9236

Trending Articles