2022 Nov 04 1:47 PM
Hello,
I am solving a problem of incoming emails in SAP Office that contain attachments. It happens that for some emails the attachment/attachments are not visible, even in a SOIN, SCOT transaction. The body of the email is transferred correctly.
Emails arrive at the Exchange server where attachments are still correctly displayed.
However, when transferred from Exchange to SAP and then displayed, the attachment is no longer visible.
FM SO_ATTACHMENT_LIST_READ does not return any attachment for such an email.
The problem seems to occur with emails where the MIME protocol
Content-Type = multipart/alternative is used.
The actual message body is then stored in multiple formats
Content-Type: text/plain; charset=UTF-8
Content-Type: text/html; charset=UTF-8
In the MIME log of such an error message, the attachment section is also visible.
------=_Part_3_170778406.1667467490324
Content-Type: image/jpeg; name=attachment.jpg
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="attachment.jpg"
followed by the binary content of the attachment, in this case the attachment "attachment.jpg".
Error emails are generated from a mobile app (Android, iOS), using AWS.
In truth, now I have no idea how to solve the problem, I assume it should be a setup issue somewhere between Exchange and SAP.
Thank you for any advice...
MD
2024 Jan 04 8:11 AM
Hello Milan,
i've exactly the same problem ...
Do you have a solution for your problem in the meantime?
My next step ist to open a case with Mircrosoft.
Thank you
Thomas