Interface ConsolidationProfitCenterService

All Known Implementing Classes:
DefaultConsolidationProfitCenterService

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

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

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNPROFITCENTER_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_CNSLDTNPROFITCENTER
Business Object: Consolidation Profit Center
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationProfitCenterService 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.
    • getAllCnsldtnProfitCenter

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnProfitCenter> getCnsldtnProfitCenterByKey(String controllingArea, String profitCenter)
      Deprecated.
      Fetch a single CnsldtnProfitCenter entity using key fields.
      Parameters:
      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      profitCenter - Consolidation Profit Center

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnProfitCenterText> getCnsldtnProfitCenterTextByKey(String language, String controllingArea, String profitCenter)
      Deprecated.
      Fetch a single CnsldtnProfitCenterText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      profitCenter - Consolidation Profit Center

      Constraints: Not nullable, Maximum length: 10

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

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

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