Skip to Content
Technical Articles
Author's profile photo Dominik Tylczynski

Hyperspeed planning in SAP TM

The scenario

Imagine the following, common transportation scenario consisting of 4 locations and 3 legs:

Locations A and D are the shipping and destination warehouses respectively, whereas B and C are ports of loading and unloading respectively.

  • Leg 1 is the truck transportation from the warehouse to the port of loading.
  • Leg 2 is the ocean freight.
  • Leg 3 is again the truck transportation for the port of unloading ot the destination warehouse.

The incoterm is FOB (free on board) Port B. It means that the seller covers shipment cost and insurance up to loading at Port B. After loading, the goods are owned by the buyer and the buyer covers the rest of the costs.

On top of that, the seller has a very good rates and service from the ocean freight company and agrees to plan and pay the ocean part of the shipment. Still, as defined by the FOB incoterm, the buyer assumes the ownership and is responsible for the insurance starting from the port of loading, Location B.

To reap all the benefits of early planning, we are working with sales order-based TM, i.e. a shipment is planned right after a sales order is created and an outbound delivery is driven by the transportation scheduling.

That is a real life scenario – see the following discussion on LinkedIn:  Need recommendation for a Rail Scenario. (LinkedIn group SAP Transportation Management membership is required to view the linked post. The group is of Listed type, hence only the members can view the content.)

SAP TM implementation

How could that be modelled in SAP TM? Location B could be implemented as an incoterm location and a location C as handover location, if handover location was supported by S/4HANA. Unfortunately it is not – see the note 2677594 – Entering Handover Date for confirmed quantities in MM document leads to wrong error message

Instead, the scenario can be modelled with SAP TM default route. Here, the legs 1 and 2 can be defined as planned ones and the leg 3 as a statistical, not planned one. It works perfectly up to the point of delivery creation.

Hyperspeed – integration singularity

The planning goes perfectly, unless the freight order dates change after an outbound delivery is created which is a case more often than never.

Let’s put some scheduling perspective into the scenario (for the sake of simplicity I don’t consider any holidays or weekends):

  • Leg 1 takes 1 day
  • Leg 2 takes 8 days
  • Leg 3 takes 1 day

In total the journey takes 10 days.

Now, the requested delivery date as defined in the sales order is 20.01. So by backward scheduling, the following dates are calculated:

I am again simplifying here – there are not constraints, restrictions or PUDL windows.

Notice that the last leg is statistical, so SAP TM does not assume responsibility for the date at Location D. It is taken from the sales order schedule line. Also, the delivery gets transportation planning status “partially planned”.

That approach seems logical and it has been explained in detail by the note 3076868 – Delivery document shipment dates are not in sync with TM Freight Order execution dates.

The date at Location A is also the delivery picking date.

Surprisingly this logic has daring consequences! We are living in turbulent times so plans do change. Say that our shipment is delayed by a month and we update the date at Location A to 09.02 – TM promptly recalculates all the dates but the last one. Remember – the last stage is statistical and TM does not care about the date at Location D. Now the delivery integration goes haywire and we end up with the dates like this:

The delivery date is still 20.01, which is way before the picking date of 09.02! In other words the delivery will get to the buyer before it is even picked in the warehouse!!! Star Trek Starship Enterprise would not go faster than that.

Star Trek USS Enterprise

There is no warning here, no message, no log, nothing – as if going back in time is common. I have discussed the problem at length with SAP Support. It has been confirmed and designated as works as designed.

Honestly, I cannot understand why SAP is so indulgent about such mind blowing inconsistencies – whatever logic, whatever design, a delivery cannot get to its destination before it is even picked and packed.

Resolution

The resolution is to implement a custom enhancement with the following logic:

  1. Get the end date of the last planned leg.
  2. Summarize the durations of all statistical legs (there might be more of them).
  3. Add the duration from step 2 to the date from step 1 and use it as the delivery date.

The logic is very straightforward and I wish it made its way to SAP standard.

Depending on S/4HANA release the enhancement can be implemented either with the /SCMTMS/DLVP_CHG_DATA or /SCMTMS/BADI_LI_TM_LE BAdI – see the note 3072722 – /SCMTMS/DLVP_CHG_DATA BAdI usage in S/4HANA 2020 for details.

Credits

icons: Flaticon.com

 

 

 

Assigned Tags

      12 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Beyhan MEYRALI
      Beyhan MEYRALI

      Great Post Dominik. Thanks for sharing.

      Note: The real life scenario, Linkedin link, does not work.

      Author's profile photo Dominik Tylczynski
      Dominik Tylczynski
      Blog Post Author

      Thank you! The LinkedIn link works for me. LinkedIn login is required to follow the link. Would you please double check if the link works for you when you are logged to LinkedIn?

      Author's profile photo Beyhan MEYRALI
      Beyhan MEYRALI

      Might be a permission issue.

      Author's profile photo Dominik Tylczynski
      Dominik Tylczynski
      Blog Post Author

      I've just found out what the issue is and updated the article. You need to join the SAP Transportation Management to view the post.

      Thank you for that finding!

       

      Author's profile photo Dominik Tylczynski
      Dominik Tylczynski
      Blog Post Author

      The issue with the LinkedIn link is that it leads to a post in SAP Transportation Management, which is "Listed group". It means that:

      Listed: This group appears in search results and is visible to others on members’ profiles.

      Only members can see posts in the group.

      So you need to join the group to see the post.

      I'll update the article accordingly.

      Author's profile photo Justyna Chmiel
      Justyna Chmiel

      Very insightful, thank you Dominik!

      Author's profile photo Marek Kamiński
      Marek Kamiński

      As always great and informative post! Thank you Dominik!

      Author's profile photo Mateusz Zimny
      Mateusz Zimny

      Another great article about scheduling dates in supply chain process and the best way of adjusting it with real life examples. Thanks!

      Author's profile photo Dominik Tylczynski
      Dominik Tylczynski
      Blog Post Author

      Thank you Mateusz Zimny

      What perplexes me is that SAP allows such inconsistent dates, that they are aware of the issue and yet decide to turn a blind eye on that.

      Author's profile photo Murugesh Karunamurthy
      Murugesh Karunamurthy

      can u chk if there is hard constraint(acceptable) in FU on dlv date side?

      if you update the dlv date in erp and then propagate those changes does that work instead of pushing date from TM?

       

      Author's profile photo Dominik Tylczynski
      Dominik Tylczynski
      Blog Post Author

      Murugesh Karunamurthy Thank you for comment!

      There no hard constraints that would affect delivery dates. The issue has been confirmed with SAP support. They have acknowledged it but refused to fix it, for the reason that there are statistical (not planned) stages in TM default route, so deliveries are not fully planned in TM and final delivery dates are not calculated by TM. At first glance the logic seems fine, but the end result are inconsistencies as described in this blog.

      In my opinion no matter what the logic is, no matter what constraints there are, a final delivery date must not ever be before loading date.

      Unfortunately that is not the only problem with TM-delivery integration - see my other blog Integration issues in S/4HANA – TM breaks supply chain and how to fix it That has also been brought to SAP support. Again they have confirmed the issue, they have even provided a very simple but feasible solution with delivery processing BADI. However they have refused to issue a note to fix that in standard.

      Honestly I do not understand that approach. TM is a great product, but it looses a lot of its value with issues like that.

      Author's profile photo Dominik Tylczynski
      Dominik Tylczynski
      Blog Post Author

      I have opened an improvement proposal with SAP Customer Influence program to have this issue fixed in standard: Update final delivery date in case of statistical stages defined in a default route

      Cast your vote so the proposal is considered for implementation by SAP.