cancel
Showing results for 
Search instead for 
Did you mean: 

Send attachment (jpg) in scenario Mail to Mail

federico_bosnjak
Explorer
0 Kudos

Hi all,

I have a scenario mail to mail (Mail Adapter) with attachments (jpg image). I receive an email that contains a jpg image and I would like to send it by mail too.

The scenario is working fine, but when the jpg image arrives is destroyed.

I'm using the logic of this blog:

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

but, it doesn't work in my scenario (mail adapter).

Plz help me !!!

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

this document is about a jpg scenario file to mail:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6d967fbc-0a01-0010-4fb4-91c6d38c...

Hope it helps.

Regards

Patrick

federico_bosnjak
Explorer
0 Kudos

Thanks Patrick,

I have solved this using a "base64" encoding in my sender mail adapter.

Now I need to assign this attachment to a trx in SAP using abap proxy.

Have you got any examples?

Thanks,