Interface WarehouseOutboundDeliveryOrderService
- All Known Implementing Classes:
DefaultWarehouseOutboundDeliveryOrderService
In every API call, you can make use of the following operations: - You can retrieve header information for warehouse outbound delivery orders. - You can retrieve item information for warehouse outbound delivery orders, including serial numbers. - You can change the carrier ID for a warehouse outbound delivery order at header level. - You can change the staging bay for a warehouse outbound delivery order, as well as the product quantity, at item level. - You can adjust the delivery quantity down to 0 if picking hasn't started, or down to the partial quantity that has already been picked. - You can print a loading list for a delivery. - You can post goods issue. - You can reverse goods issue. - You can set the status Ready for Shipping for a delivery. - You can reverse the status Ready for Shipping for a delivery..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | WAREHOUSEOUTBDELIVERYORDER_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Warehousing - Process Outbound Delivery Order Integration(SAP_COM_0356) |
| Scope Items: | Warehouse Outbound Processing(3BS) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WAREHOUSE_ODO_2 |
| Business Object: | Warehouse Outbound Delivery Order |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theWhseDeliveryDocumentAddressentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWhseOutbDelivOrderItemSerialNoentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWhseOutboundDeliveryOrderHeadentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWhseOutboundDeliveryOrderItementity collection matching the filter and search expressions.createWhseOutboundDeliveryOrderHead(WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Deprecated.Create a newWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.createWhseOutboundDeliveryOrderItem(WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Deprecated.Create a newWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.Deprecated.Fetch multipleWhseDeliveryDocumentAddressentities.Deprecated.Fetch multipleWhseOutbDelivOrderItemSerialNoentities.Deprecated.Fetch multipleWhseOutboundDeliveryOrderHeadentities.Deprecated.Fetch multipleWhseOutboundDeliveryOrderItementities.getWhseDeliveryDocumentAddressByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem, String businessPartnerRole) Deprecated.Fetch a singleWhseDeliveryDocumentAddressentity using key fields.getWhseOutbDelivOrderItemSerialNoByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem, String eWMSerialNumber) Deprecated.Fetch a singleWhseOutbDelivOrderItemSerialNoentity using key fields.getWhseOutboundDeliveryOrderHeadByKey(String eWMOutboundDeliveryOrder) Deprecated.Fetch a singleWhseOutboundDeliveryOrderHeadentity using key fields.getWhseOutboundDeliveryOrderItemByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem) Deprecated.Fetch a singleWhseOutboundDeliveryOrderItementity using key fields.updateWhseOutboundDeliveryOrderHead(WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Deprecated.Update an existingWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.updateWhseOutboundDeliveryOrderItem(WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Deprecated.Update an existingWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllWhseDeliveryDocumentAddress
Deprecated.Fetch multipleWhseDeliveryDocumentAddressentities.- Returns:
- A request builder to fetch multiple
WhseDeliveryDocumentAddressentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWhseDeliveryDocumentAddress
Deprecated.Fetch the number of entries from theWhseDeliveryDocumentAddressentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WhseDeliveryDocumentAddressentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWhseDeliveryDocumentAddressByKey
@Nonnull GetByKeyRequestBuilder<WhseDeliveryDocumentAddress> getWhseDeliveryDocumentAddressByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem, String businessPartnerRole) Deprecated.Fetch a singleWhseDeliveryDocumentAddressentity using key fields.- Parameters:
businessPartnerRole- Partner RoleConstraints: Not nullable, Maximum length: 6
eWMOutboundDeliveryOrderItem- Item NumberConstraints: Not nullable, Maximum length: 10
eWMOutboundDeliveryOrder- Document NumberConstraints: Not nullable, Maximum length: 35
- Returns:
- A request builder to fetch a single
WhseDeliveryDocumentAddressentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllWhseOutbDelivOrderItemSerialNo
@Nonnull GetAllRequestBuilder<WhseOutbDelivOrderItemSerialNo> getAllWhseOutbDelivOrderItemSerialNo()Deprecated.Fetch multipleWhseOutbDelivOrderItemSerialNoentities.- Returns:
- A request builder to fetch multiple
WhseOutbDelivOrderItemSerialNoentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWhseOutbDelivOrderItemSerialNo
Deprecated.Fetch the number of entries from theWhseOutbDelivOrderItemSerialNoentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WhseOutbDelivOrderItemSerialNoentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWhseOutbDelivOrderItemSerialNoByKey
@Nonnull GetByKeyRequestBuilder<WhseOutbDelivOrderItemSerialNo> getWhseOutbDelivOrderItemSerialNoByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem, String eWMSerialNumber) Deprecated.Fetch a singleWhseOutbDelivOrderItemSerialNoentity using key fields.- Parameters:
eWMOutboundDeliveryOrderItem- Item NumberConstraints: Not nullable, Maximum length: 10
eWMOutboundDeliveryOrder- Document NumberConstraints: Not nullable, Maximum length: 35
eWMSerialNumber-Constraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
WhseOutbDelivOrderItemSerialNoentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllWhseOutboundDeliveryOrderHead
Deprecated.Fetch multipleWhseOutboundDeliveryOrderHeadentities.- Returns:
- A request builder to fetch multiple
WhseOutboundDeliveryOrderHeadentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWhseOutboundDeliveryOrderHead
Deprecated.Fetch the number of entries from theWhseOutboundDeliveryOrderHeadentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WhseOutboundDeliveryOrderHeadentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWhseOutboundDeliveryOrderHeadByKey
@Nonnull GetByKeyRequestBuilder<WhseOutboundDeliveryOrderHead> getWhseOutboundDeliveryOrderHeadByKey(String eWMOutboundDeliveryOrder) Deprecated.Fetch a singleWhseOutboundDeliveryOrderHeadentity using key fields.- Parameters:
eWMOutboundDeliveryOrder- Document NumberConstraints: Not nullable, Maximum length: 35
- Returns:
- A request builder to fetch a single
WhseOutboundDeliveryOrderHeadentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createWhseOutboundDeliveryOrderHead
@Nonnull CreateRequestBuilder<WhseOutboundDeliveryOrderHead> createWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Deprecated.Create a newWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.- Parameters:
whseOutboundDeliveryOrderHead-WhseOutboundDeliveryOrderHeadentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WhseOutboundDeliveryOrderHeadentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWhseOutboundDeliveryOrderHead
@Nonnull UpdateRequestBuilder<WhseOutboundDeliveryOrderHead> updateWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Deprecated.Update an existingWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.- Parameters:
whseOutboundDeliveryOrderHead-WhseOutboundDeliveryOrderHeadentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WhseOutboundDeliveryOrderHeadentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWhseOutboundDeliveryOrderItem
Deprecated.Fetch multipleWhseOutboundDeliveryOrderItementities.- Returns:
- A request builder to fetch multiple
WhseOutboundDeliveryOrderItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWhseOutboundDeliveryOrderItem
Deprecated.Fetch the number of entries from theWhseOutboundDeliveryOrderItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WhseOutboundDeliveryOrderItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWhseOutboundDeliveryOrderItemByKey
@Nonnull GetByKeyRequestBuilder<WhseOutboundDeliveryOrderItem> getWhseOutboundDeliveryOrderItemByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem) Deprecated.Fetch a singleWhseOutboundDeliveryOrderItementity using key fields.- Parameters:
eWMOutboundDeliveryOrderItem- Item NumberConstraints: Not nullable, Maximum length: 10
eWMOutboundDeliveryOrder- Document NumberConstraints: Not nullable, Maximum length: 35
- Returns:
- A request builder to fetch a single
WhseOutboundDeliveryOrderItementity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createWhseOutboundDeliveryOrderItem
@Nonnull CreateRequestBuilder<WhseOutboundDeliveryOrderItem> createWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Deprecated.Create a newWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.- Parameters:
whseOutboundDeliveryOrderItem-WhseOutboundDeliveryOrderItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WhseOutboundDeliveryOrderItementity. To perform execution, call theexecutemethod on the request builder object.
-
updateWhseOutboundDeliveryOrderItem
@Nonnull UpdateRequestBuilder<WhseOutboundDeliveryOrderItem> updateWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Deprecated.Update an existingWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.- Parameters:
whseOutboundDeliveryOrderItem-WhseOutboundDeliveryOrderItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WhseOutboundDeliveryOrderItementity. To perform execution, call theexecutemethod on the request builder object.
-