cancel
Showing results for 
Search instead for 
Did you mean: 

How handle two Operation Mappings

Former Member
0 Kudos

Hi Experts,

In my requirement i am having Two Message Mapping. The sequence is like below

TEST_MT1------>TESTMT2

TESTMT2--------->TESTMT3

So here the TESTMT2 is playing like Abstract Type.The Output structure of First Mapping should going to be the Outbound for Second Mapping.

I need Help in How to Handle Operation mapping and Also How we need to do the ID configuration.

Kindly Help me.

Regard's

Preethi.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks For all for Valid input.

In ID I used the Sender Source SI as TEST_MT1 and In Receiver side I used the Receiver SI as TESTM3.

Its working Fine.

Regard's

Preethi.

santosh_k3
Active Participant
0 Kudos

Hi Anand,

It's the same way as you normaly do.

In OM you mention the two mappings in sequence:

Source Interface : TEST_MT1

Target Interface :  TESTMT3

TEST_MT1------>TESTMT2   =  MM1

TESTMT2--------->TESTMT3  =  MM2

In ID source interface will be TEST_MT1 and target interface will be TESTMT3

and mention your OM name.

Regards

Sai

Former Member
0 Kudos

Hi,

easy to do, exactly like in your description with 2 MM inside 1 OM:

- source message type of 2nd MM should be the target message type of 1st MM.

- Source Service interface of your OM = source Service interface of your FIRST MM

- Target  Service interface of your OM = target Service interface of your LAST MM

That's it !

Search with term "multi-mapping" or "multiple-mapping".

Note: you can also have a mixed of mapping type: 1st MM in Graphical mapping, 2nd mapping in Java mapping or XSLT mapping.

regards

Mickael

iaki_vila
Active Contributor
0 Kudos

Hi Anand,

I found this wiki that can be helpful for you http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=230392021

Regards.

Former Member
0 Kudos

Hi Experts,

Thanks for the Reply.

I have got the Operation Mapping.

Kindly tell me how to do the ID Part.

Regard's

Preethi.

Former Member
0 Kudos

Hi Anand,

in ID config, you have only to use your OM in interface determination from your source service interface to you target service interface, that's it !

Mickael

iaki_vila
Active Contributor
0 Kudos

Hi Annad,

You can put the two message mapping inside the same operation mapping, one follow to another.

The configuration is the same that the classic one because from configuration view you are using one operation mapping.

Regards.