cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to email (flat file attachment) scenarion

former_member745782
Active Participant
0 Kudos

Hello everybody,

I'm working with XI 3.0

I have a scenario IDOC - XI - flat file, but the file need be sent by email and not by FTP.

Using normal configuration of email communication Channel , i notify is not possible sent a flat file, but only XML.

So i decided to devide interface in 2 step.

1- IDOC - XI - FTP for create the file

2- FTP - XI - EMAIL for send file to destination as a email attachment.

this is a correct approach?

IT's possible take a file from a FTP server and send by email as an attachment (without any mapping)?

There is an document example?

thanks in advance

Alex

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

its possible in one scenario as well,

one of following example will help you have attachments.

http://www.riyaz.net/sap/xipi-sending-emails-using-xi-mail-adapter/83/

http://wiki.sdn.sap.com/wiki/display/XI/DynamicEmailAttachmentnameforReceivedMails

Besides these you also need to use module adapter.

use MessageTransformBean for content conversion.

use link - http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/frameset.htm

Also it is possible that you may have to use another module as payloadswapbean.

But first 2 suggestion will work.

former_member745782
Active Participant
0 Kudos

thanks!

it work perfectly

link number 2 was very helpfull