Class DefaultProcessWarehouseTaskService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProcessWarehouseTaskService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProcessWarehouseTaskService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProcessWarehouseTaskService.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 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.Deprecated.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.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
-
DefaultProcessWarehouseTaskService
public DefaultProcessWarehouseTaskService()Deprecated.Creates a service usingProcessWarehouseTaskService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ProcessWarehouseTaskServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProcessWarehouseTaskService- 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:ProcessWarehouseTaskServiceCreates a batch request builder object.- Specified by:
batchin interfaceProcessWarehouseTaskService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllWarehouseOrder
Deprecated.Description copied from interface:ProcessWarehouseTaskServiceFetch multipleWarehouseOrderentities.- Specified by:
getAllWarehouseOrderin interfaceProcessWarehouseTaskService- 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.Description copied from interface:ProcessWarehouseTaskServiceFetch the number of entries from theWarehouseOrderentity collection matching the filter and search expressions.- Specified by:
countWarehouseOrderin interfaceProcessWarehouseTaskService- 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 public GetByKeyRequestBuilder<WarehouseOrder> getWarehouseOrderByKey(String eWMWarehouse, String warehouseOrder) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceFetch a singleWarehouseOrderentity using key fields.- Specified by:
getWarehouseOrderByKeyin interfaceProcessWarehouseTaskService- 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 public CreateRequestBuilder<WarehouseOrder> createWarehouseOrder(@Nonnull WarehouseOrder warehouseOrder) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceCreate a newWarehouseOrderentity and save it to the S/4HANA system.- Specified by:
createWarehouseOrderin interfaceProcessWarehouseTaskService- 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 public UpdateRequestBuilder<WarehouseOrder> updateWarehouseOrder(@Nonnull WarehouseOrder warehouseOrder) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceUpdate an existingWarehouseOrderentity and save it to the S/4HANA system.- Specified by:
updateWarehouseOrderin interfaceProcessWarehouseTaskService- 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
@Nonnull public GetAllRequestBuilder<WarehouseOrderPickHndlgUnit> getAllWarehouseOrderPickHndlgUnit()Deprecated.Description copied from interface:ProcessWarehouseTaskServiceFetch multipleWarehouseOrderPickHndlgUnitentities.- Specified by:
getAllWarehouseOrderPickHndlgUnitin interfaceProcessWarehouseTaskService- 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.Description copied from interface:ProcessWarehouseTaskServiceFetch the number of entries from theWarehouseOrderPickHndlgUnitentity collection matching the filter and search expressions.- Specified by:
countWarehouseOrderPickHndlgUnitin interfaceProcessWarehouseTaskService- 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 public GetByKeyRequestBuilder<WarehouseOrderPickHndlgUnit> getWarehouseOrderPickHndlgUnitByKey(String eWMWarehouse, String warehouseOrder, String handlingUnitExternalID) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceFetch a singleWarehouseOrderPickHndlgUnitentity using key fields.- Specified by:
getWarehouseOrderPickHndlgUnitByKeyin interfaceProcessWarehouseTaskService- Parameters:
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
warehouseOrder- Warehouse Order NumberConstraints: Not nullable, Maximum length: 10
handlingUnitExternalID- Handling UnitConstraints: Not nullable, Maximum length: 20
- 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 public CreateRequestBuilder<WarehouseOrderPickHndlgUnit> createWarehouseOrderPickHndlgUnit(@Nonnull WarehouseOrderPickHndlgUnit warehouseOrderPickHndlgUnit) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceCreate a newWarehouseOrderPickHndlgUnitentity and save it to the S/4HANA system.- Specified by:
createWarehouseOrderPickHndlgUnitin interfaceProcessWarehouseTaskService- 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.Description copied from interface:ProcessWarehouseTaskServiceFetch multipleWarehouseTaskentities.- Specified by:
getAllWarehouseTaskin interfaceProcessWarehouseTaskService- 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.Description copied from interface:ProcessWarehouseTaskServiceFetch the number of entries from theWarehouseTaskentity collection matching the filter and search expressions.- Specified by:
countWarehouseTaskin interfaceProcessWarehouseTaskService- 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 public GetByKeyRequestBuilder<WarehouseTask> getWarehouseTaskByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceFetch a singleWarehouseTaskentity using key fields.- Specified by:
getWarehouseTaskByKeyin interfaceProcessWarehouseTaskService- Parameters:
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
warehouseTask- Warehouse TaskConstraints: Not nullable, Maximum length: 12
warehouseTaskItem- Warehouse Task ItemConstraints: 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 public CreateRequestBuilder<WarehouseTask> createWarehouseTask(@Nonnull WarehouseTask warehouseTask) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceCreate a newWarehouseTaskentity and save it to the S/4HANA system.- Specified by:
createWarehouseTaskin interfaceProcessWarehouseTaskService- 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.Description copied from interface:ProcessWarehouseTaskServiceFetch multipleWarehouseTaskExceptionCodeentities.- Specified by:
getAllWarehouseTaskExceptionCodein interfaceProcessWarehouseTaskService- 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.Description copied from interface:ProcessWarehouseTaskServiceFetch the number of entries from theWarehouseTaskExceptionCodeentity collection matching the filter and search expressions.- Specified by:
countWarehouseTaskExceptionCodein interfaceProcessWarehouseTaskService- 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 public GetByKeyRequestBuilder<WarehouseTaskExceptionCode> getWarehouseTaskExceptionCodeByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem, String warehouseTaskExceptionCode, String businessContext, String businessContextExecutionStep) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceFetch a singleWarehouseTaskExceptionCodeentity using key fields.- Specified by:
getWarehouseTaskExceptionCodeByKeyin interfaceProcessWarehouseTaskService- Parameters:
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
warehouseTask- Warehouse TaskConstraints: Not nullable, Maximum length: 12
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
businessContextExecutionStep- Execution Step in Business ContextConstraints: Not nullable, Maximum length: 2
- 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.Description copied from interface:ProcessWarehouseTaskServiceFetch multipleWarehouseTaskSerialNumberentities.- Specified by:
getAllWarehouseTaskSerialNumberin interfaceProcessWarehouseTaskService- 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.Description copied from interface:ProcessWarehouseTaskServiceFetch the number of entries from theWarehouseTaskSerialNumberentity collection matching the filter and search expressions.- Specified by:
countWarehouseTaskSerialNumberin interfaceProcessWarehouseTaskService- 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 public GetByKeyRequestBuilder<WarehouseTaskSerialNumber> getWarehouseTaskSerialNumberByKey(String eWMWarehouse, String warehouseTask, String warehouseTaskItem, String eWMSerialNumber) Deprecated.Description copied from interface:ProcessWarehouseTaskServiceFetch a singleWarehouseTaskSerialNumberentity using key fields.- Specified by:
getWarehouseTaskSerialNumberByKeyin interfaceProcessWarehouseTaskService- Parameters:
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
warehouseTask- Warehouse TaskConstraints: Not nullable, Maximum length: 12
warehouseTaskItem- Warehouse Task ItemConstraints: Not nullable, Maximum length: 4
eWMSerialNumber-Constraints: Not nullable, Maximum length: 30
- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-