Hi,
I have an scenario where external vendor will send a csv file as attachment in the email which PI needs to pick it up and send it via SFTP to another vendor.
There is no mapping required as only SFTP and PGP encryption is done.
It will be simple file transfer to end client.
From design perspective, is this possible and any scenario examples is appreciated.
Regards
Krish
Hi Krish,
Your scenario sounds very much possible. You might find these two blogs from Shabarish useful for the SFTP/PGP receiver part:
SAP SFTP Adapter: A Quick Walkthrough
PGPEncryption Module: A Simple How to Guide
Also, search SCN for examples of mail to file pass-through scenarios, as this was already widely discussed.
Regards,
Greg
Hi Greg,
I have done the SFTP and PGP part. I need examples for the email attachment sender side only.
Regards
Krish
I believe PayloadSwapBean is what you are looking for ![]()
SAP Help for it:
http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm
http://help.sap.com/saphelp_nw73/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm
And Michal's blog on how to use it in practice with sender mail adapter:
XI: Sender mail adapter - PayloadSwapBean - Step by step
Regards,
Greg