‎2007 Jul 05 2:57 PM
Hi gurus,
I am using two GUI_download,
The first one uploads the header of the table and the second one uploads the required data under those lables.
now when the first gui_download executes, the header is downloaded.
when the second gui_download executes, the data over writes the header data already present.
IN THE SECOND GUI_DOWNLOAD I AM USING APPEND = 'X'.
PlEASE HELP.
‎2007 Jul 05 3:04 PM
I would download to two different files - it's different data.
Rob
‎2007 Jul 05 3:05 PM
instead of using it twice , just call the same FM GUI_DOWNLOAD twice using PERFORM and passing different tables each time and with APPEND = 'X'.