cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound Mail Adapter Mail Package

Former Member
0 Kudos

Hi there,

I have a problem in a XI-Scenario.

There is an incoming mail with a CSV-File as an attatchemant.

It s transformed by an itemfield-module into xml-soap.

Then the message is mapped and end to a sap-hr via rfc.

This is how far it works.

my problem is, that i need the emailheaddata, and i dont know how to get it. The atribute 'use mail package' is activated. but how can i reach the information from the mail package in the mapping where i need the information about the sender?

best regards

Harald Cremer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

using two adapters, one for the emailheader and one for the message data? is that what u mean?

regards

Harald Cremer

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

no using one adapter

but you can add the adapter module

to your adapter in which you can get/set your paramters

and then you can retrieve them in a mapping in XI

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi Michal,

thanks for your tip.

so i have to create a adapter module (never done this ) and then retrieve the information in an XSLT-mapping.

i thought that there is an easier way

Thanks and regards

Harald

MichalKrawczyk
Active Contributor
0 Kudos

hi,

if you won't be able to do it in amy other way try this:

create an adapter module in which you will

get the header data

and put it into the dynamicconfiguration

then you will be able to get it from your mapping

easily

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>