Interface VariantTableService

All Known Implementing Classes:
DefaultVariantTableService

@Deprecated public interface VariantTableService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

Variant tables are used to store combinations of values for different characteristics. You can use them in selection conditions, procedures, and constraints. You can query each entity to retrieve the corresponding business data. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: VARCONFIGNTABLE_0001
API Version: 1.1.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_VARCONFIGNTABLE
Business Object: Variant Configuration Table
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull VariantTableService 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.
    • getAllVarCnfTblValAssgmtAlternative

      @Nonnull GetAllRequestBuilder<VarCnfTblValAssgmtAlternative> getAllVarCnfTblValAssgmtAlternative()
      Deprecated.
      Fetch multiple VarCnfTblValAssgmtAlternative entities.
      Returns:
      A request builder to fetch multiple VarCnfTblValAssgmtAlternative 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.
    • countVarCnfTblValAssgmtAlternative

      @Nonnull CountRequestBuilder<VarCnfTblValAssgmtAlternative> countVarCnfTblValAssgmtAlternative()
      Deprecated.
      Fetch the number of entries from the VarCnfTblValAssgmtAlternative entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of VarCnfTblValAssgmtAlternative 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.
    • getVarCnfTblValAssgmtAlternativeByKey

      @Nonnull GetByKeyRequestBuilder<VarCnfTblValAssgmtAlternative> getVarCnfTblValAssgmtAlternativeByKey(String varConfignTblName, String varConfignTblValAssgmtAltvID)
      Deprecated.
      Fetch a single VarCnfTblValAssgmtAlternative entity using key fields.
      Parameters:
      varConfignTblValAssgmtAltvID - Counter for value assignment alternative

      Constraints: Not nullable, Maximum length: 4

      varConfignTblName - Name of variant table

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A request builder to fetch a single VarCnfTblValAssgmtAlternative 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.
    • createVarCnfTblValAssgmtAlternative

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

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

      @Nonnull GetAllRequestBuilder<VarCnfTblValAssgmtAltvItem> getAllVarCnfTblValAssgmtAltvItem()
      Deprecated.
      Fetch multiple VarCnfTblValAssgmtAltvItem entities.
      Returns:
      A request builder to fetch multiple VarCnfTblValAssgmtAltvItem 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.
    • countVarCnfTblValAssgmtAltvItem

      @Nonnull CountRequestBuilder<VarCnfTblValAssgmtAltvItem> countVarCnfTblValAssgmtAltvItem()
      Deprecated.
      Fetch the number of entries from the VarCnfTblValAssgmtAltvItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of VarCnfTblValAssgmtAltvItem 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.
    • getVarCnfTblValAssgmtAltvItemByKey

      @Nonnull GetByKeyRequestBuilder<VarCnfTblValAssgmtAltvItem> getVarCnfTblValAssgmtAltvItemByKey(String varConfignTblName, String varConfignTblValAssgmtAltvID, String characteristic)
      Deprecated.
      Fetch a single VarCnfTblValAssgmtAltvItem entity using key fields.
      Parameters:
      varConfignTblValAssgmtAltvID - Counter for value assignment alternative

      Constraints: Not nullable, Maximum length: 4

      varConfignTblName - Name of variant table

      Constraints: Not nullable, Maximum length: 18

      characteristic - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single VarCnfTblValAssgmtAltvItem 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.
    • deleteVarCnfTblValAssgmtAltvItem

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

      @Nonnull GetAllRequestBuilder<VarCnfTblColumn> getAllVarConfigurationTableColumn()
      Deprecated.
      Fetch multiple VarCnfTblColumn entities.
      Returns:
      A request builder to fetch multiple VarCnfTblColumn 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.
    • countVarConfigurationTableColumn

      @Nonnull CountRequestBuilder<VarCnfTblColumn> countVarConfigurationTableColumn()
      Deprecated.
      Fetch the number of entries from the VarCnfTblColumn entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of VarCnfTblColumn 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.
    • getVarConfigurationTableColumnByKey

      @Nonnull GetByKeyRequestBuilder<VarCnfTblColumn> getVarConfigurationTableColumnByKey(String varConfignTblName, String characteristic)
      Deprecated.
      Fetch a single VarCnfTblColumn entity using key fields.
      Parameters:
      varConfignTblName - Name of variant table

      Constraints: Not nullable, Maximum length: 18

      characteristic - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single VarCnfTblColumn 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.
    • deleteVarConfigurationTableColumn

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

      @Nonnull GetAllRequestBuilder<VariantConfigurationTable> getAllVariantConfigurationTable()
      Deprecated.
      Fetch multiple VariantConfigurationTable entities.
      Returns:
      A request builder to fetch multiple VariantConfigurationTable 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.
    • countVariantConfigurationTable

      @Nonnull CountRequestBuilder<VariantConfigurationTable> countVariantConfigurationTable()
      Deprecated.
      Fetch the number of entries from the VariantConfigurationTable entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of VariantConfigurationTable 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.
    • getVariantConfigurationTableByKey

      @Nonnull GetByKeyRequestBuilder<VariantConfigurationTable> getVariantConfigurationTableByKey(String varConfignTblName)
      Deprecated.
      Fetch a single VariantConfigurationTable entity using key fields.
      Parameters:
      varConfignTblName - Name of variant table

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A request builder to fetch a single VariantConfigurationTable 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.
    • createVariantConfigurationTable

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

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

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

      @Nonnull GetAllRequestBuilder<VarCnfTblText> getAllVariantConfigurationTableText()
      Deprecated.
      Fetch multiple VarCnfTblText entities.
      Returns:
      A request builder to fetch multiple VarCnfTblText 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.
    • countVariantConfigurationTableText

      @Nonnull CountRequestBuilder<VarCnfTblText> countVariantConfigurationTableText()
      Deprecated.
      Fetch the number of entries from the VarCnfTblText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of VarCnfTblText 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.
    • getVariantConfigurationTableTextByKey

      @Nonnull GetByKeyRequestBuilder<VarCnfTblText> getVariantConfigurationTableTextByKey(String varConfignTblName, String languageCode)
      Deprecated.
      Fetch a single VarCnfTblText entity using key fields.
      Parameters:
      varConfignTblName - Name of variant table

      Constraints: Not nullable, Maximum length: 18

      languageCode - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single VarCnfTblText 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.
    • updateVariantConfigurationTableText

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

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