cancel
Showing results for 
Search instead for 
Did you mean: 

Lookup in own payload

Former Member
0 Kudos

Hi all,

during mapping I have to use entries of another node of the same payload as lookup table? Is this possible with graphical message mapping, may be advanced functions, or should I use XSLT?

Regards

Mathias

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

To my Knowledge it is Possible with XSLT.

Regards

Agasthur iDoss

MichalKrawczyk
Active Contributor
0 Kudos

no need to XSLT you can do it in message mapping (global variables or containers)

Regards,

michal

Former Member
0 Kudos

Is there a blog anywhere?

MichalKrawczyk
Active Contributor
0 Kudos

sure:

(read my second answer)

/people/sap.user72/blog/2005/10/01/xi-new-features-in-sp14

Regards,

michal

Answers (2)

Answers (2)

Former Member
0 Kudos

You can simply replicate the same logic you used to create the node the fist time also in the other occurrences.

It may looks not efficient but this solution never give me problem of performances.

Regards

Sandro

MichalKrawczyk
Active Contributor
0 Kudos

hi,

sure it's possible:

you can use global variables (global arrays for example)

/people/sap.user72/blog/2005/10/01/xi-new-features-in-sp14

the easiest way

you can also use containers but go for global variables

Regards,

michal