Hi,
I need to know about Production Order processing logic in xi.
Iu2019ve to send sales orders (with multiple items) from oracle to sap. And I need to get back the
production orders to oracle.
Like:
Sales order 1 header
Sales order item1u2026
Sales order item 2u2026
Sales order 2 header
Sales order item1u2026
Sales order item 2u2026
u2026.
As per my understanding, for each sales order item, thereu2019ll be a production order in sap. If this is right, If I use Idoc LOIPRO, Iu2019ll get the individual production orders per every idoc. But I need to send the same way I get the data from Oracle.
Like:
Production order 1 header (with ref. to sales order 1 header)
Production order item1u2026 (with ref. to sales order item 1 header)
Production order item 2u2026 (with ref. to sales order item 2 header)
Production order 2 header (with ref. to sales order 2 header)
Production order item1u2026(with ref. to sales order item 1 header)
Production order item 2u2026(with ref. to sales order item 2 header)
u2026
This is the requirement from customer side.
Is it possible with standard Idoc LOIPRO?
If yes, can I use BPM-Merge concept for this individual IDocs to single jdbc message?
Is there any better approach?
thanks
zia