Class DefaultWarehouseOutboundDeliveryOrderService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,WarehouseOutboundDeliveryOrderService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.WarehouseOutboundDeliveryOrderService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingWarehouseOutboundDeliveryOrderService.DEFAULT_SERVICE_PATHto send the requests. -
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.Deprecated.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultWarehouseOutboundDeliveryOrderService
public DefaultWarehouseOutboundDeliveryOrderService()Deprecated.Creates a service usingWarehouseOutboundDeliveryOrderService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultWarehouseOutboundDeliveryOrderService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceWarehouseOutboundDeliveryOrderService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceCreates a batch request builder object.- Specified by:
batchin interfaceWarehouseOutboundDeliveryOrderService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllWhseDeliveryDocumentAddress
@Nonnull public GetAllRequestBuilder<WhseDeliveryDocumentAddress> getAllWhseDeliveryDocumentAddress()Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch multipleWhseDeliveryDocumentAddressentities.- Specified by:
getAllWhseDeliveryDocumentAddressin interfaceWarehouseOutboundDeliveryOrderService- 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.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch the number of entries from theWhseDeliveryDocumentAddressentity collection matching the filter and search expressions.- Specified by:
countWhseDeliveryDocumentAddressin interfaceWarehouseOutboundDeliveryOrderService- 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 public GetByKeyRequestBuilder<WhseDeliveryDocumentAddress> getWhseDeliveryDocumentAddressByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem, String businessPartnerRole) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch a singleWhseDeliveryDocumentAddressentity using key fields.- Specified by:
getWhseDeliveryDocumentAddressByKeyin interfaceWarehouseOutboundDeliveryOrderService- Parameters:
eWMOutboundDeliveryOrder- Document NumberConstraints: Not nullable, Maximum length: 35
eWMOutboundDeliveryOrderItem- Item NumberConstraints: Not nullable, Maximum length: 10
businessPartnerRole- Partner RoleConstraints: Not nullable, Maximum length: 6
- 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 public GetAllRequestBuilder<WhseOutbDelivOrderItemSerialNo> getAllWhseOutbDelivOrderItemSerialNo()Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch multipleWhseOutbDelivOrderItemSerialNoentities.- Specified by:
getAllWhseOutbDelivOrderItemSerialNoin interfaceWarehouseOutboundDeliveryOrderService- 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
@Nonnull public CountRequestBuilder<WhseOutbDelivOrderItemSerialNo> countWhseOutbDelivOrderItemSerialNo()Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch the number of entries from theWhseOutbDelivOrderItemSerialNoentity collection matching the filter and search expressions.- Specified by:
countWhseOutbDelivOrderItemSerialNoin interfaceWarehouseOutboundDeliveryOrderService- 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 public GetByKeyRequestBuilder<WhseOutbDelivOrderItemSerialNo> getWhseOutbDelivOrderItemSerialNoByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem, String eWMSerialNumber) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch a singleWhseOutbDelivOrderItemSerialNoentity using key fields.- Specified by:
getWhseOutbDelivOrderItemSerialNoByKeyin interfaceWarehouseOutboundDeliveryOrderService- Parameters:
eWMOutboundDeliveryOrder- Document NumberConstraints: Not nullable, Maximum length: 35
eWMOutboundDeliveryOrderItem- Item NumberConstraints: Not nullable, Maximum length: 10
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
@Nonnull public GetAllRequestBuilder<WhseOutboundDeliveryOrderHead> getAllWhseOutboundDeliveryOrderHead()Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch multipleWhseOutboundDeliveryOrderHeadentities.- Specified by:
getAllWhseOutboundDeliveryOrderHeadin interfaceWarehouseOutboundDeliveryOrderService- 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
@Nonnull public CountRequestBuilder<WhseOutboundDeliveryOrderHead> countWhseOutboundDeliveryOrderHead()Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch the number of entries from theWhseOutboundDeliveryOrderHeadentity collection matching the filter and search expressions.- Specified by:
countWhseOutboundDeliveryOrderHeadin interfaceWarehouseOutboundDeliveryOrderService- 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 public GetByKeyRequestBuilder<WhseOutboundDeliveryOrderHead> getWhseOutboundDeliveryOrderHeadByKey(String eWMOutboundDeliveryOrder) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch a singleWhseOutboundDeliveryOrderHeadentity using key fields.- Specified by:
getWhseOutboundDeliveryOrderHeadByKeyin interfaceWarehouseOutboundDeliveryOrderService- 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 public CreateRequestBuilder<WhseOutboundDeliveryOrderHead> createWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceCreate a newWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.- Specified by:
createWhseOutboundDeliveryOrderHeadin interfaceWarehouseOutboundDeliveryOrderService- 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 public UpdateRequestBuilder<WhseOutboundDeliveryOrderHead> updateWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceUpdate an existingWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.- Specified by:
updateWhseOutboundDeliveryOrderHeadin interfaceWarehouseOutboundDeliveryOrderService- 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
@Nonnull public GetAllRequestBuilder<WhseOutboundDeliveryOrderItem> getAllWhseOutboundDeliveryOrderItem()Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch multipleWhseOutboundDeliveryOrderItementities.- Specified by:
getAllWhseOutboundDeliveryOrderItemin interfaceWarehouseOutboundDeliveryOrderService- 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
@Nonnull public CountRequestBuilder<WhseOutboundDeliveryOrderItem> countWhseOutboundDeliveryOrderItem()Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch the number of entries from theWhseOutboundDeliveryOrderItementity collection matching the filter and search expressions.- Specified by:
countWhseOutboundDeliveryOrderItemin interfaceWarehouseOutboundDeliveryOrderService- 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 public GetByKeyRequestBuilder<WhseOutboundDeliveryOrderItem> getWhseOutboundDeliveryOrderItemByKey(String eWMOutboundDeliveryOrder, String eWMOutboundDeliveryOrderItem) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceFetch a singleWhseOutboundDeliveryOrderItementity using key fields.- Specified by:
getWhseOutboundDeliveryOrderItemByKeyin interfaceWarehouseOutboundDeliveryOrderService- Parameters:
eWMOutboundDeliveryOrder- Document NumberConstraints: Not nullable, Maximum length: 35
eWMOutboundDeliveryOrderItem- Item NumberConstraints: Not nullable, Maximum length: 10
- 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 public CreateRequestBuilder<WhseOutboundDeliveryOrderItem> createWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceCreate a newWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.- Specified by:
createWhseOutboundDeliveryOrderItemin interfaceWarehouseOutboundDeliveryOrderService- 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 public UpdateRequestBuilder<WhseOutboundDeliveryOrderItem> updateWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Deprecated.Description copied from interface:WarehouseOutboundDeliveryOrderServiceUpdate an existingWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.- Specified by:
updateWhseOutboundDeliveryOrderItemin interfaceWarehouseOutboundDeliveryOrderService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-