Hello,
I came across a strange issue which I raised through SAP Incident. I am also summarizing quickly, believing you may have some fix available, that we can use immediately.
Case 1: This is OK
Create a Sales Order, Complete and Save:
1. Get a successful TRS0 - OK
2. Outbound Sender ECC Service Interface successful - OK
3. Inbound Receiver TM Service Interface successful - OK
In the Outgoing and Incoming XML, TransportationRequest actionCode="01"
"01" is triggered when Order Creation passes to TM system
Case 2: This is NOT OK
When an incomplete sales order in ECC is saved, output TRS0 fails (Incorrectly processed) - This is OK
Later, when this incomplete Sales Order is completed and saved, the expectations are:
1. Get a successful TRS0 - OK
2. Outbound Sender ECC Service Interface successful - OK
3. Inbound Receiver TM Service Interface successful - FAILING
Error: Data not saved; check BO /SCMTMS/TRQ implementation
Analysis of XML:
TransportationRequest actionCode="02" instead of "01"; * Where 02 is triggered when Order Changes move to TM system. But since this is first XML, it should have triggered TransportationRequest actionCode="01"
Please inform if someone faced same issue and if any quick fix/note available to fix this.
Thanks and Best Regards,
Vikas Chhabra