Hi,
We have a proxy to file scenario. The data is coming from ECC and we have to send it to a target system via SFTP adapter. An attachment will be sent through the ABAP proxy which will contain flat files. So our goal is to somehow send the attachments to the target system and drop it to their SFTP server. I know about the payloadswapbean which can be used in the email adapter. My question is can it be used in the file adapter as well ?
Also, in my scenario should the payloadswapbean reside on the target side i.e on the file adapter ? or on the proxy side ? If it's on the proxy side how do I achieve this - as there is no communication channel for a proxy ?
Any thoughts/ suggestions?
Thanks.