2006 May 22 10:41 AM
to all forum people,
if tick box is set, a single excel sheet file is created in the background on users drive c.When the program is executed, it overwrites the existing file.
regards
murali
to all forum people,
if tick box is set, a single excel sheet file is created in the background on users drive c.When the program is executed, it overwrites the existing file.
regards
murali
2006 May 22 10:44 AM
2006 May 22 10:47 AM
Check the program to see which FM is being used to download the excel file.You have to specify the appending option with the FM.Otherwise it will overwrite the existing file. For example with GUI_DOWNLOAD
with APPEND ,by default, existing local files are overwritten by new versions. If you set APPEND to 'X', the downloaded data is attached to an existing file. If the file does not exist, it is created as a new file.
Otherwise you can make use of CONFIRM_OVERWRITE.If this parameter is set, a file will only be overwritten if there has been a confirmation from the user.
<i>Reward helpful answers</i>
Cheers
Nishanth