cancel
Showing results for 
Search instead for 
Did you mean: 

Why Sender side message not going into BPM

Former Member
0 Kudos

Hi Folks,

In my XML file --> ABAP inbound proxy scenario, I put BPM to split messages. The message is not going to BPM process. I have seen SWDD, the workflow is not initiated.

Any inputs please?

Regards

San

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
The message is not going to BPM process. I have seen SWDD, the workflow is not initiated.

Where are you doing the split? It should be done inside the BPM using a Transformation Step.....once the Split is done use a BLOCK with a Send Step.....this BLOCK can be configured in ForEach mode to send the messages sequentially.

The images are blocked in my organization and hence do not know what your BPM design/ error is

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abishek,

Thanks for your reply. But there is no error in BPM please have a look. The message is not even going into BPM. Please have a look the following links.

http://img375.imageshack.us/img375/8568/bpmstarted.jpg

http://img42.imageshack.us/img42/3244/bpmq.jpg

Thanks&Regards

San

samiullah_qureshi
Active Contributor
0 Kudos

Test your mapping in the ESR. I doubt your mapping(which is used in transformation step) is running into error at runtime.

Also, you can run your scenario after checking the Create New Transaction check box from transformation step properties.

Edited by: Samiullah Qureshi on Jul 12, 2010 5:54 PM

former_member200962
Active Contributor
0 Kudos

Can you tell what steps have you implemented in your BPM and also have you included any Mapping in the Interface Determination for Sender --> BPM?

The images have been bloecked in my organization and hence cant view them

Former Member
Former Member
0 Kudos

Hi Samiullah,

I have solved this.

Thanks

samiullah_qureshi
Active Contributor
0 Kudos

Could you please share what was the problem?

samiullah_qureshi
Active Contributor
0 Kudos

Hello,

Could you please elaborate more about ur scenario?

If your scenario is simple 1:n split, then you can achieve this using enhanced interface determination as shown in following blog:-

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Regards,

Sami.

Former Member
0 Kudos

Hi Samiullah,

The message is splitting. But in workflow the message hasn't arrived to Receiver. The reason why I am using BPM, not only for message splitting. Receiver side Inbound ABAP Proxy, Proxy doesn't support for multimapping. Thanks for your reply, Any inputs for this Error.

http://img228.imageshack.us/img228/5459/errorabapproxy.jpg

http://img175.imageshack.us/img175/1295/bpmreturncode.jpg

http://img40.imageshack.us/img40/4048/workflow.jpg

Former Member
0 Kudos

Hi,

Take the transformation step inside the block and change the block mode to "For each". It should work with this.

Regards,

Pragati