cancel
Showing results for 
Search instead for 
Did you mean: 

Mail adapter payload as body text

Former Member
0 Kudos

Hi gurus,

we would like to send the message payload in Mail body to our customer.

Can some one please guide or suggest me the steps.

Kind Regards,
Peter

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Chk this article:

http://tleterme.developpez.com/bw/how/HowTo_Mail_Adapter2.pdf

to send the message payload in mail body you have to use parameter "ContentDisposition = inline" of the message transform bean module...

you can refer this article also:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0a27c01-26b0-2c10-bd8a-94498efa7...

Thanks

Amit Srivastava

Former Member
0 Kudos

that is simple by susing message protocal is XiPAYLOAD in mail adapter .

  • XIPAYLOAD

The payload of the XI message is used to create the mail message.

If the payload is in mail package format, the header information is also used for the e-mail.

If mail package format is not used, the header information is obtained from the adapter configuration described below.

pls refer below link:

http://saptrainingsonline.com/sap-xi-pi-tutorials/configuring-the-receiver-mail-adapter-in-sap-xi-pi...

former_member184681
Active Contributor
0 Kudos

Hi Peter,

It's a standard feature of mail receiver adapter. Simply use the Message Protocol: XIPAYLOAD in the receiver communication channel. Refer to SAP Help here for more details:
http://help.sap.com/saphelp_nwpi71/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm

Hope this helps,
Greg