cancel
Showing results for 
Search instead for 
Did you mean: 

How can I design a BPM with mulitiple IDOC types as sender

Former Member
0 Kudos

Hi Experts,

I am using PI 7.1

I have a senario that I have to design a BPM in such a way that I will get different IDOC types as sender while the receive step has to trigger the the respective IDOC types at run time.

For example: when matmas is the IDOC the BPM instance have to trigger only the respective Abstract interface at runtime.

In my senario I have 5 IDOC TYPES which should pick the related one using a single Abstract Interface in the same design( one BPM ).

Is this possible. Please suggest me how can I do this if possible.

Regards

Shankar.

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

This exactly suits your requirement.

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

Regards,

Prateek

Former Member
0 Kudos

Hi,

you could work with multiple receive steps that triggering the process.

Similar to the example pattern in SAP Basis BpmPatternSerializeMultipleTrigger

http://help.sap.com/saphelp_nw04/helpdata/en/77/0737133012b24b9d0a12c6df2b1054/frameset.htm

In the fork step you could set the number of required branches to 1 that means only one receiving IDoc is required to leave the fork step.

Regards

Patrick