cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Attachment name from Sender Mail adapter

baskaran_k2
Participant
0 Kudos

Hi,

We have requirement to read the attachment name from Sender Mail adapter. Is there any way to read attachment name without writing Adapter module. We are using PI 7.31 SP04 single stack system.

Regards

Baskaran K

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181985
Active Contributor
0 Kudos

Hi,

you can check my document as well: http://scn.sap.com/docs/DOC-26528

- Praveen

iaki_vila
Active Contributor
0 Kudos

Hi Baskaran,

If you dont want to write an adapter module the only solution is to write an UDF (user defined function) in a message mapping or to do a java mapping to access to the attachment.

Check this thread: http://scn.sap.com/message/13195801#13195801

Check Former Member's blog
http://scn.sap.com/people/yugapreetha.t/blog/2009/08/24/read-the-attachments-of-the-input-xi-message...

Regards.