Interface ConfigurationProfileService

All Known Implementing Classes:
DefaultConfigurationProfileService

@Deprecated public interface ConfigurationProfileService
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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull ConfigurationProfileService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllVarCnfHistoricalProfile

      @Nonnull GetAllRequestBuilder<VarCnfHistoricalProfile> getAllVarCnfHistoricalProfile()
      Deprecated.
      Fetch multiple VarCnfHistoricalProfile entities.
      Returns:
      A request builder to fetch multiple VarCnfHistoricalProfile entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countVarCnfHistoricalProfile

      @Nonnull CountRequestBuilder<VarCnfHistoricalProfile> countVarCnfHistoricalProfile()
      Deprecated.
      Fetch the number of entries from the VarCnfHistoricalProfile entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of VarCnfHistoricalProfile entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getVarCnfHistoricalProfileByKey

      @Nonnull GetByKeyRequestBuilder<VarCnfHistoricalProfile> getVarCnfHistoricalProfileByKey(String product, String varConfigurationProfileName, String changeNumber)
      Deprecated.
      Fetch a single VarCnfHistoricalProfile entity using key fields.
      Parameters:
      varConfigurationProfileName - Configuration Profile Name

      Constraints: Not nullable, Maximum length: 30

      product - Product Number

      Constraints: Not nullable, Maximum length: 18

      changeNumber - Change Number

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A request builder to fetch a single VarCnfHistoricalProfile entity 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 the execute method on the request builder object.
    • updateVarCnfHistoricalProfile

      @Nonnull UpdateRequestBuilder<VarCnfHistoricalProfile> updateVarCnfHistoricalProfile(@Nonnull VarCnfHistoricalProfile varCnfHistoricalProfile)
      Deprecated.
      Update an existing VarCnfHistoricalProfile entity and save it to the S/4HANA system.
      Parameters:
      varCnfHistoricalProfile - VarCnfHistoricalProfile entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing VarCnfHistoricalProfile entity. To perform execution, call the execute method on the request builder object.
    • getAllVariantConfigurationProfile

      @Nonnull GetAllRequestBuilder<VariantConfigurationProfile> getAllVariantConfigurationProfile()
      Deprecated.
      Fetch multiple VariantConfigurationProfile entities.
      Returns:
      A request builder to fetch multiple VariantConfigurationProfile entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countVariantConfigurationProfile

      @Nonnull CountRequestBuilder<VariantConfigurationProfile> countVariantConfigurationProfile()
      Deprecated.
      Fetch the number of entries from the VariantConfigurationProfile entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of VariantConfigurationProfile entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getVariantConfigurationProfileByKey

      @Nonnull GetByKeyRequestBuilder<VariantConfigurationProfile> getVariantConfigurationProfileByKey(String product, String varConfigurationProfileName)
      Deprecated.
      Fetch a single VariantConfigurationProfile entity using key fields.
      Parameters:
      varConfigurationProfileName - Configuration Profile Name

      Constraints: Not nullable, Maximum length: 30

      product - Product Number

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A request builder to fetch a single VariantConfigurationProfile entity 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 the execute method on the request builder object.
    • createVariantConfigurationProfile

      @Nonnull CreateRequestBuilder<VariantConfigurationProfile> createVariantConfigurationProfile(@Nonnull VariantConfigurationProfile variantConfigurationProfile)
      Deprecated.
      Create a new VariantConfigurationProfile entity and save it to the S/4HANA system.
      Parameters:
      variantConfigurationProfile - VariantConfigurationProfile entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new VariantConfigurationProfile entity. To perform execution, call the execute method on the request builder object.
    • deleteVariantConfigurationProfile

      @Nonnull DeleteRequestBuilder<VariantConfigurationProfile> deleteVariantConfigurationProfile(@Nonnull VariantConfigurationProfile variantConfigurationProfile)
      Deprecated.
      Deletes an existing VariantConfigurationProfile entity in the S/4HANA system.
      Parameters:
      variantConfigurationProfile - VariantConfigurationProfile entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing VariantConfigurationProfile entity. To perform execution, call the execute method on the request builder object.