Interface ConsolidationBusinessAreaService

All Known Implementing Classes:
DefaultConsolidationBusinessAreaService

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

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

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNBUSINESSAREA_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_CNSLDTNBUSINESSAREA
Business Object: Consolidation Business Area
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationBusinessAreaService 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.
    • getAllCnsldtnBusinessArea

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnBusinessArea> getCnsldtnBusinessAreaByKey(String businessArea)
      Deprecated.
      Fetch a single CnsldtnBusinessArea entity using key fields.
      Parameters:
      businessArea - Consolidation Business Area

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnBusinessAreaText> getCnsldtnBusinessAreaTextByKey(String language, String businessArea)
      Deprecated.
      Fetch a single CnsldtnBusinessAreaText entity using key fields.
      Parameters:
      businessArea - Consolidation Business Area

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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