Interface ProcessWarehouseTaskService
- All Known Implementing Classes:
DefaultProcessWarehouseTaskService
In every API call, you can make use of the following operations: - You can retrieve warehouse orders and warehouse tasks with their serial numbers. Apply any of the filters provided or retrieve all existing data. - For existing warehouse orders, you can update the corresponding warehouse tasks. - You can update existing warehouse tasks (confirm, confirm with exceptions, confirm with serial numbers, cancel). - You can update existing warehouse orders (assign or unassign warehouse order to warehouse resource). - You can create warehouse tasks (product warehouse tasks, HU warehouse tasks, warehouse tasks for warehouse requests). # .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | WAREHOUSEORDER_0001 |
| API Version: | 1.4.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Warehousing - Process Warehouse Task Integration(SAP_COM_0353) |
| Scope Items: | Resource Management in Warehousing(3W0) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WAREHOUSE_ORDER_TASK_2 |
| Business Object: | Warehouse 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 theWarehouseOrderentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWarehouseOrderPickHndlgUnitentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWarehouseTaskentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWarehouseTaskExceptionCodeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWarehouseTaskSerialNumberentity collection matching the filter and search expressions.createWarehouseOrder(WarehouseOrder warehouseOrder) Deprecated.Create a newWarehouseOrderentity and save it to the S/4HANA system.createWarehouseOrderPickHndlgUnit(WarehouseOrderPickHndlgUnit warehouseOrderPickHndlgUnit) Deprecated.Create a newWarehouseOrderPickHndlgUnitentity and save it to the S/4HANA system.createWarehouseTask(WarehouseTask warehouseTask) Deprecated.Create a newWarehouseTaskentity and save it to the S/4HANA system.Deprecated.Fetch multipleWarehouseOrderentities.Deprecated.Fetch multipleWarehouseOrderPickHndlgUnitentities.Deprecated.Fetch multipleWarehouseTaskentities.Deprecated.Fetch multipleWarehouseTaskExceptionCodeentities.Deprecated.Fetch multipleWarehouseTaskSerialNumberentities.getWarehouseOrderByKey(String eWMWarehouse, String warehouseOrder) Deprecated.Fetch a singleWarehouseOrderentity using key fields.getWarehouseOrderPickHndlgUnitByKey(String eWMWarehouse, String warehouseOrder, String handlingUnitExternalID) Deprecated.Fetch a singleWarehouseOrderPickHndlgUnitentity using key fields.getWarehouseTaskByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem) Deprecated.Fetch a singleWarehouseTaskentity using key fields.getWarehouseTaskExceptionCodeByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem, String warehouseTaskExceptionCode, String businessContext, String businessContextExecutionStep) Deprecated.Fetch a singleWarehouseTaskExceptionCodeentity using key fields.getWarehouseTaskSerialNumberByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem, String eWMSerialNumber) Deprecated.Fetch a singleWarehouseTaskSerialNumberentity using key fields.updateWarehouseOrder(WarehouseOrder warehouseOrder) Deprecated.Update an existingWarehouseOrderentity 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.
-
getAllWarehouseOrder
Deprecated.Fetch multipleWarehouseOrderentities.- Returns:
- A request builder to fetch multiple
WarehouseOrderentities. 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.
-
countWarehouseOrder
Deprecated.Fetch the number of entries from theWarehouseOrderentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarehouseOrderentities. 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.
-
getWarehouseOrderByKey
@Nonnull GetByKeyRequestBuilder<WarehouseOrder> getWarehouseOrderByKey(String eWMWarehouse, String warehouseOrder) Deprecated.Fetch a singleWarehouseOrderentity using key fields.- Parameters:
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
warehouseOrder- Warehouse Order NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
WarehouseOrderentity 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.
-
createWarehouseOrder
@Nonnull CreateRequestBuilder<WarehouseOrder> createWarehouseOrder(@Nonnull WarehouseOrder warehouseOrder) Deprecated.Create a newWarehouseOrderentity and save it to the S/4HANA system.- Parameters:
warehouseOrder-WarehouseOrderentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarehouseOrderentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWarehouseOrder
@Nonnull UpdateRequestBuilder<WarehouseOrder> updateWarehouseOrder(@Nonnull WarehouseOrder warehouseOrder) Deprecated.Update an existingWarehouseOrderentity and save it to the S/4HANA system.- Parameters:
warehouseOrder-WarehouseOrderentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WarehouseOrderentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWarehouseOrderPickHndlgUnit
Deprecated.Fetch multipleWarehouseOrderPickHndlgUnitentities.- Returns:
- A request builder to fetch multiple
WarehouseOrderPickHndlgUnitentities. 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.
-
countWarehouseOrderPickHndlgUnit
Deprecated.Fetch the number of entries from theWarehouseOrderPickHndlgUnitentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarehouseOrderPickHndlgUnitentities. 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.
-
getWarehouseOrderPickHndlgUnitByKey
@Nonnull GetByKeyRequestBuilder<WarehouseOrderPickHndlgUnit> getWarehouseOrderPickHndlgUnitByKey(String eWMWarehouse, String warehouseOrder, String handlingUnitExternalID) Deprecated.Fetch a singleWarehouseOrderPickHndlgUnitentity using key fields.- Parameters:
handlingUnitExternalID- Handling UnitConstraints: Not nullable, Maximum length: 20
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
warehouseOrder- Warehouse Order NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
WarehouseOrderPickHndlgUnitentity 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.
-
createWarehouseOrderPickHndlgUnit
@Nonnull CreateRequestBuilder<WarehouseOrderPickHndlgUnit> createWarehouseOrderPickHndlgUnit(@Nonnull WarehouseOrderPickHndlgUnit warehouseOrderPickHndlgUnit) Deprecated.Create a newWarehouseOrderPickHndlgUnitentity and save it to the S/4HANA system.- Parameters:
warehouseOrderPickHndlgUnit-WarehouseOrderPickHndlgUnitentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarehouseOrderPickHndlgUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWarehouseTask
Deprecated.Fetch multipleWarehouseTaskentities.- Returns:
- A request builder to fetch multiple
WarehouseTaskentities. 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.
-
countWarehouseTask
Deprecated.Fetch the number of entries from theWarehouseTaskentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarehouseTaskentities. 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.
-
getWarehouseTaskByKey
@Nonnull GetByKeyRequestBuilder<WarehouseTask> getWarehouseTaskByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem) Deprecated.Fetch a singleWarehouseTaskentity using key fields.- Parameters:
warehouseTaskItem- Warehouse Task ItemConstraints: Not nullable, Maximum length: 4
warehouseTask- Warehouse TaskConstraints: Not nullable, Maximum length: 12
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
WarehouseTaskentity 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.
-
createWarehouseTask
@Nonnull CreateRequestBuilder<WarehouseTask> createWarehouseTask(@Nonnull WarehouseTask warehouseTask) Deprecated.Create a newWarehouseTaskentity and save it to the S/4HANA system.- Parameters:
warehouseTask-WarehouseTaskentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarehouseTaskentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWarehouseTaskExceptionCode
Deprecated.Fetch multipleWarehouseTaskExceptionCodeentities.- Returns:
- A request builder to fetch multiple
WarehouseTaskExceptionCodeentities. 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.
-
countWarehouseTaskExceptionCode
Deprecated.Fetch the number of entries from theWarehouseTaskExceptionCodeentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarehouseTaskExceptionCodeentities. 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.
-
getWarehouseTaskExceptionCodeByKey
@Nonnull GetByKeyRequestBuilder<WarehouseTaskExceptionCode> getWarehouseTaskExceptionCodeByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem, String warehouseTaskExceptionCode, String businessContext, String businessContextExecutionStep) Deprecated.Fetch a singleWarehouseTaskExceptionCodeentity using key fields.- Parameters:
businessContextExecutionStep- Execution Step in Business ContextConstraints: Not nullable, Maximum length: 2
warehouseTaskItem- Warehouse Task ItemConstraints: Not nullable, Maximum length: 4
warehouseTaskExceptionCode- Exception CodeConstraints: Not nullable, Maximum length: 4
businessContext- Business ContextConstraints: Not nullable, Maximum length: 3
warehouseTask- Warehouse TaskConstraints: Not nullable, Maximum length: 12
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
WarehouseTaskExceptionCodeentity 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.
-
getAllWarehouseTaskSerialNumber
Deprecated.Fetch multipleWarehouseTaskSerialNumberentities.- Returns:
- A request builder to fetch multiple
WarehouseTaskSerialNumberentities. 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.
-
countWarehouseTaskSerialNumber
Deprecated.Fetch the number of entries from theWarehouseTaskSerialNumberentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarehouseTaskSerialNumberentities. 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.
-
getWarehouseTaskSerialNumberByKey
@Nonnull GetByKeyRequestBuilder<WarehouseTaskSerialNumber> getWarehouseTaskSerialNumberByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem, String eWMSerialNumber) Deprecated.Fetch a singleWarehouseTaskSerialNumberentity using key fields.- Parameters:
warehouseTaskItem- Warehouse Task ItemConstraints: Not nullable, Maximum length: 4
eWMSerialNumber-Constraints: Not nullable, Maximum length: 30
warehouseTask- Warehouse TaskConstraints: Not nullable, Maximum length: 12
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
WarehouseTaskSerialNumberentity 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.
-