cancel
Showing results for 
Search instead for 
Did you mean: 

serialization in bpm

Former Member
0 Kudos

Hi

If I am not wrong searialization means sending the data in the same order as they were received. This can be achieved by using EOIO. If it is the case could you please tell me when will we go for BPM with serialization ?? I believe for serialization alone we won't go for bpm and along with that there may be a need of another functional requirement ...........then only we will go for bpm.

Please correct me if I am wrong.

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Many adapters support the Quality of Service as Exactly Once in Order. (EOIO ). All thise adapters that support this QOS support EOIO without a BPM.

Refer this link for more,

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

Also, even if your want EOIO inside a BPM , in the send step of your BPM you need to porvide the Queue Name for all messages using the send step to be processed in EOIO.

See defining Quality of Service (EOIO ) in this link.

http://help.sap.com/saphelp_nw04/helpdata/en/43/65ce41ae343e2be10000000a1553f6/content.htm

Regards

Bhavesh

PS : You have multiple open threads. Close the threads, awar points for helpful answers and make SDN a clean place.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As explained by bhavesh , it is correct, many of Adapters are having the EOIO feature , except some Application specific Adapters like RNIF ..BC...

But serialisation is not only the reason to choose the BPM correct . If you want to choose BPM it should have the following check list and the

Message split,message merge , (1:N,N:1 N:M), Sync-Asyn Bridge , Multicasting ..etc

see the belowlinks

check list for BPM https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3bf550d4-0201-0010-b2ae-8569d193...

Regards

Chilla

Former Member
0 Kudos

hey

a simple case can be with IDOC coming from R/3 to XI,since we dont have any sender CC for IDOC we cant specify QoS there,so we can go for serliazation

thanx

ahmad