‎2007 Apr 18 8:15 AM
Hello
I have a situation where in after successful FTP, the file is moved to arch directory, but the file still exists in comm directory with 0 byte size.
Is there any solution so that this doesn't occur?
‎2007 Apr 25 8:10 AM
Hi,
I guess, for archiving you are using ARCHIVFILE_SERVER_TO_SERVER by exporting source file path (SOURCEPATH) andtarget file path (TARGETPATH) .
after successful archive delete the source file using the function module EPS DELETEFILE by exporting the directory name (DIR_NAME) and the file name (FILE_NAME).
i hope this will help you...
reward if useful...
‎2007 Apr 25 8:10 AM
Hi,
I guess, for archiving you are using ARCHIVFILE_SERVER_TO_SERVER by exporting source file path (SOURCEPATH) andtarget file path (TARGETPATH) .
after successful archive delete the source file using the function module EPS DELETEFILE by exporting the directory name (DIR_NAME) and the file name (FILE_NAME).
i hope this will help you...
reward if useful...