...
queryObject:
Contains the request message that has various selection parameters to query and read the information regarding outbound deliverydeliveries.processingConditionsObject:
The xml object that specifies the conditions to process the query result.
Sample request
Anchor | ||||
---|---|---|---|---|
|
queryOutboundDeliverables
operation.Code Block | ||||
---|---|---|---|---|
| ||||
<queryOutboundDeliverables> <username>USERNAME</username> <password>PASSWORD</password> <sapHost>HOST</sapHost> <blocking>false</blocking> <queryObject> <OutboundDeliveryFindByElementsRequestMessageBody/> </queryObject> <processingConditionsObject> <ProcessingConditions> <QueryHitsUnlimitedIndicator>true</QueryHitsUnlimitedIndicator> </ProcessingConditions> </processingConditionsObject> </queryOutboundDeliverables> |
Related SAP Business ByDesign documentation
http://help.sap.com/saphelp_byd1405/en/PUBLISHING/PSM_ISI_R_II_QUERY_OUTBOUND_DELIVERY_IN.html
...
Following is a sample REST/JSON request that can be handled by the readOutboundDeliverables
operation operation.
Code Block | ||||
---|---|---|---|---|
| ||||
<readOutboundDeliverables> <username>USERNAME</username> <password>PASSWORD</password> <sapHost>HOST</sapHost> <blocking>false</blocking> <outboundDeliveryObject> <OutboundDelivery> <UUID>00163E02-8660-1EE2-8FF0-0CB8250DC543</UUID> </OutboundDelivery> </outboundDeliveryObject> </readOutboundDeliverables> |
Related SAP Business ByDesign documentation
http://help.sap.com/saphelp_byd1405/en/PUBLISHING/PSM_ISI_R_II_MANAGE_OUTBOUND_DELIVERY_IN.html
...