Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IDOC serialization

Former Member
0 Likes
1,071

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

1 ACCEPTED SOLUTION
Read only

JL23
Active Contributor
0 Likes
998

Have you seen OSS Note 752194 - Serialization of IDoc processing ?

this note explains a lot around serialization

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
998

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

Read only

JL23
Active Contributor
0 Likes
999

Have you seen OSS Note 752194 - Serialization of IDoc processing ?

this note explains a lot around serialization

Read only

Former Member
0 Likes
998

thx for your replies. We used BAPI's instead