cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Message Mapping

Former Member
0 Kudos

Hi Experts,

How can I map these two structures to get one A record and Multiple B records in the target structure?

Source Structure is as follow:

MT 1-1

---RecordSet 1-1

-


HeaderRecord 0-1

-


A 1-1

-


ItemRecord 0-Unbounded

-


B 1-1

Target Structure is as follow:

MT 1-1

--Data 1-1

-


Item1 0-Unbounded

-


B 0-1

-


Item2 0-1

-


Item3 0-Unbounded

-


B 1-1

Thanks in advance,

Rajeev

Edited by: rajeev raj on Sep 30, 2008 8:17 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajeev

can you clarify bit more.

you have A as 1..1 and b as 0..unbounded and similar in target fields so whats the exact problem you are facing.

Thanks

Gaurav

Former Member
0 Kudos

Hi Gaurav,

I jsut want to know which node to which source node I need to map to target node as there are 3 levels in the target structure.

Thanks

Rajeev.

Former Member
0 Kudos

This depends also on which filed of source is being mapped to which field of target.

because each one of the field is located in the segments with different occurences...

Former Member
0 Kudos

i am not clear..but i guess

RecordSet ---> Data

HeaderRecord ---> Item2

ItemRecord ---> Item1 and Item3

Answers (0)