cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Multiline Msg Check

Former Member
0 Kudos

We have a scenario where we are sending the multiple messages to the BPM, each message can either have the same or different data (distinguished by key : Product Number). Our requirement is to override the previous message (collected in BPM multiline) with the new message if it is found in Multiline (Criteria is key : product Number). Please let me know the expert comments on how to do this.

Thanks,

Samir

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I did this kind of scenario. You can use Product Number as Correlation id, so based on Product Number you can append all IDocs or files which have the same Product Number, for that use one loop in that use receiver step and a container operation. The container operation will append all data based on correlation id(Product Number).

Regards

Dipankar

sunilchandra007
Active Contributor
0 Kudos

Hi,

U can't directly compare the values stored in multiline container. Let all the incoming record be stored in multiline container and remove the duplicates in transformation(mapping) step according to product Number.

Regards,

Chandra