Interface ConsolidationGeneralLedgerAccountService

All Known Implementing Classes:
DefaultConsolidationGeneralLedgerAccountService

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

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

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNGLACCOUNT_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_CNSLDTNGLACCOUNT
Business Object: Consolidation G/L Account
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationGeneralLedgerAccountService 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.
    • getAllCnsldtnGLAccount

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnGLAccount> getCnsldtnGLAccountByKey(String chartOfAccounts, String gLAccount)
      Deprecated.
      Fetch a single CnsldtnGLAccount entity using key fields.
      Parameters:
      gLAccount - Consolidation G/L Account

      Constraints: Not nullable, Maximum length: 10

      chartOfAccounts - G/L Chart of Accounts

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnGLAccountText> getCnsldtnGLAccountTextByKey(String language, String chartOfAccounts, String gLAccount)
      Deprecated.
      Fetch a single CnsldtnGLAccountText entity using key fields.
      Parameters:
      gLAccount - Consolidation G/L Account

      Constraints: Not nullable, Maximum length: 10

      chartOfAccounts - G/L Chart of Accounts

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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