cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Error

Former Member
0 Kudos

Scenario is N:1. Iam using loop step for receiving multiple

Input messages(count=500), that I have defined in loop block.

But in Receive step(which is inside loop) asking for correlations.I dont have any conditions on my input payload.

So, iam getting exception "step does not have any correlation"

while activating the BPM scenario.

Can you please guide me how to proceed?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Follow this link, here you should do the correlation

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/cs/junior/view/wlg/9918

Former Member
0 Kudos

Hi Iam getting something else in that lin ku mentioned above.

Can u please check once?

Former Member
0 Kudos

Hi Rodrigo,

Can you please explain a little clear?

Former Member
0 Kudos

You can use below link for defining corelation

http://help.sap.com/saphelp_nw04/helpdata/en/a5/64373f7853494fe10000000a114084/frameset.htm

Gaurav Jain

Points if answer is helpful

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

the process solicit you a correlation because you are using mkore than one receiver step.

do this for the scenario. put you come examples because i dont know what you need for ur bpm

case 1:

inside a loop step put a receiver step a container element that group the message.

define the loop to run 500 times. out of block define a transformation step and later a send step.

case 2:

inside a loop step put a receiver step and a sender step

case 3

in case more than one sender step is nedded, if there no any correlation with each other define a constant value to relate them.

hope helps

rodrigo

Former Member
0 Kudos

Hi Rodrigo Pertierra,

Yes. Iam using a loop in which I have defined receive,container

steps respecively n have took container element count.

Outside this block Iam doing transfirmation n send step.

My scenatio is close to case1 which you mentioned above.

Iam getting that correlation error while activating.

But there is no payload condition.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

if there no any correlation define a constant value to relate each other.

i have an scenario that execute in dependece mode 10 interface. all message are differents and no common field to correlate. so i defined a constant value and solved my problem.

hope helps

Rodrigo