cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to Mail Scenario ( attachment zipping file and checksum )

JuanManuelC
Explorer
0 Kudos
188

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?

View Entire Topic
anupam_ghosh2
Active Contributor
0 Kudos

Hi jmcontreras75,

This should be a file to mail scenario in ideal case.

First read file content in java mapping and create checksum as per this thread.

The java mapping will then convert the contents of the file into a zip file.

The zipped file content needs to be added as attachment and the checksum can be added on subject of the email.

Regards

Anupam