Interface ConfigurationProfileService
- All Known Implementing Classes:
DefaultConfigurationProfileService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
Variant configuration profiles are used to assign a variant class to configurable products and to define configuration parameters for the products. Variant configuration profiles are prerequisites for configuring a product using variant configuration. All actions support change numbers..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | VARCONFIGURATIONPROFILE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Lifecycle Management - Variant Configuration Integration(SAP_COM_0751) |
| Scope Items: | Set Up Configurable Model using Variant Configuration(22T) |
| Authentication Methods: | x509 |
| Service Group Name: | API_VARCNFPROFILE |
| Business Object: | Variant Configuration Profile |
-
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 TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theVarCnfHistoricalProfileentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVariantConfigurationProfileentity collection matching the filter and search expressions.createVariantConfigurationProfile(VariantConfigurationProfile variantConfigurationProfile) Deprecated.Create a newVariantConfigurationProfileentity and save it to the S/4HANA system.deleteVariantConfigurationProfile(VariantConfigurationProfile variantConfigurationProfile) Deprecated.Deletes an existingVariantConfigurationProfileentity in the S/4HANA system.Deprecated.Fetch multipleVarCnfHistoricalProfileentities.Deprecated.Fetch multipleVariantConfigurationProfileentities.getVarCnfHistoricalProfileByKey(String product, String varConfigurationProfileName, String changeNumber) Deprecated.Fetch a singleVarCnfHistoricalProfileentity using key fields.getVariantConfigurationProfileByKey(String product, String varConfigurationProfileName) Deprecated.Fetch a singleVariantConfigurationProfileentity using key fields.updateVarCnfHistoricalProfile(VarCnfHistoricalProfile varCnfHistoricalProfile) Deprecated.Update an existingVarCnfHistoricalProfileentity 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.
-
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.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllVarCnfHistoricalProfile
Deprecated.Fetch multipleVarCnfHistoricalProfileentities.- Returns:
- A request builder to fetch multiple
VarCnfHistoricalProfileentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countVarCnfHistoricalProfile
Deprecated.Fetch the number of entries from theVarCnfHistoricalProfileentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VarCnfHistoricalProfileentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getVarCnfHistoricalProfileByKey
@Nonnull GetByKeyRequestBuilder<VarCnfHistoricalProfile> getVarCnfHistoricalProfileByKey(String product, String varConfigurationProfileName, String changeNumber) Deprecated.Fetch a singleVarCnfHistoricalProfileentity using key fields.- Parameters:
varConfigurationProfileName- Configuration Profile NameConstraints: Not nullable, Maximum length: 30
product- Product NumberConstraints: Not nullable, Maximum length: 18
changeNumber- Change NumberConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
VarCnfHistoricalProfileentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateVarCnfHistoricalProfile
@Nonnull UpdateRequestBuilder<VarCnfHistoricalProfile> updateVarCnfHistoricalProfile(@Nonnull VarCnfHistoricalProfile varCnfHistoricalProfile) Deprecated.Update an existingVarCnfHistoricalProfileentity and save it to the S/4HANA system.- Parameters:
varCnfHistoricalProfile-VarCnfHistoricalProfileentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VarCnfHistoricalProfileentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVariantConfigurationProfile
Deprecated.Fetch multipleVariantConfigurationProfileentities.- Returns:
- A request builder to fetch multiple
VariantConfigurationProfileentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countVariantConfigurationProfile
Deprecated.Fetch the number of entries from theVariantConfigurationProfileentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VariantConfigurationProfileentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getVariantConfigurationProfileByKey
@Nonnull GetByKeyRequestBuilder<VariantConfigurationProfile> getVariantConfigurationProfileByKey(String product, String varConfigurationProfileName) Deprecated.Fetch a singleVariantConfigurationProfileentity using key fields.- Parameters:
varConfigurationProfileName- Configuration Profile NameConstraints: Not nullable, Maximum length: 30
product- Product NumberConstraints: Not nullable, Maximum length: 18
- Returns:
- A request builder to fetch a single
VariantConfigurationProfileentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createVariantConfigurationProfile
@Nonnull CreateRequestBuilder<VariantConfigurationProfile> createVariantConfigurationProfile(@Nonnull VariantConfigurationProfile variantConfigurationProfile) Deprecated.Create a newVariantConfigurationProfileentity and save it to the S/4HANA system.- Parameters:
variantConfigurationProfile-VariantConfigurationProfileentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
VariantConfigurationProfileentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVariantConfigurationProfile
@Nonnull DeleteRequestBuilder<VariantConfigurationProfile> deleteVariantConfigurationProfile(@Nonnull VariantConfigurationProfile variantConfigurationProfile) Deprecated.Deletes an existingVariantConfigurationProfileentity in the S/4HANA system.- Parameters:
variantConfigurationProfile-VariantConfigurationProfileentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VariantConfigurationProfileentity. To perform execution, call theexecutemethod on the request builder object.
-