cancel
Showing results for 
Search instead for 
Did you mean: 

Book Inbound Deliveries with delivery date in the past via Webservice

Former Member
0 Kudos

Hello to everyone,

in one of our projectes we would need to create inbound deliveries with delivery date in the past using the webservice Interface.

The material booking date needs to be in the past.

Using the UI I can set an actual delivery date, when I confirm the site logistics Task for the inbound delivery.

When I have a confirm the site logistics tasks via the webservice there is no Option to pass a delivery date.

Does someone has an idea how to do this?

Kind regards,

Christine Toblier

B4B Solutions

Accepted Solutions (1)

Accepted Solutions (1)

knutheusermann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Christine,

did you check the actual delivery date in web service ManageSiteLogisticsTaskIn (Inbound Service Interface (public)😞

<n0:SiteLogisticsTaskBundleMaintainRequest_sync_V1 xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
  <BasicMessageHeader>
   <ID>987654321</ID>
   <UUID>98765432-90ab-cdef-0123-456789abcdef</UUID>
  </BasicMessageHeader>
  <SiteLogisticsTask>
   <SiteLogisticTaskID>132</SiteLogisticTaskID>
   <SiteLogisticTaskUUID>12345678-90ab-cdef-0123-456789abcdef</SiteLogisticTaskUUID>
   <ActualDeliveryDate>
    <StartDateTime timeZoneCode="CET">2015-05-28T12:00:00.1234567Z</StartDateTime>
    <EndDateTime timeZoneCode="CET">2015-05-29T12:00:00.1234567Z</EndDateTime>
   </ActualDeliveryDate>

   ...


BR, Knut

Former Member
0 Kudos

Hi Knut,

thank's for your answer.

As far as I can see it the actualDeliveryDate is not part of the ManageSiteLogisticsTaskIn Webservice.

It would be great if we could set the value of that field.

I tried to create a custom webservice that includes that value, but then the ReferencedObject could not be included as it is provided by the Standard SAP Webservice.

Do you have an idea how to solve that?

Kind regards,

Christine

knutheusermann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Christine,

the ActualDeliveryDate is available with ByD FP1505 SPS 02.

Best regards,

Knut

Answers (0)