Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

over writing existing data

Former Member
0 Likes
396

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.

2 REPLIES 2
Read only

Former Member
0 Likes
378

I would download to two different files - it's different data.

Rob

Read only

Former Member
0 Likes
378

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