cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Scenario Block Step

Former Member
0 Kudos

Hi All,

In my scenario iam getting a message through RFC.Now i have to split the messsage into multiple messages and then send each message individually to a webservice and get the response.

I want to send them in Parallel mode by using Block step - Parforeach mode.

Following are the steps in my BPM.

1.Receive step - Open Syn/Async Bridge

2. Transformation step to split the message into multiple messages.

3.Opened a block in parforeach mode

4.Send step in synchronous mode

6.Collect the response in container.

7.Ouside the block close the ync/Async bridge.

When i exceute the scenario, i only see one message in SXMB_MONI which is from R3 system and even that message does not indicate what the problem is.The message recahed the BP engine.

Unable to figure out what the problem is.

Regards,

Srinivas.

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Check the correlation in ur scenario. Is it properly defined and r the messages properly correlated?

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Ima not using any correlation.Inside the block, the Send step is Syncronous.

Regards,

Srinivas.

prateek
Active Contributor
0 Kudos

But to use the response of all the sync messages, u must use the correlation

See this

http://help.sap.com/saphelp_nw04/helpdata/en/11/13283fd0ca8443e10000000a114084/content.htm

Regards,

Prateek