cancel
Showing results for 
Search instead for 
Did you mean: 

BPM: Block Processing: ParForEach

Former Member
0 Kudos

Hi,

I have created a BPM that contains a block which sends xml to an HTTP client. At present I have set up the processing mode of the block to ParForEach.

When I look at the transactions in sxmb_moni, I can see that the send steps in the BPM is still being processed serially.

Is there any other configuation/coding I need to implement to get me send step to process in a parallel mode?

Your help is much appreciated.

Regards

Yackeen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Yackeen,

Is it a synchronous or asynchronous send step ?

we had a synchronous RFC send step in our parforeach block and we raised a query with SAP regarding parallalization..below is SAP's reply...

"it must be noted that in Synchronous sending, there is no parallelization of message sending if there is no further Asynchronous step in the loop. Here the ParForEach is more a business-like parallelization, i.e. for each block instance you have a separate

container. Therefore, Asynchronous sending should be considered."

Also refer this link on when to use foreach and parforeach blocks..

http://help.sap.com/saphelp_nw04/helpdata/en/ce/bb2c421f3fda2ce10000000a1550b0/content.htm

hope this helps..

Regards

Anand

Message was edited by: Anand Torgal

Answers (0)