public interface WarehouseStorageBinService extends BatchService<WarehouseStorageBinServiceBatch>
This allows you to integrate input help (F4 help) for warehouse storage bins in your mobile apps. It also assists in the process of bin verification during warehouse order processing.
Reference: SAP API Business Hub
OData Service: | API_WAREHOUSE_STORAGE_BIN |
API Version: | 1 |
Communication Scenario: | Warehousing - Master Data Integration (SAP_COM_0374) |
Scope Items: | Resource Management in Warehousing (3W0) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | WarehouseStorageBin |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
WarehouseStorageBinFluentHelper |
getAllWarehouseStorageBin()
Fetch multiple
WarehouseStorageBin entities. |
WarehouseStorageBinByKeyFluentHelper |
getWarehouseStorageBinByKey(String warehouse,
String storageBin)
Fetch a single
WarehouseStorageBin entity using key fields. |
WarehouseStorageBinService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull WarehouseStorageBinService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull WarehouseStorageBinFluentHelper getAllWarehouseStorageBin()
WarehouseStorageBin
entities.WarehouseStorageBin
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WarehouseStorageBinByKeyFluentHelper getWarehouseStorageBinByKey(String warehouse, String storageBin)
WarehouseStorageBin
entity using key fields.storageBin
- The smallest spatial unit in a warehouse used to store goods.
Constraints: Not nullable, Maximum length: 18
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
WarehouseStorageBin
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.