Hi there,
System: SAP PO 7.3.1 SP6 AS JAVA only.
Hopefully someone could point to the right direction for me.
I have a requirement here to receive two flat files from customer, and header and details file for sales order.
For example,
Header file
order 1
order 2
order 3
Details file
item 1 for order 1
item 2 for order 1
item 1 for order 2
item 1 for order 3
What I need to do is to create IDoc in ECC.
The way that I would implement is
1. Receive both files and convert to XML in PI
2. PI sends these two files to BPM, the correlation is the filename. The start event in BPM is set to message trigger (header file)
3. BPM combines both files together and sends back to PI
4. PI maps the combined file to IDoc and sends to ECC
The issue for the scenarios above is that BPM expect header file to come first. If details file gets sent to BPM first then it is ignored by BPM
Is there a way that the BPM can be start by different type of messages? For my case, either header or line file can start the BPM process?
Thanks in advance.
Will.