Enterprise Architecture Blog Posts
Need a little more room to share your thoughts with the community? Post a blog in the SAP Enterprise Architecture group to explain the more complex topics.
cancel
Showing results for 
Search instead for 
Did you mean: 
Jasmeetkaur
Newcomer

Once the LDAP is sent to EWM from within the Freight Order, and for whatever reasons we want to cancel the Freight Order. We send a cancellation request to EWM. At this point, the TU already created in EWM is deleted. However, the FO still exists on TM side and the Transmission-to-EWM status says: “Cancellation of TM Document requested”. At this point, the expectation is that the Freight Order should change the Transmission-to-EWM status and cancel the existing Freight Order.

Note the problem is that FO status doesn’t change and that is blocking the FO from getting cancelled.

Jasmeetkaur_0-1711119673853.png

 

To make sure that the below solution works for you, please ensure you have below config changes/notes implemented:

  1. 2855533 - Transmission-to-EWM status: to EWM status is not set properly.
  2. 3155795 – Fix check for arrival event in TU-based scen. On doc. cancel
  3. Ensure that “Freight Order can be deleted checkbox” is checked in Freight Order type config.
  4. 3027741 - Update propagation indicator is not set correctly in case of direct TM-EWM integration for shipper
  5. 3442635 - Runtime error: Field symbol has not been assigned yet in class. /SCMTMS/CL_TCC_CB_DISTANCE

Apart from above, we must ensure that PPF action: /SCWM/SR_SEND_VEH_LDAP_NOTI on Vehicle Level. This is simply because the deletion of LDAP notification message is sent from vehicle (not from the TU).

Once the above is done, when reproduced the above scenario, the FO when trying to cancel after the LDAP is sent to EWM, will change the Transmission-to-EWM status: “Cancellation Confirmed”.

Jasmeetkaur_1-1711119673858.png

 

 

 

 

1 Comment
Karthikeyanp
Discoverer
0 Kudos

Informative blog, thanks Jasmeet!