cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in BPM.

Former Member
0 Kudos

Hi all,

I am trying to implement a scenario where n messages of the same type are received and combined together and then sent out. For this I have a loop in which I do a receive step and then I have defined a container variable for the message which is a multiline container. and then I also have a container for maintaining a counter. at the end of the loop I check if n messages have been reached then I send out the message.

My questions

1. When I define a MultiLine container for the receiver message there is one expression property what do I need to fill in here

2. I think I also would need to define a co-relation for this. Can you tell me how it will fit into the overall picture.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

1. Append.

2. Co-relation based upon your "Key".

Regards,

Akshay.

Former Member
0 Kudos

hi

refer this link.

/people/daniel.graversen/blog/2006/09/07/using-a-bpm-to-collect-messages-for-a-set-interval-of-time

thanks,

Indira D

justin_santhanam
Active Contributor
0 Kudos

Sonia,

-Since u are appending the files expression needs to be <b>"append"</b>

-Yes , surely u need correlation for this. So choose the element from the payload which do u think occur commonly across all file and choose that as correlation container.

raj.

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Have a look at this BLOG <a href="/people/daniel.graversen/blog/2006/09/07/using-a-bpm-to-collect-messages-for-a-set-interval-of-time a BPM to collect messages for a set interval of time</a> by Daniel Graversen

Regards

Santi

<a href=" to set the thread to solved when you have received a solution</a>

Where There is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.

Shabarish_Nair
Active Contributor
0 Kudos

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

look into that link to understand the pattern.

Also for a closer look you can check the examples in the Integration Repository under SAP Basis ® SAP Basis 6.40, namespace http://sap.com/xi/XI/System/Patterns.

1. When I define a MultiLine container for the receiver message there is one expression property what do I need to fill in here

>>

the container operation wud be append.