Hi Amit,
Did you used "maintain order at run time" in ICO? and then please check the queue processing option in receiver IDOC channel.
regards,
Harish
Hi Amith,
Is all three messages individual messages or child messages in PI?? if these messages are child messages then child message sequence ID has following format SUBSEQ_XXXX where XXXX is random four digit number.
So each child message have different sequence ID and send it to ERP system, in ECC system they are processed in different queues based on their sequence ID's so IDocs are processed in incorrect order.
If your PI system at least PI 7.31 SP15 then you can configure the parameter UseParentQueueId under advanced tab set additional parameters in IDOC_AAE receiver channel.
Or you can set globally this parameter UseParentQueueId in JavaIdocAdapter resource adapter in NWA.
Check more details in below sap note.
Regards,
Praveen.
Add comment