Application Development 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: 

Multiple idocs for a PO document

former_member418469
Participant
0 Kudos

Hello,

I want to create multiple idocs for a document in a outbound idoc. Currently one idoc is created for a PO document. If a PO document contains 5 items then 5 idocs must be created. I am using FM IDOC_OUTPUT_ORDERS. Please let me know how to do it.

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

Why would you want to do that? Why the receiving application can't process each item individually?

Anyway, you can write any (valid) data in an outbound IDoc, with just one item at once if you want, use MASTER_IDOC_DISTRIBUTE (search the Web), but you'll have to gather all the information from the purchase order yourself...