cancel
Showing results for 
Search instead for 
Did you mean: 

idoc sequence is not correct

Former Member
0 Kudos

Hi Experts,

We are creating one scenario IDOC to File, the scenario is Many Idocs to One file (Asynchronous).

We are using Append mode in file Receiver communication channel.

When We are checking in the file, sequence of idoc is not correct, mean : first idoc is appended in some 10 position, 13th idoc is appended on first position, there is no sequence of idocs.

We need to append idoc in correct position, sequence should be 1,2,3,4,5 .........

How we can do this ?

Study SAP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

When I did this I enforced a queue name for processing the Idocs in the correct order!

Check this:

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

or this:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc1...

former_member192295
Active Contributor
0 Kudos

Hi,

In receiver file adapter quality of service select Exactly Once in Order option, your problem will be sort out.

find below link for more help

http://help.sap.com/saphelp_erp2004/helpdata/en/bd/277264c3ddd44ea429af5e7d2c6e69/content.htm

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

Edited by: NALLAM GUNA RANJAN on Feb 16, 2009 5:24 PM