Hi all,
we have the following scenario (modeled in an iFlow)
____Redemption files________
/ \
/ \
Source Interface (sFTP) Target Interface (ABAP Proxy)
\ /
\____Acknowledgement files____/
So basically we pick up two different files from an sFTP host which reside in two directories and process them within one iFlow distinguishing using different operations. We use sFTP adapter's "Advanced Source File Selection" feature for specifying the file name / directory.
This all works well however, I now want to archive the processed files on the sFTP server in a subdirectory "processed" of their respective directory, e.g. a redemption file should go to "redemption/processed" whereas a acknowledgement file should go to "acknowledgement/processed". When activate this via "Advanced --> Archive Files on SFTP Server" there's only a single input field which according to here Configuring the SFTP Sender Channel - SAP Process Integration, secure connectivity add-on Configuration - SAP Library could be also extended with some archive parameters like %FILENAME but I don't think this is usefull to me.
So is there a way, maybe using module parameters or some other archive parameters to achieve this or would I need to artificially separate those two operations to an interface of their own in order to succeed (very much unwanted).
Any help would be great.
Thanks and kind regards
Jens