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

Outbound interface: Problem while archiving

Former Member
0 Likes
354

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
298

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

1 REPLY 1
Read only

Former Member
0 Likes
299

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