on 2022 Dec 09 3:07 PM
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.