Interface ConsolidationProductService

All Known Implementing Classes:
DefaultConsolidationProductService

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

A consolidation product is a product that can be used for financial consolidation in group reporting. It can either be a product that’s been defined in an area other than group reporting, or it can be a product that’s been specifically defined for exclusive use in group reporting.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNPRODUCT_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Cloud Consolidation Master Data for Group Reporting Integration(SAP_COM_0336)
Scope Items: Group Reporting - Data from External Systems(2U6)
Authentication Methods: x509
Service Group Name: API_CNSLDTNPRODUCT
Business Object: Consolidation Product
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationProductService 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.
    • getAllCnsldtnProduct

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnProduct> getCnsldtnProductByKey(String product)
      Deprecated.
      Fetch a single CnsldtnProduct entity using key fields.
      Parameters:
      product - Product

      Constraints: Not nullable, Maximum length: 18

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnProductText> getCnsldtnProductTextByKey(String language, String product)
      Deprecated.
      Fetch a single CnsldtnProductText entity using key fields.
      Parameters:
      product - Product

      Constraints: Not nullable, Maximum length: 18

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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