cancel
Showing results for 
Search instead for 
Did you mean: 

File to Mail - no mapping

former_member200267
Participant
0 Kudos

Hi Experts,

I have the following scenario to be done.

I want to pick up a file from the FTP location and send it to a mail box as attachment.

I went thro many blogs for configuring the sender FILE adapter & receiver MAIL adapter.

My question is : Is there any need to define Message Interface compulsorily because when I want to define Receiver determiantion then it ask for MI. But in my scenario there is no need for mapping at all.

So, please explain the step by step procedure and what are steps to be configured for this scenario.

If possible with screenshots.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

it's explained in this blog:

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

Regards

Patrick

Answers (6)

Answers (6)

former_member181985
Active Contributor
0 Kudos

Hi,

As suggested by Patrick Koehnen

no need of IR, incase of testing scenarios without interface mapping.

However when you implement it for a project you need to follow the standards of SAP.

means you have to do IR part also even though there is no mapping case.

Thanks

Gujjeti

Former Member
0 Kudos

Hi,

The activities in IR:

Create Dummy data types, message types and message Interfaces in IR.

No need to create Message Mapping and Interface mappings.

The activities in ID:

In receiver determination, you no need to select Interface Mapping.

Pls follow above guidelines it will woks for your requirements.

Thanks,

sunil_singh13
Active Contributor
0 Kudos

Hi Shankar ,

interface mapping is required if your source and target structures are different and if they are same no need of interface mapping .

Reward points if Helpful

Thanks

Sunil Singh

Former Member
0 Kudos

You have to create dummy message interfaces even though you are not using mapping in IR to configure the ID part or else you can mention any unique name in interface while creating receiver determination.

Former Member
0 Kudos

Hi

if you dont want the mapping thjen in that case you have to define the source and target structure of same type.

in design:

create the data type(sam for source as well as receiver)

create the Message type

crate the interface(outbound as well as inbound)

in configuration:

businsess service(sender as well as receiver)

sender communication channel(file)

receiver communiccation channel(mail)

sender agreement

receiver determination

interface determination

receiver agreement

if u still face the problom please reply me back

Thanks

Rinku

former_member556603
Active Contributor
0 Kudos

Hello shankar,

Go through this blogs...

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail

/people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1

/people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address

Thanks,

Satya Kumar

Reward if it is useful..