cancel
Showing results for 
Search instead for 
Did you mean: 

File Archive Thru File Adapter

Former Member
0 Kudos

Hi,

I am using File adapter to pick a file from File Server by File Adapter . I want to ARCHIVE that file to MORE THAN ONE LOCATIONS again on file server after file adapter picks up that file for processing.

I am able to do the archiving to one location , but how to archive it to more than one location?

Can somebody give me a solution?

Thanks,

Pushpendra Srivastava

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The only real option is to use an operating system command in the adapter config. It is called only for files that have been processed successfully. You can refer to the file using the %F parameter.

See on line help: http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm

I have done similar things using an executable jar file with no problems.

Doing this in a custom java module (user exit) could cause problems if the processing of the file was to fail.

Regards,

Jason