cancel
Showing results for 
Search instead for 
Did you mean: 

Assign Document Reference to the Freight Unit using service from SPROXY

szelbi
Participant
0 Kudos
1,049

Hello,

Currently, I am using the `TransportationOrderConfirmation_In` Service to change a Freight Order - assign a Document Reference to it, as well as to change the confirmation status and it works fine.

The requirement is to do similar thing but with the Freight Unit - I have to assign the Document Reference to it. The above service is surely prepared to work only with the Freight Units according to the description and my testing. When I try to give the FU Number in the XML it returns an error saying that "confirmation relates to an outdated version of freight order".

What should I do to be able to assign the Document Reference to the Freight Unit accordingly as it happens in the example with the FO described above?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member809312
Contributor
0 Kudos

This Oss Note described what is supported with this service:

2722559 - Usage of TransportationOrderGenericRequest_In in SAP Transportation Management - SAP ONE S...

Other approach you can use is to update the Delivery with the "Reference" as field Text on Head Level and it will populate to FU in Notes tab (a customizing need between SD/MM to TM for Text) .

Regards

Rogerio

szelbi
Participant
0 Kudos

Yes and in this Note I can see only Freight Booking, Service Order, Freight Order and Transportation Unit as the supported objects. There is no Freight Unit, so it won't let me edit the FU directly. My problem stays unsolved.

szelbi
Participant
0 Kudos

The other approach you proposed is not what has been required from me, but maybe it will be useful if I don't find the proper solution 🙂

former_member809312
Contributor
0 Kudos

Hi Norbert,

Not sure about your scenario but if you are working in legacy system integrated with TM would suggest you use the Service "TransportationOrderGenericRequest_In" which is support by SAP in this case with external system.

If you need to insert the same Document Reference number, you're assign in the FO to all FU which are in same FO why not use strategy in this FO document type in order to update these FUs.?

Regards

Rogerio

szelbi
Participant
0 Kudos

Am I wrong or the `TransportationOrderGenericRequest_In` service won't let me edit the Freight Unit? As I can see, currently it supports only the Category Type for the Freight Order.

The document I want to insert to the FU is different than in the parent-FO (or the FO does not even exist yet), so I don't think any of those solutions are suitable for my case.