Interface ConsolidationFinancialStatementItemService

All Known Implementing Classes:
DefaultConsolidationFinancialStatementItemService

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

A financial statement item is a fundamental account assignment in group reporting and financial consolidation. It forms the basis for data collection, posting, and reporting. It can also be used for maintaining metrics and key figures..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNFSITEM_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_CNSLDTNFSITEM
Business Object: Consolidation Financial Statement Item
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationFinancialStatementItemService 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.
    • getAllCnsldtnFinancialStatementItem

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnFinancialStatementItem> getCnsldtnFinancialStatementItemByKey(String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem)
      Deprecated.
      Fetch a single CnsldtnFinancialStatementItem entity using key fields.
      Parameters:
      cnsldtnFinancialStatementItem - Consolidation FS Item

      Constraints: Not nullable, Maximum length: 10

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnFSItemByTimeVersion> getCnsldtnFSItemByTimeVersionByKey(String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem, String consolidationVersion, String fromFiscalYearPeriod)
      Deprecated.
      Fetch a single CnsldtnFSItemByTimeVersion entity using key fields.
      Parameters:
      fromFiscalYearPeriod - From Fiscal Year Period

      Constraints: Not nullable, Maximum length: 7

      cnsldtnFinancialStatementItem - Financial Statement Item

      Constraints: Not nullable, Maximum length: 10

      consolidationVersion - Consolidation Version

      Constraints: Not nullable, Maximum length: 3

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnFSItemText> getCnsldtnFSItemTextByKey(String language, String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem)
      Deprecated.
      Fetch a single CnsldtnFSItemText entity using key fields.
      Parameters:
      cnsldtnFinancialStatementItem - Consolidation FS Item

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

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

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

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