cancel
Showing results for 
Search instead for 
Did you mean: 

send payload content as email attachment

Former Member
0 Kudos

Hi all

I have a field in the source structure, the content of this field/tag has to be sent as an email attachment.

Appreciate your help in advance

-Keerthi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Try using a receiver mail adpater, you can send the payload data as attachment.

http://help.sap.com/saphelp_tm60/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm

Thanks,

Pragati

abhay_rajhans2
Contributor
0 Kudos

Hi Kreethika,

One of the way for doing this is call a RFC of ABAP stack "SO_NEW_DOCUMENT_ATT_SEND_API1" from Message mapping.

Pass the data to this function module and also the field as attachment. Which will send the mail to user along with attachment.