@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultWarehouseStorageBinService") public class DefaultWarehouseStorageBinService extends Object implements WarehouseStorageBinService
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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultWarehouseStorageBinService()
Creates a service using
WarehouseStorageBinService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultWarehouseStorageBinServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
WarehouseStorageBinFluentHelper |
getAllWarehouseStorageBin()
Fetch multiple
WarehouseStorageBin entities. |
WarehouseStorageBinByKeyFluentHelper |
getWarehouseStorageBinByKey(String warehouse,
String storageBin)
Fetch a single
WarehouseStorageBin entity using key fields. |
DefaultWarehouseStorageBinService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultWarehouseStorageBinService()
WarehouseStorageBinService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultWarehouseStorageBinService withServicePath(@Nonnull String servicePath)
WarehouseStorageBinService
withServicePath
in interface WarehouseStorageBinService
servicePath
- Service path that will override the default.@Nonnull public DefaultWarehouseStorageBinServiceBatch batch()
batch
in interface BatchService<WarehouseStorageBinServiceBatch>
@Nonnull public WarehouseStorageBinFluentHelper getAllWarehouseStorageBin()
WarehouseStorageBinService
WarehouseStorageBin
entities.getAllWarehouseStorageBin
in interface WarehouseStorageBinService
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 public WarehouseStorageBinByKeyFluentHelper getWarehouseStorageBinByKey(String warehouse, String storageBin)
WarehouseStorageBinService
WarehouseStorageBin
entity using key fields.getWarehouseStorageBinByKey
in interface WarehouseStorageBinService
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
storageBin
- The smallest spatial unit in a warehouse used to store goods.
Constraints: Not nullable, Maximum length: 18
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.