cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP TM - Tracking number update from carrier in Freight order in Basic SAP TM

KB786
Explorer
0 Likes
1,342

We are doing a greenfield implementation of SAP S/4HANA 2023 where basic embedded SAP TM is being implemented.

The carriers on receiving the Freight order send an XML file back to SAP TM with tracking number.

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ProcessShipmentReply
xmlns="http://XXX.com/ws/ship/v26">
<HighestSeverity>SUCCESS</HighestSeverity>
<Notifications>
<Severity>SUCCESS</Severity>
<Source>ship</Source>
<Code>0000</Code>
<Message>Success</Message>
<LocalizedMessage>Success</LocalizedMessage>
</Notifications>
<TransactionDetail>
<CustomerTransactionId>1001022546</CustomerTransactionId>
</TransactionDetail>

I checked and found that SPROXY

TransportationOrderSCMRequest_In can be used to design the inbound XML file.

My problem is I cannot find a place in Freight order where this tracking id will get updated. SAP Event management is in Advanced TM which I cannot use.

I wanted to know how the whole inbound process of Tracking from carrier is configured in Basic TM.

Also checking the XML I believe I will have to do an enhancement in TransportationOrderSCMRequest_In

 

 

 

Accepted Solutions (1)

Accepted Solutions (1)

Dominik_Tylczynski
SAP Champion
SAP Champion

Hello @KB786 

You can store the tracking number in freight order document references:DominikTylczyn_0-1741359672499.png

As far as I know TransportationOrderSCMRequest_In has a segment to transfer document references.

Best regards

Dominik Tylczynski

KB786
Explorer
0 Likes
Thank you, Dominik. I checked my created workflow in sandbox and I can't find this tab in my Frieght order FIORI app. It stops at CO2 emissions. Am I missing some configurations?
Ajit_Routray
Active Contributor
0 Likes
@KB786 - Tracking must be there...unfortunately I missed @Dominik_Tylczynski - Thanks!
Ajit_Routray
Active Contributor
@KB786 - Am I missing some configurations? -> Go to FO -> Top right click on ... -> Click Settings -> add reference ( you can see other tab)-> Save

Answers (1)

Answers (1)

Ajit_Routray
Active Contributor
0 Likes

Hi @KB786 ,

My opinion- Tracking number can be stored as new Text (Notes in FO) or add new custom field/tab...as you told you need enhancement.

Kind Regards,

Ajit

 

KB786
Explorer
0 Likes
Thanks Ajit. Will try the Notes tab in FO to store the tracking number.
Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
That is not a good idea - notes are notoriously difficult to search by or to report.
Ajit_Routray
Active Contributor
Hi @Dominik_Tylczynski- Agreed! Kind Regards, Ajit