public interface ProductionSupplyAreaService extends BatchService<ProductionSupplyAreaServiceBatch>
The OData API for production supply areas enables you to create, update, delete, and retrieve production supply areas. The service is based on the OData protocol and can be consumed by external systems and user interfaces. .
Reference: SAP API Business Hub
OData Service: | OP_API_PRODUCTIONSUPPLYAREA_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | ProductionSupplyArea |
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 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
- Plant
Constraints: Not nullable, Maximum length: 4
productionSupplyArea
- Production Supply Area
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 ProductionSupplyAreaCreateFluentHelper createProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity and save it to the S/4HANA system.productionSupplyArea
- ProductionSupplyArea
entity object that will be created in the S/4HANA system.ProductionSupplyArea
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductionSupplyAreaUpdateFluentHelper updateProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity and save it to the S/4HANA system.productionSupplyArea
- ProductionSupplyArea
entity object that will be updated in the S/4HANA system.ProductionSupplyArea
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductionSupplyAreaDeleteFluentHelper deleteProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity in the S/4HANA system.productionSupplyArea
- ProductionSupplyArea
entity object that will be deleted in the S/4HANA system.ProductionSupplyArea
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductionSupplyAreaAddressFluentHelper getAllProductionSupplyAreaAddress()
ProductionSupplyAreaAddress
entities.ProductionSupplyAreaAddress
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 ProductionSupplyAreaAddressByKeyFluentHelper getProductionSupplyAreaAddressByKey(String productionSupplyArea, String plant)
ProductionSupplyAreaAddress
entity using key fields.plant
- Plant
Constraints: Not nullable, Maximum length: 4
productionSupplyArea
- Production Supply Area
Constraints: Not nullable, Maximum length: 10
ProductionSupplyAreaAddress
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 ProductionSupplyAreaAddressCreateFluentHelper createProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity and save it to the S/4HANA system.productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be created in the S/4HANA system.ProductionSupplyAreaAddress
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductionSupplyAreaAddressUpdateFluentHelper updateProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity and save it to the S/4HANA system.productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be updated in the S/4HANA system.ProductionSupplyAreaAddress
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductionSupplyAreaAddressDeleteFluentHelper deleteProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity in the S/4HANA system.productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be deleted in the S/4HANA system.ProductionSupplyAreaAddress
entity. 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
- Plant
Constraints: Not nullable, Maximum length: 4
productionSupplyArea
- Production Supply Area
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: 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.@Nonnull ProductionSupplyAreaTextCreateFluentHelper createProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity and save it to the S/4HANA system.productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be created in the S/4HANA system.ProductionSupplyAreaText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductionSupplyAreaTextUpdateFluentHelper updateProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity and save it to the S/4HANA system.productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be updated in the S/4HANA system.ProductionSupplyAreaText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProductionSupplyAreaTextDeleteFluentHelper deleteProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity in the S/4HANA system.productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be deleted in the S/4HANA system.ProductionSupplyAreaText
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.