@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultProductSpecificationPropertyConfigurationService") public class DefaultProductSpecificationPropertyConfigurationService extends Object implements ProductSpecificationPropertyConfigurationService
This service enables you to read the class-based properties (A VAT category) defined in the SAP S/4HANA system in the Customizing configuration Define Settings for Specification APIs. For each class-based property defined in the customizing activity, the API reads property and its description, assigned numeric and character type characteristics defined in the customizing for the property, and the phrase set assigned to the characteristic. .
Reference: SAP API Business Hub
OData Service: | OP_API_PRODSPECPRPTYCONFIGN_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Recipe Product Specification |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultProductSpecificationPropertyConfigurationService()
Creates a service using
ProductSpecificationPropertyConfigurationService.DEFAULT_SERVICE_PATH to send the
requests. |
public DefaultProductSpecificationPropertyConfigurationService()
ProductSpecificationPropertyConfigurationService.DEFAULT_SERVICE_PATH
to send the
requests.@Nonnull public DefaultProductSpecificationPropertyConfigurationService withServicePath(@Nonnull String servicePath)
ProductSpecificationPropertyConfigurationService
withServicePath
in interface ProductSpecificationPropertyConfigurationService
servicePath
- Service path that will override the default.@Nonnull public DefaultProductSpecificationPropertyConfigurationServiceBatch batch()
batch
in interface BatchService<ProductSpecificationPropertyConfigurationServiceBatch>
@Nonnull public ProdSpecPrptyCharcAssignmentFluentHelper getAllProdSpecPrptyCharcAssignment()
ProductSpecificationPropertyConfigurationService
ProdSpecPrptyCharcAssignment
entities.getAllProdSpecPrptyCharcAssignment
in interface ProductSpecificationPropertyConfigurationService
ProdSpecPrptyCharcAssignment
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 public ProdSpecPrptyCharcAssignmentByKeyFluentHelper getProdSpecPrptyCharcAssignmentByKey(String prodSpecPrptyDefID, String charcInternalID)
ProductSpecificationPropertyConfigurationService
ProdSpecPrptyCharcAssignment
entity using key fields.getProdSpecPrptyCharcAssignmentByKey
in interface ProductSpecificationPropertyConfigurationService
prodSpecPrptyDefID
- Property Definition ID
Constraints: Not nullable, Maximum length: 40
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
ProdSpecPrptyCharcAssignment
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 public ProdSpecPrptyDefinitionFluentHelper getAllProdSpecPrptyDefinition()
ProductSpecificationPropertyConfigurationService
ProdSpecPrptyDefinition
entities.getAllProdSpecPrptyDefinition
in interface ProductSpecificationPropertyConfigurationService
ProdSpecPrptyDefinition
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 public ProdSpecPrptyDefinitionByKeyFluentHelper getProdSpecPrptyDefinitionByKey(String prodSpecPrptyDefID)
ProductSpecificationPropertyConfigurationService
ProdSpecPrptyDefinition
entity using key fields.getProdSpecPrptyDefinitionByKey
in interface ProductSpecificationPropertyConfigurationService
prodSpecPrptyDefID
- Property Definition ID
Constraints: Not nullable, Maximum length: 40
ProdSpecPrptyDefinition
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 public ProdSpecPrptyDefinitionTextFluentHelper getAllProdSpecPrptyDefinitionText()
ProductSpecificationPropertyConfigurationService
ProdSpecPrptyDefinitionText
entities.getAllProdSpecPrptyDefinitionText
in interface ProductSpecificationPropertyConfigurationService
ProdSpecPrptyDefinitionText
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 public ProdSpecPrptyDefinitionTextByKeyFluentHelper getProdSpecPrptyDefinitionTextByKey(String prodSpecPrptyDefID, String language)
ProductSpecificationPropertyConfigurationService
ProdSpecPrptyDefinitionText
entity using key fields.getProdSpecPrptyDefinitionTextByKey
in interface ProductSpecificationPropertyConfigurationService
prodSpecPrptyDefID
- Property Definition ID
Constraints: Not nullable, Maximum length: 40
language
- Language Key
Constraints: Not nullable, Maximum length: 2
ProdSpecPrptyDefinitionText
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.