‎2012 Aug 15 11:55 AM
Not sure if this is the right forum - but here goes...
We are looking to send 3 idoc message types from SAP PI (which is receiving these messages from a NON SAP system) to SAP ERP. The messagetypes AAA followed by BBB and followed by CCC are all dependant on each other in that sequence.
So lets say we have messagetype AAA, this must be posted before BBB and BBB must be posted before CCC. On top of that BBB must use the document created in AAA and CCC must use the document that idoc BBB created.
The serialization I belive we can handle using "object channels" but how to create BBB with a document that was created by AAA?? and the same for CCC, this must be created with the document from BBB...
Any ideas anyone?
<removed by moderator>
Message was edited by: Thomas Zloch
‎2012 Aug 15 2:48 PM
Have you seen OSS Note 752194 - Serialization of IDoc processing ?
this note explains a lot around serialization
‎2012 Aug 15 2:28 PM
This might be too abstract to allow a good suggestion, please name the actual message types and documents that are being created. Is this SAP standard objects or custom developments?
Thomas
‎2012 Aug 15 2:48 PM
Have you seen OSS Note 752194 - Serialization of IDoc processing ?
this note explains a lot around serialization
‎2012 Sep 08 10:48 AM