cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Tuning

Former Member
0 Kudos

Hi All,

We are using BPM for multiple IDoc-XI-Single file scenario.

In Integration Process, we used Deadline Branch Block with 1 min duration.

Please suggest some fine turing for this scenario.

Regards,

Rama

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
kkram
Contributor
0 Kudos

Rama Sree-

Depends on how many IDOCs you are going to send. A deadline branch with 1 min duration seems very small. Instead, try the below design

Send IDOCs as packages from back end system. Don't send the IDOCs immediately, rather use program RSEOUT00 to send IDOC in batch mode.

Design a stop message (may be a new IDOC) on receiving which your BPM should stop collecting. This proxy should be triggered after running program RSEOUT00 in the backend SAP system.

You should also send the IDOCs in queue. Check out the queue name field in the outbound parameters partner profile for more information.

Finally, also have a deadline branch with duration of say 1 hour, just in case your IDOCs and STOP message have an issue.

Hope this helps.

Thanks

KK

moorthy
Active Contributor
0 Kudos

Hi

You can try with Local Correlation to avoid timeouts to some extent. How are you collecting the idocs? Based on time ?

Also you can check these also-

/people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages

Go thru this Tuning Guide also-

https://websmp106.sap-ag.de/~sapidb/011000358700000592892005E.PDF

Regards,

Moorthy