Interface ProductGroupDataService

All Known Implementing Classes:
DefaultProductGroupDataService

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

This synchronous inbound V4 OData service enables external systems and other consumers to read product group data and their descriptions. This service only supports the GET operation. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: PRODUCTGROUP_0001
API Version: 1.0.1
Minimum ERP Version: 2302
Communication Scenario: Product Integration(SAP_COM_0009)
Scope Items: Master Data Integration(1RO), Opportunity-to-Order with SAP Cloud for Customer(1VP)
Authentication Methods: x509
Service Group Name: API_PRODUCTGROUP_2
Business Object: Product
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ProductGroupDataService 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.
    • getAllProductGroup

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

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

      @Nonnull GetByKeyRequestBuilder<ProductGroup> getProductGroupByKey(String productGroup)
      Deprecated.
      Fetch a single ProductGroup entity using key fields.
      Parameters:
      productGroup - Product Group

      Constraints: Not nullable, Maximum length: 9

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

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

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

      @Nonnull GetByKeyRequestBuilder<ProductGroupText> getProductGroupTextByKey(String productGroup, String language)
      Deprecated.
      Fetch a single ProductGroupText entity using key fields.
      Parameters:
      productGroup - Product Group

      Constraints: Not nullable, Maximum length: 9

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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