cancel
Showing results for 
Search instead for 
Did you mean: 

bpm steps

Former Member
0 Kudos

What is the use of Block, Switch, Fork steps in BPM?When we have to go for it and what is the diffference between them?

Can anybody explain me please.......

Regards,

Radhika

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Radhika,

Block : You can use a block to combine steps that you want to execute one after the other and which are to access the same local data of Containers. You can also use a block to combine steps that you want to have the same deadline or exception handler, or to define a local correlation.

You can define the mode Parallel For Each(ParForEach) for a block or Dynamic Sequence (ForEach). This means that the block is executed for all elements of a multi-line container element.

Switch : You use a switch to define different processing branches for a process. The Otherwise processing branch is created automatically.

Fork :you can use a Fork to collect the no.of messages from diffrent Interfaces or to collet the messages from same interface or to receive the messages from diffrent business systems where the process to be start by receiving all the messages.

you can read more about this from www.help.sap.com and check out this how these step types are used in the Integration process from pre delivered content provide in SWC SAP BASIS and namespace is http://sap.com/xi/XI/System/Patterns

Regards

Veera

Former Member
0 Kudos

Hi,

More on BPM..

https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm *****

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

/people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi

/people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps *****

/people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements *****

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement

/people/krishna.moorthyp/blog/2005/11/28/inactive-integration-process-ip-at-run-time

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

/people/william.li/blog/2006/08/29/teched-2006-epi204--design-patterns-for-sap-netweaver-exchange-infrastructure

Regards,

Kumar.

***Reward points if helpful!!!!

former_member335553
Active Contributor
0 Kudos

Hi

Have a look of the following blog

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM

http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm - those are the various steps in BPM.