cancel
Showing results for 
Search instead for 
Did you mean: 

How to use result of message mapping as source to another message mapping

Former Member
0 Kudos

Hi.

I need to map iDoc to MT_A (MessageType) using MessageMapping.

And then using the result of the above mapping, map MT_A to MT_B using JavaMapping.

Can I do this all at once in my scenario or what is the best way to do this?

Regards,

Hjortur

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

chk this:

/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping

Ur flow will be something like this under operation mapping :

1) Graphical mapping( iDoc to MT_A)

2) Java mappinmg.(MT_A to MT_B)

Thanks

Amit

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes. we can do it. create separate mapping with the relavant message types call in operation/interface mapping one after one.

Regards,

Sekhar

Former Member
0 Kudos

Thanks alot guys.

It's working perfectly.

Regards,

Hjortur