cancel
Showing results for 
Search instead for 
Did you mean: 

1:N mappimg

Former Member
0 Kudos

hi all,

Can any one suggest me, how to use 1: n mapping . I did mapping sourse msg(1) with target msg (N) . On testing in msg mapping and interface mapping it shows successfully done.

while sxmb_moni i found the error

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="MAPPING">GENERIC</SAP:Code>

<SAP:P1>com/sap/xi/tf/_mm_xml_mt940_</SAP:P1>

<SAP:P2><b>com.sap.aii.utilxi.misc.api.BaseRuntimeException</b></SAP:P2>

<SAP:P3><b>RuntimeException in Message-Mapping transformatio</b>~</SAP:P3>

can any one suggest what can i do to resolve this problem.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Honey,

Please remove this tag

<ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">

so that you will succeed.

thanks,

krish.

Former Member
0 Kudos

Hi Honey,

Illustration of Multi-Mapping and Message Split using BPM

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

Multi-Mapping without BPM - Yes, it’s possible!

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Developing Multi-Mappings for Integration Processes

http://help.sap.com/saphelp_nw04/helpdata/en/42/f3ca2529491bc7e10000000a11466f/frameset.htm

Developing Multi-Mappings for Message Splits

http://help.sap.com/saphelp_nw04/helpdata/en/42/f3b31d48fb1bc8e10000000a11466f/content.htm

regards

biplab

Former Member
0 Kudos

Honey,

Check this jin's weblog for some help on multimapping:

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Regards,

---Satish

Former Member
0 Kudos

hey

have a look at the following

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

also can you please paste the sender XML file,looks like u have some issue with the <message> tag

thanx

aamir

Former Member
0 Kudos

hi ,

this is my source file

it is just a example,

<?xml version="1.0" encoding="UTF-8"?>

<ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">

<ns0:Message1>

<ns1:mt_xml xmlns:ns1="http://testing">

<country>23</country>

<name/>

</ns1:mt_xml>

</ns0:Message1>

</ns0:Messages>

it is a test only. i m not mapping all the target messages with source , just i want these all targets mesg in receiver end.can i do this with same mapping.

Former Member
0 Kudos

hey

remove the <ns0:Message1> and </ns0:Message1> tags from the payload and then test the scenario

thanx

aamir

Message was edited by:

Aamir Suhail