Skip to Content
0
Dec 09, 2022 at 03:07 PM

RFC to Mail Scenario ( attachment zipping file and checksum )

108 Views

Hello experts,

I am asked to develop a process in PO 7.5 (sp25) that will mail a file for which PO should generate its checksum, compact it, and send it to a recipient via email.

I will expose the structure of the file through a proxy next to ABAP (S4 Hana), so that the developer can inject the complete information of the file through the structure (plain text), and the PO will have to compact it and attach it as an attachment by mail.

Do you have any tips you can give me or any documents you can share to see how to calculate the checksum and how to send the (zipped) file as an email attachment?