public interface WarehouseService extends BatchService<WarehouseServiceBatch>
This allows you to integrate input help (F4 help) for warehouse numbers in your mobile apps.
Reference: SAP API Business Hub
OData Service: | API_WAREHOUSE |
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: | Warehouse |
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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull WarehouseService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull WarehouseFluentHelper getAllWarehouse()
Warehouse
entities.@Nonnull WarehouseByKeyFluentHelper getWarehouseByKey(String warehouse)
Warehouse
entity
using key fields.warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
Warehouse
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.@Nonnull WarehouseStorageTypeFluentHelper getAllWarehouseStorageType()
WarehouseStorageType
entities.WarehouseStorageType
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 WarehouseStorageTypeByKeyFluentHelper getWarehouseStorageTypeByKey(String warehouse, String storageType)
WarehouseStorageType
entity using key fields.storageType
- Breakdown of a complex physical warehouse. Storage types differ in their storage techniques, their
organizational form, or their function.
Constraints: Not nullable, Maximum length: 4
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
WarehouseStorageType
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.@Nonnull WarehouseStorageTypeTextFluentHelper getAllWarehouseStorageTypeText()
WarehouseStorageTypeText
entities.WarehouseStorageTypeText
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 WarehouseStorageTypeTextByKeyFluentHelper getWarehouseStorageTypeTextByKey(String language, String warehouse, String storageType)
WarehouseStorageTypeText
entity using key fields.storageType
- Breakdown of a complex physical warehouse. Storage types differ in their storage techniques, their
organizational form, or their function.
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
WarehouseStorageTypeText
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.@Nonnull WarehouseTextFluentHelper getAllWarehouseText()
WarehouseText
entities.WarehouseText
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 WarehouseTextByKeyFluentHelper getWarehouseTextByKey(String language, String warehouse)
WarehouseText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
WarehouseText
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 © 2020 SAP SE. All rights reserved.