Interface VariantTableContentService

All Known Implementing Classes:
DefaultVariantTableContentService

@Deprecated public interface VariantTableContentService
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. This service provides functions and actions to retrieve values from a cell of the variant table on a specific key date and to create and delete lines in arbitrary positions. All actions support change numbers. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: VARCONFIGNTABLECONTENT_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_VARCONFIGNTABLECONTENT
Business Object: Variant Configuration Table Content
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull VariantTableContentService 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.
    • getAllVarConfigurationTableContent

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

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

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

      Constraints: Not nullable, Maximum length: 18

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<VariantConfigurationTableLine> getVariantConfigurationTableLineByKey(String varConfignTblName, String varConfignTblLineNumber, String changeNumber)
      Deprecated.
      Fetch a single VariantConfigurationTableLine entity using key fields.
      Parameters:
      varConfignTblLineNumber - Row Number of Variant Table - External

      Constraints: Not nullable, Maximum length: 5

      varConfignTblName - Name of variant table

      Constraints: Not nullable, Maximum length: 18

      changeNumber - Change Number

      Constraints: Not nullable, Maximum length: 12

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

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

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

      @Nonnull GetByKeyRequestBuilder<VariantConfigurationTableValue> getVariantConfigurationTableValueByKey(String varConfignTblName, String varConfignTblLineNumber, String changeNumber, String characteristic, String varConfignTblValueNumber)
      Deprecated.
      Fetch a single VariantConfigurationTableValue entity using key fields.
      Parameters:
      varConfignTblLineNumber - Row Number of Variant Table - External

      Constraints: Not nullable, Maximum length: 5

      varConfignTblValueNumber - Characteristic value counter

      Constraints: Not nullable, Maximum length: 3

      varConfignTblName - Name of variant table

      Constraints: Not nullable, Maximum length: 18

      changeNumber - Change Number

      Constraints: Not nullable, Maximum length: 12

      characteristic - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

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