SAP Knowledge Base Article - Public

3246492 - No Outbound Delivery Return In The Response of Web Service QueryOutboundDeliveryIn

Symptom

Query outbound delivery through standard web service QueryOutboundDeliveryIn but no outbound delivery return in the response.

Environment

SAP Business ByDesign

Reproducing the Issue

Query outbound deliveries whose shipment date is within a specific period, with below paragraph in the payload:

<SelectionByDateShippingDateTime>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>3</IntervalBoundaryTypeCode>
<LowerBoundaryDateTime>2022-09-01T00:31:44Z</LowerBoundaryDateTime>
<UpperBoundaryDateTime>2022-10-01T23:43:52Z</UpperBoundaryDateTime>
</SelectionByDateShippingDateTime>

However, no outbound delivery return in the response.

Cause

You have not maintained timeZoneCode in the above paragraph.

Resolution

Please add corresponding time zone code which you used in outbound delivery into below paragraph.

<SelectionByDateShippingDateTime>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>3</IntervalBoundaryTypeCode>
<LowerBoundaryDateTime timeZoneCode="UTC+8">2022-09-01T00:31:44Z</LowerBoundaryDateTime>
<UpperBoundaryDateTime timeZoneCode="UTC+8">2022-10-01T23:43:52Z</UpperBoundaryDateTime>
</SelectionByDateShippingDateTime>

Keywords

Web Service, QueryOutboundDeliveryIn, Time Zone, Shipment Date , KBA , AP-ODP-OD , Outbound Delivery , Problem

Product

SAP Business ByDesign all versions