public interface ProductionSupplyAreaService
This service enables the user to retrieve Production Supply Areas along with the descriptions that are maintained. It can be consumed by external systems and user interfaces.
Reference: SAP API Business Hub
OData Service: | API_PRODUCTIONSUPPLYAREA_SRV |
API Version: | 1 |
Communication Scenario: | Production Supply Area Integration (SAP_COM_0328) |
Scope Items: | Manufacturing with Kanban Supply into Production (1E3) |
Authentication Methods: | Basic, x509 |
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 |
---|---|
ProductionSupplyAreaFluentHelper |
getAllProductionSupplyArea()
Fetch multiple
ProductionSupplyArea entities. |
ProductionSupplyAreaTextFluentHelper |
getAllProductionSupplyAreaText()
Fetch multiple
ProductionSupplyAreaText entities. |
ProductionSupplyAreaByKeyFluentHelper |
getProductionSupplyAreaByKey(String productionSupplyArea,
String plant)
Fetch a single
ProductionSupplyArea entity using key fields. |
ProductionSupplyAreaTextByKeyFluentHelper |
getProductionSupplyAreaTextByKey(String productionSupplyArea,
String plant,
String language)
Fetch a single
ProductionSupplyAreaText entity using key fields. |
ProductionSupplyAreaService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.ProductionSupplyAreaService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProductionSupplyAreaFluentHelper getAllProductionSupplyArea()
ProductionSupplyArea
entities.ProductionSupplyArea
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 ProductionSupplyAreaByKeyFluentHelper getProductionSupplyAreaByKey(String productionSupplyArea, String plant)
ProductionSupplyArea
entity using key fields.plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
productionSupplyArea
- The production supply area (PSA) serves as a place for interim storage on the shop floor and is used to make material directly available for production purposes.Constraints: Not nullable, Maximum length: 10
ProductionSupplyArea
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 ProductionSupplyAreaTextFluentHelper getAllProductionSupplyAreaText()
ProductionSupplyAreaText
entities.ProductionSupplyAreaText
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 ProductionSupplyAreaTextByKeyFluentHelper getProductionSupplyAreaTextByKey(String productionSupplyArea, String plant, String language)
ProductionSupplyAreaText
entity using key fields.plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
productionSupplyArea
- The production supply area (PSA) serves as a place for interim storage on the shop floor and is used to make material directly available for production purposes.Constraints: Not nullable, Maximum length: 10
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
ProductionSupplyAreaText
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 © 2018 SAP SE. All rights reserved.