Interface RealSubstanceService
- All Superinterfaces:
BatchService<RealSubstanceServiceBatch>
- All Known Implementing Classes:
DefaultRealSubstanceService
This service contains data belonging to the real substance header, such as creation date and header status, as well as other important information, for example material assignments, language-dependent and independent descriptions, estimated price, total solids, and density. You can also read a real substance's standard composition, as well as diet, religious, GMO information..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_REALSUBSTANCE |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Lifecycle Management - Recipe Development Integration(SAP_COM_0136) |
| Scope Items: | Specification Management for Recipes(1QA), Formulation - Recipe Development(1QC) |
| Authentication Methods: | x509 |
| Business Object: | Recipe Real Substance |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateProduct(Product product) Deprecated.Create a newProductentity and save it to the S/4HANA system.createProductDescription(ProductDescription productDescription) Deprecated.Create a newProductDescriptionentity and save it to the S/4HANA system.createProductPlant(ProductPlant productPlant) Deprecated.Create a newProductPlantentity and save it to the S/4HANA system.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Deprecated.Create a newProductSalesDeliveryentity and save it to the S/4HANA system.createProductStorageLocation(ProductStorageLocation productStorageLocation) Deprecated.Create a newProductStorageLocationentity and save it to the S/4HANA system.createSpecAssignedMatlForKeyDate(SpecAssignedMatlForKeyDate specAssignedMatlForKeyDate) Deprecated.Create a newSpecAssignedMatlForKeyDateentity and save it to the S/4HANA system.deleteProductDescription(ProductDescription productDescription) Deprecated.Deletes an existingProductDescriptionentity in the S/4HANA system.Deprecated.Fetch multipleProductentities.Deprecated.Fetch multipleProductDescriptionentities.Deprecated.Fetch multipleProductPlantentities.Deprecated.Fetch multipleProductSalesDeliveryentities.Deprecated.Fetch multipleProductStorageLocationentities.Deprecated.Fetch multipleRealSubstanceentities.Deprecated.Fetch multipleSpecAssignedMatlForKeyDateentities.Deprecated.Fetch multipleSpecAuthorizationGroupTextentities.Deprecated.Fetch multipleSpecCharByValueAssgmtInstentities.Deprecated.Fetch multipleSpecIdentifierentities.Deprecated.Fetch multipleSpecStatusAttributesentities.Deprecated.Fetch multipleSpecStatusNextStatusentities.Deprecated.Fetch multipleSpecStatusSchemaentities.Deprecated.Fetch multipleSpecValAssgmtInstanceWthCompentities.getProductByKey(String product) Deprecated.Fetch a singleProductentity using key fields.getProductDescriptionByKey(String product, String language) Deprecated.Fetch a singleProductDescriptionentity using key fields.getProductPlantByKey(String product, String plant) Deprecated.Fetch a singleProductPlantentity using key fields.getProductSalesDeliveryByKey(String product, String productSalesOrg, String productDistributionChnl) Deprecated.Fetch a singleProductSalesDeliveryentity using key fields.getProductStorageLocationByKey(String product, String plant, String storageLocation) Deprecated.Fetch a singleProductStorageLocationentity using key fields.getRealSubstanceByKey(String realSubstanceInternalID) Deprecated.Fetch a singleRealSubstanceentity using key fields.getSpecAssignedMatlForKeyDateByKey(String specMaterialAssgmtInternalID, String specMaterialAssgmtChangeState) Deprecated.Fetch a singleSpecAssignedMatlForKeyDateentity using key fields.getSpecAuthorizationGroupTextByKey(String specificationAuthznGroup, String language) Deprecated.Fetch a singleSpecAuthorizationGroupTextentity using key fields.getSpecCharByValueAssgmtInstByKey(String specificationInternalID, String specValAssgmtType, String specificationRating, String specificationValidityArea) Deprecated.Fetch a singleSpecCharByValueAssgmtInstentity using key fields.getSpecIdentifierByKey(String specIdfgDescInternalID, String specIdfgDescChangeState) Deprecated.Fetch a singleSpecIdentifierentity using key fields.getSpecStatusAttributesByKey(String specificationHeaderStatus, String specificationHdrStsAttribute) Deprecated.Fetch a singleSpecStatusAttributesentity using key fields.getSpecStatusNextStatusByKey(String specificationHdrStsSchema, String specificationHdrStsSchemaFrSts, String specificationHdrStsSchemaToSts) Deprecated.Fetch a singleSpecStatusNextStatusentity using key fields.getSpecStatusSchemaByKey(String specificationType, String specificationHdrStsSchema) Deprecated.Fetch a singleSpecStatusSchemaentity using key fields.getSpecValAssgmtInstanceWthCompByKey(String specificationInternalID, String specValAssgmtType, String specificationRating, String specificationValidityArea, String componentSpecificationIntID) Deprecated.Fetch a singleSpecValAssgmtInstanceWthCompentity using key fields.updateProduct(Product product) Deprecated.Update an existingProductentity and save it to the S/4HANA system.updateProductDescription(ProductDescription productDescription) Deprecated.Update an existingProductDescriptionentity and save it to the S/4HANA system.updateProductPlant(ProductPlant productPlant) Deprecated.Update an existingProductPlantentity and save it to the S/4HANA system.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Deprecated.Update an existingProductSalesDeliveryentity and save it to the S/4HANA system.updateProductStorageLocation(ProductStorageLocation productStorageLocation) Deprecated.Update an existingProductStorageLocationentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllProduct
Deprecated.Fetch multipleProductentities.- Returns:
- A fluent helper to fetch multiple
Productentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductByKey
Deprecated.Fetch a singleProductentity using key fields.- Parameters:
product- Product NumberConstraints: Not nullable, Maximum length: 40
- Returns:
- A fluent helper to fetch a single
Productentity 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 theexecutemethod on the fluent helper object.
-
createProduct
Deprecated.Create a newProductentity and save it to the S/4HANA system. -
updateProduct
Deprecated.Update an existingProductentity and save it to the S/4HANA system. -
getAllProductDescription
Deprecated.Fetch multipleProductDescriptionentities.- Returns:
- A fluent helper to fetch multiple
ProductDescriptionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductDescriptionByKey
@Nonnull ProductDescriptionByKeyFluentHelper getProductDescriptionByKey(String product, String language) Deprecated.Fetch a singleProductDescriptionentity using key fields.- Parameters:
product- Product NumberConstraints: Not nullable, Maximum length: 40
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
ProductDescriptionentity 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 theexecutemethod on the fluent helper object.
-
createProductDescription
@Nonnull ProductDescriptionCreateFluentHelper createProductDescription(@Nonnull ProductDescription productDescription) Deprecated.Create a newProductDescriptionentity and save it to the S/4HANA system.- Parameters:
productDescription-ProductDescriptionentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductDescription
@Nonnull ProductDescriptionUpdateFluentHelper updateProductDescription(@Nonnull ProductDescription productDescription) Deprecated.Update an existingProductDescriptionentity and save it to the S/4HANA system.- Parameters:
productDescription-ProductDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteProductDescription
@Nonnull ProductDescriptionDeleteFluentHelper deleteProductDescription(@Nonnull ProductDescription productDescription) Deprecated.Deletes an existingProductDescriptionentity in the S/4HANA system.- Parameters:
productDescription-ProductDescriptionentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ProductDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductPlant
Deprecated.Fetch multipleProductPlantentities.- Returns:
- A fluent helper to fetch multiple
ProductPlantentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductPlantByKey
Deprecated.Fetch a singleProductPlantentity using key fields.- Parameters:
product- Material NumberConstraints: Not nullable, Maximum length: 40
plant- PlantConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
ProductPlantentity 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 theexecutemethod on the fluent helper object.
-
createProductPlant
Deprecated.Create a newProductPlantentity and save it to the S/4HANA system.- Parameters:
productPlant-ProductPlantentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductPlantentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductPlant
Deprecated.Update an existingProductPlantentity and save it to the S/4HANA system.- Parameters:
productPlant-ProductPlantentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductPlantentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductSalesDelivery
Deprecated.Fetch multipleProductSalesDeliveryentities.- Returns:
- A fluent helper to fetch multiple
ProductSalesDeliveryentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductSalesDeliveryByKey
@Nonnull ProductSalesDeliveryByKeyFluentHelper getProductSalesDeliveryByKey(String product, String productSalesOrg, String productDistributionChnl) Deprecated.Fetch a singleProductSalesDeliveryentity using key fields.- Parameters:
product- Product NumberConstraints: Not nullable, Maximum length: 40
productDistributionChnl- Distribution ChannelConstraints: Not nullable, Maximum length: 2
productSalesOrg- Sales OrganizationConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
ProductSalesDeliveryentity 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 theexecutemethod on the fluent helper object.
-
createProductSalesDelivery
@Nonnull ProductSalesDeliveryCreateFluentHelper createProductSalesDelivery(@Nonnull ProductSalesDelivery productSalesDelivery) Deprecated.Create a newProductSalesDeliveryentity and save it to the S/4HANA system.- Parameters:
productSalesDelivery-ProductSalesDeliveryentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductSalesDeliveryentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductSalesDelivery
@Nonnull ProductSalesDeliveryUpdateFluentHelper updateProductSalesDelivery(@Nonnull ProductSalesDelivery productSalesDelivery) Deprecated.Update an existingProductSalesDeliveryentity and save it to the S/4HANA system.- Parameters:
productSalesDelivery-ProductSalesDeliveryentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductSalesDeliveryentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductStorageLocation
Deprecated.Fetch multipleProductStorageLocationentities.- Returns:
- A fluent helper to fetch multiple
ProductStorageLocationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductStorageLocationByKey
@Nonnull ProductStorageLocationByKeyFluentHelper getProductStorageLocationByKey(String product, String plant, String storageLocation) Deprecated.Fetch a singleProductStorageLocationentity using key fields.- Parameters:
product- Material NumberConstraints: Not nullable, Maximum length: 40
plant- PlantConstraints: Not nullable, Maximum length: 4
storageLocation- Storage LocationConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
ProductStorageLocationentity 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 theexecutemethod on the fluent helper object.
-
createProductStorageLocation
@Nonnull ProductStorageLocationCreateFluentHelper createProductStorageLocation(@Nonnull ProductStorageLocation productStorageLocation) Deprecated.Create a newProductStorageLocationentity and save it to the S/4HANA system.- Parameters:
productStorageLocation-ProductStorageLocationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductStorageLocationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductStorageLocation
@Nonnull ProductStorageLocationUpdateFluentHelper updateProductStorageLocation(@Nonnull ProductStorageLocation productStorageLocation) Deprecated.Update an existingProductStorageLocationentity and save it to the S/4HANA system.- Parameters:
productStorageLocation-ProductStorageLocationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductStorageLocationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllRealSubstance
Deprecated.Fetch multipleRealSubstanceentities.- Returns:
- A fluent helper to fetch multiple
RealSubstanceentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getRealSubstanceByKey
Deprecated.Fetch a singleRealSubstanceentity using key fields.- Parameters:
realSubstanceInternalID- Sequential Number of Data RecordConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
RealSubstanceentity 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 theexecutemethod on the fluent helper object.
-
getAllSpecAssignedMatlForKeyDate
Deprecated.Fetch multipleSpecAssignedMatlForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
SpecAssignedMatlForKeyDateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSpecAssignedMatlForKeyDateByKey
@Nonnull SpecAssignedMatlForKeyDateByKeyFluentHelper getSpecAssignedMatlForKeyDateByKey(String specMaterialAssgmtInternalID, String specMaterialAssgmtChangeState) Deprecated.Fetch a singleSpecAssignedMatlForKeyDateentity using key fields.- Parameters:
specMaterialAssgmtInternalID- Sequential Number of Data RecordConstraints: Not nullable, Maximum length: 20
specMaterialAssgmtChangeState- Sequential Number of the Change StateConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
SpecAssignedMatlForKeyDateentity 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 theexecutemethod on the fluent helper object.
-
createSpecAssignedMatlForKeyDate
@Nonnull SpecAssignedMatlForKeyDateCreateFluentHelper createSpecAssignedMatlForKeyDate(@Nonnull SpecAssignedMatlForKeyDate specAssignedMatlForKeyDate) Deprecated.Create a newSpecAssignedMatlForKeyDateentity and save it to the S/4HANA system.- Parameters:
specAssignedMatlForKeyDate-SpecAssignedMatlForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SpecAssignedMatlForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSpecAuthorizationGroupText
Deprecated.Fetch multipleSpecAuthorizationGroupTextentities.- Returns:
- A fluent helper to fetch multiple
SpecAuthorizationGroupTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSpecAuthorizationGroupTextByKey
@Nonnull SpecAuthorizationGroupTextByKeyFluentHelper getSpecAuthorizationGroupTextByKey(String specificationAuthznGroup, String language) Deprecated.Fetch a singleSpecAuthorizationGroupTextentity using key fields.- Parameters:
specificationAuthznGroup- Recipe Authorization GroupConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SpecAuthorizationGroupTextentity 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 theexecutemethod on the fluent helper object.
-
getAllSpecCharByValueAssgmtInst
Deprecated.Fetch multipleSpecCharByValueAssgmtInstentities.- Returns:
- A fluent helper to fetch multiple
SpecCharByValueAssgmtInstentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSpecCharByValueAssgmtInstByKey
@Nonnull SpecCharByValueAssgmtInstByKeyFluentHelper getSpecCharByValueAssgmtInstByKey(String specificationInternalID, String specValAssgmtType, String specificationRating, String specificationValidityArea) Deprecated.Fetch a singleSpecCharByValueAssgmtInstentity using key fields.- Parameters:
specValAssgmtType- Value Assignment TypeConstraints: Not nullable, Maximum length: 30
specificationRating- RatingConstraints: Not nullable, Maximum length: 10
specificationValidityArea- Validity AreaConstraints: Not nullable, Maximum length: 10
specificationInternalID- Sequential Number of Data RecordConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
SpecCharByValueAssgmtInstentity 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 theexecutemethod on the fluent helper object.
-
getAllSpecIdentifier
Deprecated.Fetch multipleSpecIdentifierentities.- Returns:
- A fluent helper to fetch multiple
SpecIdentifierentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSpecIdentifierByKey
@Nonnull SpecIdentifierByKeyFluentHelper getSpecIdentifierByKey(String specIdfgDescInternalID, String specIdfgDescChangeState) Deprecated.Fetch a singleSpecIdentifierentity using key fields.- Parameters:
specIdfgDescInternalID- Sequential Number of Data RecordConstraints: Not nullable, Maximum length: 20
specIdfgDescChangeState- Sequential Number of the Change StateConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
SpecIdentifierentity 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 theexecutemethod on the fluent helper object.
-
getAllSpecStatusAttributes
Deprecated.Fetch multipleSpecStatusAttributesentities.- Returns:
- A fluent helper to fetch multiple
SpecStatusAttributesentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSpecStatusAttributesByKey
@Nonnull SpecStatusAttributesByKeyFluentHelper getSpecStatusAttributesByKey(String specificationHeaderStatus, String specificationHdrStsAttribute) Deprecated.Fetch a singleSpecStatusAttributesentity using key fields.- Parameters:
specificationHeaderStatus- Status IdentificationConstraints: Not nullable, Maximum length: 20
specificationHdrStsAttribute- Attribute per Object TypeConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
SpecStatusAttributesentity 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 theexecutemethod on the fluent helper object.
-
getAllSpecStatusNextStatus
Deprecated.Fetch multipleSpecStatusNextStatusentities.- Returns:
- A fluent helper to fetch multiple
SpecStatusNextStatusentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSpecStatusNextStatusByKey
@Nonnull SpecStatusNextStatusByKeyFluentHelper getSpecStatusNextStatusByKey(String specificationHdrStsSchema, String specificationHdrStsSchemaFrSts, String specificationHdrStsSchemaToSts) Deprecated.Fetch a singleSpecStatusNextStatusentity using key fields.- Parameters:
specificationHdrStsSchema- Status SchemeConstraints: Not nullable, Maximum length: 20
specificationHdrStsSchemaToSts- Status ToConstraints: Not nullable, Maximum length: 20
specificationHdrStsSchemaFrSts- Status IdentificationConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
SpecStatusNextStatusentity 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 theexecutemethod on the fluent helper object.
-
getAllSpecStatusSchema
Deprecated.Fetch multipleSpecStatusSchemaentities.- Returns:
- A fluent helper to fetch multiple
SpecStatusSchemaentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSpecStatusSchemaByKey
@Nonnull SpecStatusSchemaByKeyFluentHelper getSpecStatusSchemaByKey(String specificationType, String specificationHdrStsSchema) Deprecated.Fetch a singleSpecStatusSchemaentity using key fields.- Parameters:
specificationHdrStsSchema- Status SchemeConstraints: Not nullable, Maximum length: 20
specificationType- Subordinate Object TypeConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
SpecStatusSchemaentity 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 theexecutemethod on the fluent helper object.
-
getAllSpecValAssgmtInstanceWthComp
Deprecated.Fetch multipleSpecValAssgmtInstanceWthCompentities.- Returns:
- A fluent helper to fetch multiple
SpecValAssgmtInstanceWthCompentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSpecValAssgmtInstanceWthCompByKey
@Nonnull SpecValAssgmtInstanceWthCompByKeyFluentHelper getSpecValAssgmtInstanceWthCompByKey(String specificationInternalID, String specValAssgmtType, String specificationRating, String specificationValidityArea, String componentSpecificationIntID) Deprecated.Fetch a singleSpecValAssgmtInstanceWthCompentity using key fields.- Parameters:
specValAssgmtType- Value Assignment TypeConstraints: Not nullable, Maximum length: 30
specificationRating- RatingConstraints: Not nullable, Maximum length: 10
componentSpecificationIntID- Reference to Specification Header of a ComponentConstraints: Not nullable, Maximum length: 20
specificationValidityArea- Validity AreaConstraints: Not nullable, Maximum length: 10
specificationInternalID- Sequential Number of Data RecordConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
SpecValAssgmtInstanceWthCompentity 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 theexecutemethod on the fluent helper object.
-