public static final class WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder extends Object
@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouseTask(WarehouseTask value)
value
- The WarehouseTask to build this WarehouseTaskExceptionCode with.@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouseTask(String value)
Original property name from the Odata EDM: WarehouseTask
All movements in a warehouse are processed in the system via warehouse tasks.
value
- The warehouseTask to build this WarehouseTaskExceptionCode with.public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouse(@Nullable String warehouse)
Original property name from the Odata EDM: Warehouse
All activities within a warehouse, for example, goods movements and physical inventory, are assigned to a specific warehouse number. The physical warehouse where these activities take place is identified by the warehouse number.
this
.public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouseTaskItem(@Nullable String warehouseTaskItem)
Original property name from the Odata EDM: WarehouseTaskItem
Every WT item moves a product in a particular attribute and quantity from a storage bin (possibly cross-storage type) to a different storage bin (and if necessary, a remaining quantity to a third storage bin).
this
.public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouseTaskExceptionCode(@Nullable String warehouseTaskExceptionCode)
Original property name from the Odata EDM: WarehouseTaskExceptionCode
Storage bin is empty, storage bin is not accessible
this
.public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder businessContext(@Nullable String businessContext)
Original property name from the Odata EDM: BusinessContext
Confirm warehouse task and count physical inventory.
this
.public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder businessContextExecutionStep(@Nullable String businessContextExecutionStep)
Original property name from the Odata EDM: BusinessContextExecutionStep
this
.public WarehouseTaskExceptionCode build()
Copyright © 2020 SAP SE. All rights reserved.