cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Sequence in Interface Mapping

Former Member
0 Kudos

Hi all,

In the Interface Mapping we do have the option of adding mulpile mappings b/w the source an trget structures.

What would be the order of execution of these mappings

-Keerthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Keerthika,

You can use the mapping in sequence....call it in the specified sequence in your interface mapping..

Suppose you have two mappings like

MM12: M1->M2

MM23: M2->M3

Then Ouput of MM12 will be the input of MM23.

the source message interface will be containing Message 1 and Target message Interafce will contain message 2. you can add the mapping programs one after the other in Interface mapping so that Message 1 is converted to message 2 and then finally to message 3.

Regds,

Pinangshuk.

.

Answers (2)

Answers (2)

abhay_rajhans2
Contributor
0 Kudos

Hi,

The first mapping will trigger first and then the mapping mentioned below it will trigger.

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi all,

>

> In the Interface Mapping we do have the option of adding mulpile mappings b/w the source an trget structures.

> What would be the order of execution of these mappings

>

> -Keerthi

sequential execution.

if there are 3 mappings, output of 1 is input to 2 and output of 2 is input to 3