cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Help

Former Member
0 Kudos

Hi All,

I need to create a message mapping where source is a Table with Field name and field value while target is a simple structure.

Can any body suggest how to achieve this mapping by comaping the field name and mapping the corresponding value in the flat target structure.

Thanks

-Kulwant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can you share the structure of source and target side so we could help you.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarop

Source :

RFC

|--Itemlist (0..n)

|--Name (can have cusomername, Iten Name)

|-- Value

Target

Vendor

|--customerName (0..1)

|--ItemName (0..1)

Former Member
0 Kudos

HI,

Still not clear with ur requirement can u explain with one example.

chirag

Former Member
0 Kudos

Source :

RFC

|--Itemlist (0..n)

|--Name (can have cusomername, Iten Name)

|-- Value

Target

Vendor

|--customerName (0..1)

|--ItemName (0..1)

Make the cusomername and ItemName context as RFC instead of Itemlist and use splitbyValue node function.