Interface ConsolidationUnitService

All Superinterfaces:
BatchService<ConsolidationUnitServiceBatch>
All Known Implementing Classes:
DefaultConsolidationUnitService

@Deprecated public interface ConsolidationUnitService extends BatchService<ConsolidationUnitServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

A consolidation unit is the smallest entity of the corporate group structure that can be used as the basis for performing a consolidation. Consolidation units belong to the master data of group reporting.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_CONSOLIDATIONUNIT
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Cloud Consolidation Data Collection Integration(SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration(SAP_COM_0336)
Scope Items: Group Reporting - Data from SAP Group Reporting Data Collection(287), Group Reporting - Data from External Systems(2U6)
Authentication Methods: x509
Business Object: Consolidation Unit
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationUnitService 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.
    • getAllConsolidationUnitByTime

      @Nonnull ConsolidationUnitByTimeFluentHelper getAllConsolidationUnitByTime()
      Deprecated.
      Fetch multiple ConsolidationUnitByTime entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationUnitByTime entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationUnitByTimeByKey

      @Nonnull ConsolidationUnitByTimeByKeyFluentHelper getConsolidationUnitByTimeByKey(String consolidationUnit, String fromFiscalYearPeriod)
      Deprecated.
      Fetch a single ConsolidationUnitByTime entity using key fields.
      Parameters:
      fromFiscalYearPeriod - From Fiscal Year Period

      Constraints: Not nullable, Maximum length: 7

      consolidationUnit - Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ConsolidationUnitByTime entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationUnitByTimeVersion

      @Nonnull ConsolidationUnitByTimeVersionFluentHelper getAllConsolidationUnitByTimeVersion()
      Deprecated.
      Fetch multiple ConsolidationUnitByTimeVersion entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationUnitByTimeVersion entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationUnitByTimeVersionByKey

      @Nonnull ConsolidationUnitByTimeVersionByKeyFluentHelper getConsolidationUnitByTimeVersionByKey(String consolidationUnit, String consolidationVersion, String fromFiscalYearPeriod)
      Deprecated.
      Fetch a single ConsolidationUnitByTimeVersion entity using key fields.
      Parameters:
      fromFiscalYearPeriod - From Fiscal Year Period

      Constraints: Not nullable, Maximum length: 7

      consolidationVersion - Consolidation Version

      Constraints: Not nullable, Maximum length: 3

      consolidationUnit - Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ConsolidationUnitByTimeVersion entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationUnitText

      @Nonnull ConsolidationUnitTextFluentHelper getAllConsolidationUnitText()
      Deprecated.
      Fetch multiple ConsolidationUnitText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationUnitText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationUnitTextByKey

      @Nonnull ConsolidationUnitTextByKeyFluentHelper getConsolidationUnitTextByKey(String language, String consolidationUnit)
      Deprecated.
      Fetch a single ConsolidationUnitText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationUnit - Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ConsolidationUnitText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationUnit

      @Nonnull ConsolidationUnitFluentHelper getAllConsolidationUnit()
      Deprecated.
      Fetch multiple ConsolidationUnit entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationUnit entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationUnitByKey

      @Nonnull ConsolidationUnitByKeyFluentHelper getConsolidationUnitByKey(String consolidationUnit)
      Deprecated.
      Fetch a single ConsolidationUnit entity using key fields.
      Parameters:
      consolidationUnit - Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ConsolidationUnit entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.