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>.