cancel
Showing results for 
Search instead for 
Did you mean: 

Prod Orders merge in xi

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved

Former Member
0 Kudos

HI,

Instead of making it more complicated with BPM merge, its better to design two seperate interfaces

For Sales Order

Oracle to SAP --IDOC

Then once the IDOC will reached in inbound idoc processing program trigger the event to process the Production order related IDOC. So it will be

IDOC (SAP ) ---> Oracle scenario.

This way you could avoid the complexity and will be easy for monitoring the whole process.

You can use the standard Idoc LOIPRO, but need to add some kind of User Exit to call the event of processing Production Order IDOC

Thanks

swarup