Hi,
In my company we have a special scenario. We need to assign (create) two business partners of an MDG client system ( ECC system) to one business partner in the MDG hub system.
We are trying do it like the below example of scenario
Example: MDG
BP ID 10000001
Supplier ID 10000001
BP guid F567567FFFG57557HFH
and we are sending two messages (SOA communication) to the client system.
1st message, we are sending...:
BP ID 10000001 (same that MDG)
Supplier ID 12345 BP
guid F567567FFFG57557HFH (same that MDG)
So, one bp and one supplier are created:
BP ID: new id according the internal number range
Supplier ID: 12345 (external number range)
BP guid F567567FFFG57557HFH (same id as in MDG)
Second message, we are sending...:
BP ID 10000001 (same that MDG)
Supplier ID 56789
BP guid C6686L97979CD56H18 (new generated guid)
But, now, for the second message, the system is updating the bp and supplier created in the first message instead of to create a second bp and supplier
How Can I implement this requirement? Two bp and supplier in the receiver system for the same bp in MDG
Thanks