cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Message Flow Question

Former Member
0 Kudos

My scenario involves a BPM, the BPM retrieves via Receiver JDBC(Sync Call) some data using two fields of the initial message, the response message from JDBC have one field I want to map that field to the initial message in order to keep in one message all fields, my question is the content of the initial field will be lost by the moment of response mapping?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Ruben,

>>>>>my question is the content of the initial field will be lost by the moment of response mapping?

nothing to worry, the BPM will store the initial message

(with initial fields) so when you receive the response

you can combine 2 messages (the initial one and the response) in one mapping and create a third message

with that for example

Regards,

michal

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi Ruben,

You can make use of Container Variables and then you can use it . If you want to append assign the fields into different messages

With the help of Container operation, you can assign the values.

http://help.sap.com/saphelp_nw2004s/helpdata/en/59/e1283f2bbad036e10000000a114084/frameset.htm

Hope it helps,

Regards,

Moorthy

MichalKrawczyk
Active Contributor
0 Kudos

Hi Moorthy,

I don't think it's possible to assign

a value <b>from the message</b> to the container variable

with the <b>Container operation</b>

the only way is by mapping in a transformation step

I believe

Did you ever manage to do it?

Regards,

michal