public interface ProductSpecificationPropertyConfigurationService extends BatchService<ProductSpecificationPropertyConfigurationServiceBatch>
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 |
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 ProductSpecificationPropertyConfigurationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProdSpecPrptyCharcAssignmentFluentHelper getAllProdSpecPrptyCharcAssignment()
ProdSpecPrptyCharcAssignment
entities.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 ProdSpecPrptyCharcAssignmentByKeyFluentHelper getProdSpecPrptyCharcAssignmentByKey(String prodSpecPrptyDefID, String charcInternalID)
ProdSpecPrptyCharcAssignment
entity using key fields.charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
prodSpecPrptyDefID
- Property Definition ID
Constraints: Not nullable, Maximum length: 40
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 ProdSpecPrptyDefinitionFluentHelper getAllProdSpecPrptyDefinition()
ProdSpecPrptyDefinition
entities.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 ProdSpecPrptyDefinitionByKeyFluentHelper getProdSpecPrptyDefinitionByKey(String prodSpecPrptyDefID)
ProdSpecPrptyDefinition
entity using key fields.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 ProdSpecPrptyDefinitionTextFluentHelper getAllProdSpecPrptyDefinitionText()
ProdSpecPrptyDefinitionText
entities.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 ProdSpecPrptyDefinitionTextByKeyFluentHelper getProdSpecPrptyDefinitionTextByKey(String prodSpecPrptyDefID, String language)
ProdSpecPrptyDefinitionText
entity using key fields.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.