cancel
Showing results for 
Search instead for 
Did you mean: 

Serialization of Idocs in ECC

Former Member
0 Kudos

Hello All,

I need to serialize the Idocs. I have marked Queue Processing in communication channel.

I want to serialize the Idoc processing in ECC.

How can I acheive that. How does the Control records in the Idoc have the Serialization data filled.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member206760
Active Contributor
0 Kudos

hi prabhu,

try this...

set the inbound partner profile processing mode to "background processing " instead of processing imeediately

and then schedule RBDAPP01 in background...i think this shud wrk

Former Member
0 Kudos

Hi ,

Please let us know what scenario you are trying to implement like sender, receiver etc and based on which factor u are going to serialize)

Please refer the SAP Note 752194 which talks about the serialization of IDOC taking various requirements into considerations.

Link is [here|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_mid/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d373532313934%7d]

Also refer http://help.sap.com/saphelp_nw04/helpdata/EN/bd/277264c3ddd44ea429af5e7d2c6e69/frameset.htm.

and this [blog|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1207] [original link is broken] [original link is broken] [original link is broken];

hope this helps...

Regards,

srinivas

justin_santhanam
Active Contributor
0 Kudos

Prabhu,

Can you check out the below blogs?

/people/community.user/blog/2006/11/04/how-to-serialize-idoc-xml-messages-fed-into-xi

/people/sap.user72/blog/2005/01/28/setting-up-inbound-qrfc-queues-for-serializing-idocs-using-the-idoc-adapter

~raj

Former Member
0 Kudos

I want Processing of Idocs in serial for Inbound Idcos.

In WE20 there is no parameter for Queue Processing

Thanks

Former Member
0 Kudos

My scenario is JMS -XI- ECC.

ORDERS05 Idoc is sent from XI to ECC.

A RBDAPP01 backeground job scehduled which creates the Orders.

The Idocs are not porcessed in the sequnetial manner in ECC. We need to procees them sequentially.

Thanks

justin_santhanam
Active Contributor
0 Kudos

Prabhu,

Did you checked the second blog - that's for Inbound IDOC's isn't it?

~raj.

Former Member
0 Kudos

Hello Raj,

The blog says logon to XI instance. I have already done this in XI.

I need to Process the Idocs sequentially in ECC.

Thanks

Former Member
0 Kudos

Hi Prabhu,

I think there are some setting to be done IN ECC like use of SETDAT IDOC Configuration

i have not tried it ,but see if this is helpful.

extract from one of forum [post|;

Create a serialization group(txn BD44) and assign the message
 types and the sequence in which the mesage types needs to be generated.
-Whenever serialization comes into picture, SERDAT message type needs
 to be configured. Update the distribution model and partner profile with the
 serialization message types(MATMAS, CLFMAS, SERDAT) and distribute
 the model view.
- At the inbound side, Goto transaction SALE and traverse through Modelling
 and implementing busines processes -> Master Data Distribution -> 
Serialization for sending and receiving data -> Serialization using message types
 -> Define inbound processing, wherein add the serialization group and the 
message types under the group. The RFC server group which needs to be
 filled in here could be obtained from transaction RZ12.

For SERDAT Mapping . You just need to Populate the SeqNumber , SerGroup and Message Type .

In Partner Profile Set the MATMAS CLFMAS as process in Background , SERDAT as Process Immediately.

Also refer http://www.s a p technical.com/Tutorials/ALE/Serialization/page1.htm for some help.

Regards,

srinivas