public interface NutrientService extends BatchService<NutrientServiceBatch>
This service reads data from specifications with category NUTRIENT, and can retrieve nutrient header data and description. You can use the Nutrient Statement - Read API to read nutrient exception values. .
Reference: SAP API Business Hub
OData Service: | OP_API_NUTRIENT_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Nutrient |
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 NutrientService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull NutrientFluentHelper getAllNutrient()
Nutrient
entities.@Nonnull NutrientByKeyFluentHelper getNutrientByKey(String nutrientInternalID)
Nutrient
entity using key fields.nutrientInternalID
- Nutrient Internal ID
Constraints: Not nullable, Maximum length: 20
Nutrient
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 NutrientBaseUnitOfMeasureFluentHelper getAllNutrientBaseUnitOfMeasure()
NutrientBaseUnitOfMeasure
entities.NutrientBaseUnitOfMeasure
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 NutrientBaseUnitOfMeasureByKeyFluentHelper getNutrientBaseUnitOfMeasureByKey(String nutrientInternalID)
NutrientBaseUnitOfMeasure
entity using key fields.nutrientInternalID
- Sequential Number of Data Record
Constraints: Not nullable, Maximum length: 20
NutrientBaseUnitOfMeasure
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 NutrientDerivedNutrientFluentHelper getAllNutrientDerivedNutrient()
NutrientDerivedNutrient
entities.NutrientDerivedNutrient
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 NutrientDerivedNutrientByKeyFluentHelper getNutrientDerivedNutrientByKey(String nutrientInternalID)
NutrientDerivedNutrient
entity using key fields.nutrientInternalID
- Sequential Number of Data Record
Constraints: Not nullable, Maximum length: 20
NutrientDerivedNutrient
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 NutrientDescriptionFluentHelper getAllNutrientDescription()
NutrientDescription
entities.NutrientDescription
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 NutrientDescriptionByKeyFluentHelper getNutrientDescriptionByKey(String nutrientInternalID, String nutrientDescriptionLanguage)
NutrientDescription
entity using key fields.nutrientInternalID
- Sequential Number of Data Record
Constraints: Not nullable, Maximum length: 20
nutrientDescriptionLanguage
- Language
Constraints: Not nullable, Maximum length: 2
NutrientDescription
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.