Skip to Content
0
Former Member
Sep 24, 2008 at 09:25 AM

Downloading data to excel sheet

307 Views

Hi All,

I have data present in internal table <FS>.

when i tried to download it, using FM GUI_DOWNLOAD , i got error as :

"<FS>" is not a "STANDARD TABLE".

Could any body please tell me how can i download the data in excel shet ?

my code is

CALL FUNCTION 'GUI_DOWNLOAD'

EXPORTING

FILENAME = filename

WRITE_FIELD_SEPARATOR = 'X'

TABLES

DATA_TAB = <FS>.