cancel
Showing results for 
Search instead for 
Did you mean: 

N:1 mapping in bpm

Former Member
0 Kudos

Hi

I am doing multiple file to bapi scenario.

three senders and one receiver

in sender side 3 files we have to use correlation for two files.

and we have to use alert also.how will we restrict correlation for 2 nd file.

can any one send me related blogs

thanks&regards

venkat.

Accepted Solutions (1)

Accepted Solutions (1)

former_member190313
Active Participant
0 Kudos

HI

find the following blogs :

regards

Sheetal

Answers (2)

Answers (2)

sunil_singh13
Active Contributor
0 Kudos

Hi Venky,

If all the 3 files has a same message type then you can use a scenaruio of collecting the files.

However if your message types are different then you have to go for 3 receiver steps in a FORK .

(You can do it without fork also but then you have to take care of the order of the files you are sending in).

you can define correlation for them.

To raise alert you can use CONTROL step in BPM. (It has a option to raise alert but for that you have to configure alert in alertcatdef transaction).

Reward Points if Helpful

Thanks

Sunil Singh

Former Member
0 Kudos

Hi,

You have to create 3 Rcv step followed by transformation and send step.

Mention the correlation ID in all the rcv steps with the help of that it correlates all the files and map it to the target using the transformation step.

Refer this blog for correlation at runtime.

Refer help.sap.com for more information.

Regards,

Yuga