cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Mapping Program in Interface Mapping

former_member343107
Participant
0 Kudos

Hi,

It seems that one interface mapping can contain multiple message mappings. During runtime, which message mapping will be used?

Best Regards

Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (3)

Answers (3)

Former Member
0 Kudos

Basically it is like a series of pipelines, with the output of the first becoming the input for the next. My project has 4 interface mapping in it piped together.

former_member343107
Participant
0 Kudos

Hi All,

Thanks a lot for the information.

Best Regards

Jerome

udo_martens
Active Contributor
0 Kudos

Hi Jerome,

the second is using the result from first as source and so on.

Regards,

Udo

Former Member
0 Kudos

HI Jerome Zhao,

In Interface mapping we can add many mapping program. but the thing here is that all the mapping program are execute in sequence.

for Eg.

we want: M1--->M3

We have: M1--->M2 using program p1

M2--->M3 using program p2

then for M1--->M3 in the interface mapping IM1

we can have sequence of mapping program p1 and p2 in IM1 so that message M1 is translated from M1 to M2 using P1 and then M2 to M3 using p2.

hope you got the point.