Skip to Content
0
Dec 13, 2022 at 06:58 AM

How to query last 30 days outbound delivery by delivery date?

86 Views Last edit Dec 13, 2022 at 10:45 PM 2 rev

Hi Experts,

I am using SOAP UI

these are my request payload to get the last 30 days for outbound delivery, but it is not working.

http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob=" http://sap.com/xi/SAPGlobal20/Global">

<soapenv:Header/>

<soapenv:Body>

<glob:OutboundDeliveryFindByElementsQuery_sync>

<OutboundDeliveryFindByElementsRequestMessageBody>

<SelectionByDateArrivalDateTime>

<InclusionExclusionCode>I</InclusionExclusionCode>

<IntervalBoundaryTypeCode>9</IntervalBoundaryTypeCode>

<LowerBoundaryDateTime>2022-11-13T00:00:00.000Z</LowerBoundaryDateTime>

</SelectionByDateArrivalDateTime>

</OutboundDeliveryFindByElementsRequestMessageBody>

<ProcessingConditions>

<QueryHitsUnlimitedIndicator>true</QueryHitsUnlimitedIndicator>

</ProcessingConditions>

</glob:OutboundDeliveryFindByElementsQuery_sync>

</soapenv:Body>

</soapenv:Envelope>