Interface ConsolidationDivisionService

All Known Implementing Classes:
DefaultConsolidationDivisionService

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

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

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNDIVISION_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_CNSLDTNDIVISION
Business Object: Consolidation Division
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationDivisionService 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.
    • getAllCnsldtnDivision

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnDivision> getCnsldtnDivisionByKey(String division)
      Deprecated.
      Fetch a single CnsldtnDivision entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnDivisionText> getCnsldtnDivisionTextByKey(String language, String division)
      Deprecated.
      Fetch a single CnsldtnDivisionText entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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