cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking ID

former_member193027
Participant
0 Kudos


Hi,

Currently we are working on a shipper scenario where in the AS-IS, ECC system is there but in the to-be scenario there will be TM 9.2 and EM 9.0 plus ECC will also work as it is. However EM is not connected to ECC.

Now when any vehicle enters any site to load and unload materials, they use the current delivery No to enter the site and I am sure its only the delivery No that the trucker will use as reference in current loading application sites as well.Hence can the experts inform in this case since EM is integrated only with TM, how can we use the delivery No as a tracking ID since delivery No is in ECC. What will be the best way to track this info? Is there any preprocessing framwork we need to use to convert delivery No to TOR ID or how we go about with it?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dipak,

If you are capturing delivery number in SAP TM, then when the event handler is created or event message is reported, it can send delivery number as parameter to SAP EM.

Either you can create an additional track id upon creation through BADI modification /saptrx/cl_eh_det_intf_cntrl=>add_tracking_ids or when event message sends, using activity method TRACKING_ID_SET, it can create additional tracking id in SAP EM side.


Check this discussion


Regards
GGOPII

former_member193027
Participant
0 Kudos

A quick question, does it mean that in integration with TM, if we are using delivery document No as additional tracking ID, will the actual event updates directly occur in the freight order execution tab in that case? If yes, what logic SAP EM uses to convert the delivery document No into freight order/freight booking  in that case

former_member190756
Active Contributor
0 Kudos

There is no conversion done. Delivery number is just added as additional Tracking ID.

Please check the documentation for TRacking IDs in EM.

An EH can have multiple Tracking IDs and as Gopi outlined you can add and remove them by Event Messages.

Best regards,

Steffen

former_member193027
Participant
0 Kudos

Hi,

Any suggestion what can be the std tracking ID code set that can be used for sales order, purchase order, inbound and outbound delivery No when we are using multiple tracking ID concept.

former_member190756
Active Contributor
0 Kudos

The Codeset is freely definable. You are not bound to any rules here. It must only make sense within your scenario.

Best regards,

Steffen

Answers (0)