cancel
Showing results for 
Search instead for 
Did you mean: 

Switch step is not processsing 2nd Branch in BPM !!

Former Member
0 Kudos

Hi Guys,

One BPM question please. I have got one BPM scenario as follows.

One XML is splitting into 2 messages. First Target message has got 'n' number of messages and 2nd Target messages has got 'n' number as well. I need to process these two target split messages into ERP ABAP proxy.

I have put

1st step :receive step,

2nd step: transformation step to split,

3rd step : switch with 3 branches

4th step: first branch for Target1 split - on this branch I did put ForEach block in the block Sender (Async)

5th step : 2nd branch for Target2 split - on this branch I did put another ForEach block, in the block Sender (Asyn)

6th Step: Exception branch for alert.

receive step is ok, transformation step also ok, First split goes into branch one, triggering messages to ERP. But 2nd branch is not executing at all.

Please guys can any one solve this issue? Why the second branch is not executing at all, process is completing with out processing 2nd branch?

Regards

San

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I resolved myself.

Thanks

San