cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping

Former Member
0 Kudos

Is it possible transfer data (objects) from one mapping to another ? As far as i see Container objects are mapping specific.

Accepted Solutions (0)

Answers (3)

Answers (3)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you might try doing it with abap mapping:

in one abap mapping you can write some data

to some DB table/s

and in the other mapping you can do a select from those tables

but you'd have to remember to correlate those selects in some way

Regards,

michal

Former Member
0 Kudos

Thanks.But it would have been nice if they come up with global container for all message mappings under same namespace.(atleast for now )

Former Member
0 Kudos

Anand,

When you use two message mappings you obviously use BPM and transaformations. There you can either use container variable or Global container in Message mapping to transfer data.

But you can't transfer objects (I mean, Java objects)

Best regards,

Felix