Class DefaultWarehouseInboundDeliveryService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,WarehouseInboundDeliveryService
In every API call, you can make use of the following operations: - You can retrieve header information for warehouse inbound deliveries. - You can retrieve item information for warehouse inbound deliveries, including serial numbers. - You can change the carrier ID for a warehouse inbound delivery at header level. - You can change the product quantity and the goods movement bin for a warehouse inbound delivery at item level. - You can adjust the delivery item quantity down to 0 if the item was not received, or down to the packed quantity that was received. - You can post goods receipt. - You can reverse goods receipt. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | WAREHOUSEINBOUNDDELIVERY_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Warehousing - Inbound Delivery Integration(SAP_COM_0385) |
| Scope Items: | Warehouse Inbound Processing(3BR) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WHSE_INB_DELIVERY_2 |
| Business Object: | Warehouse Inbound Delivery |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.WarehouseInboundDeliveryService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingWarehouseInboundDeliveryService.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 theWhseInbDelivItemSerialNumberentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWhseInboundDeliveryHeadentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWhseInboundDeliveryItementity collection matching the filter and search expressions.createWhseInboundDeliveryHead(WhseInboundDeliveryHead whseInboundDeliveryHead) Deprecated.Create a newWhseInboundDeliveryHeadentity and save it to the S/4HANA system.createWhseInboundDeliveryItem(WhseInboundDeliveryItem whseInboundDeliveryItem) Deprecated.Create a newWhseInboundDeliveryItementity and save it to the S/4HANA system.Deprecated.Fetch multipleWhseInbDelivItemSerialNumberentities.Deprecated.Fetch multipleWhseInboundDeliveryHeadentities.Deprecated.Fetch multipleWhseInboundDeliveryItementities.Deprecated.getWhseInbDelivItemSerialNumberByKey(String eWMInboundDelivery, String eWMInboundDeliveryItem, String eWMSerialNumber) Deprecated.Fetch a singleWhseInbDelivItemSerialNumberentity using key fields.getWhseInboundDeliveryHeadByKey(String eWMInboundDelivery) Deprecated.Fetch a singleWhseInboundDeliveryHeadentity using key fields.getWhseInboundDeliveryItemByKey(String eWMInboundDelivery, String eWMInboundDeliveryItem) Deprecated.Fetch a singleWhseInboundDeliveryItementity using key fields.updateWhseInboundDeliveryHead(WhseInboundDeliveryHead whseInboundDeliveryHead) Deprecated.Update an existingWhseInboundDeliveryHeadentity and save it to the S/4HANA system.updateWhseInboundDeliveryItem(WhseInboundDeliveryItem whseInboundDeliveryItem) Deprecated.Update an existingWhseInboundDeliveryItementity 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
-
DefaultWarehouseInboundDeliveryService
public DefaultWarehouseInboundDeliveryService()Deprecated.Creates a service usingWarehouseInboundDeliveryService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceWarehouseInboundDeliveryService- 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:WarehouseInboundDeliveryServiceCreates a batch request builder object.- Specified by:
batchin interfaceWarehouseInboundDeliveryService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllWhseInbDelivItemSerialNumber
@Nonnull public GetAllRequestBuilder<WhseInbDelivItemSerialNumber> getAllWhseInbDelivItemSerialNumber()Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch multipleWhseInbDelivItemSerialNumberentities.- Specified by:
getAllWhseInbDelivItemSerialNumberin interfaceWarehouseInboundDeliveryService- Returns:
- A request builder to fetch multiple
WhseInbDelivItemSerialNumberentities. 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.
-
countWhseInbDelivItemSerialNumber
@Nonnull public CountRequestBuilder<WhseInbDelivItemSerialNumber> countWhseInbDelivItemSerialNumber()Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch the number of entries from theWhseInbDelivItemSerialNumberentity collection matching the filter and search expressions.- Specified by:
countWhseInbDelivItemSerialNumberin interfaceWarehouseInboundDeliveryService- Returns:
- A request builder to fetch the count of
WhseInbDelivItemSerialNumberentities. 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.
-
getWhseInbDelivItemSerialNumberByKey
@Nonnull public GetByKeyRequestBuilder<WhseInbDelivItemSerialNumber> getWhseInbDelivItemSerialNumberByKey(String eWMInboundDelivery, String eWMInboundDeliveryItem, String eWMSerialNumber) Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch a singleWhseInbDelivItemSerialNumberentity using key fields.- Specified by:
getWhseInbDelivItemSerialNumberByKeyin interfaceWarehouseInboundDeliveryService- Parameters:
eWMInboundDelivery- Document NumberConstraints: Not nullable, Maximum length: 35
eWMInboundDeliveryItem- Item NumberConstraints: Not nullable, Maximum length: 10
eWMSerialNumber-Constraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
WhseInbDelivItemSerialNumberentity 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.
-
getAllWhseInboundDeliveryHead
Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch multipleWhseInboundDeliveryHeadentities.- Specified by:
getAllWhseInboundDeliveryHeadin interfaceWarehouseInboundDeliveryService- Returns:
- A request builder to fetch multiple
WhseInboundDeliveryHeadentities. 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.
-
countWhseInboundDeliveryHead
Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch the number of entries from theWhseInboundDeliveryHeadentity collection matching the filter and search expressions.- Specified by:
countWhseInboundDeliveryHeadin interfaceWarehouseInboundDeliveryService- Returns:
- A request builder to fetch the count of
WhseInboundDeliveryHeadentities. 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.
-
getWhseInboundDeliveryHeadByKey
@Nonnull public GetByKeyRequestBuilder<WhseInboundDeliveryHead> getWhseInboundDeliveryHeadByKey(String eWMInboundDelivery) Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch a singleWhseInboundDeliveryHeadentity using key fields.- Specified by:
getWhseInboundDeliveryHeadByKeyin interfaceWarehouseInboundDeliveryService- Parameters:
eWMInboundDelivery- Document NumberConstraints: Not nullable, Maximum length: 35
- Returns:
- A request builder to fetch a single
WhseInboundDeliveryHeadentity 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.
-
createWhseInboundDeliveryHead
@Nonnull public CreateRequestBuilder<WhseInboundDeliveryHead> createWhseInboundDeliveryHead(@Nonnull WhseInboundDeliveryHead whseInboundDeliveryHead) Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceCreate a newWhseInboundDeliveryHeadentity and save it to the S/4HANA system.- Specified by:
createWhseInboundDeliveryHeadin interfaceWarehouseInboundDeliveryService- Parameters:
whseInboundDeliveryHead-WhseInboundDeliveryHeadentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WhseInboundDeliveryHeadentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWhseInboundDeliveryHead
@Nonnull public UpdateRequestBuilder<WhseInboundDeliveryHead> updateWhseInboundDeliveryHead(@Nonnull WhseInboundDeliveryHead whseInboundDeliveryHead) Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceUpdate an existingWhseInboundDeliveryHeadentity and save it to the S/4HANA system.- Specified by:
updateWhseInboundDeliveryHeadin interfaceWarehouseInboundDeliveryService- Parameters:
whseInboundDeliveryHead-WhseInboundDeliveryHeadentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WhseInboundDeliveryHeadentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWhseInboundDeliveryItem
Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch multipleWhseInboundDeliveryItementities.- Specified by:
getAllWhseInboundDeliveryItemin interfaceWarehouseInboundDeliveryService- Returns:
- A request builder to fetch multiple
WhseInboundDeliveryItementities. 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.
-
countWhseInboundDeliveryItem
Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch the number of entries from theWhseInboundDeliveryItementity collection matching the filter and search expressions.- Specified by:
countWhseInboundDeliveryItemin interfaceWarehouseInboundDeliveryService- Returns:
- A request builder to fetch the count of
WhseInboundDeliveryItementities. 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.
-
getWhseInboundDeliveryItemByKey
@Nonnull public GetByKeyRequestBuilder<WhseInboundDeliveryItem> getWhseInboundDeliveryItemByKey(String eWMInboundDelivery, String eWMInboundDeliveryItem) Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceFetch a singleWhseInboundDeliveryItementity using key fields.- Specified by:
getWhseInboundDeliveryItemByKeyin interfaceWarehouseInboundDeliveryService- Parameters:
eWMInboundDelivery- Document NumberConstraints: Not nullable, Maximum length: 35
eWMInboundDeliveryItem- Item NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
WhseInboundDeliveryItementity 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.
-
createWhseInboundDeliveryItem
@Nonnull public CreateRequestBuilder<WhseInboundDeliveryItem> createWhseInboundDeliveryItem(@Nonnull WhseInboundDeliveryItem whseInboundDeliveryItem) Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceCreate a newWhseInboundDeliveryItementity and save it to the S/4HANA system.- Specified by:
createWhseInboundDeliveryItemin interfaceWarehouseInboundDeliveryService- Parameters:
whseInboundDeliveryItem-WhseInboundDeliveryItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WhseInboundDeliveryItementity. To perform execution, call theexecutemethod on the request builder object.
-
updateWhseInboundDeliveryItem
@Nonnull public UpdateRequestBuilder<WhseInboundDeliveryItem> updateWhseInboundDeliveryItem(@Nonnull WhseInboundDeliveryItem whseInboundDeliveryItem) Deprecated.Description copied from interface:WarehouseInboundDeliveryServiceUpdate an existingWhseInboundDeliveryItementity and save it to the S/4HANA system.- Specified by:
updateWhseInboundDeliveryItemin interfaceWarehouseInboundDeliveryService- Parameters:
whseInboundDeliveryItem-WhseInboundDeliveryItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WhseInboundDeliveryItementity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-