public interface ConsolidationUnitService extends BatchService<ConsolidationUnitServiceBatch>
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.
Reference: SAP API Business Hub
OData Service: | API_CONSOLIDATIONUNIT |
API Version: | 1 |
Communication Scenario: | Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336), Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241) |
Scope Items: | Group Reporting - Data from External Systems (2U6), Group Reporting - Data from SAP Group Reporting Data Collection (287) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | ConsolidationUnit |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ConsolidationUnitService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ConsolidationUnitByTimeFluentHelper getAllConsolidationUnitByTime()
ConsolidationUnitByTime
entities.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.@Nonnull ConsolidationUnitByTimeByKeyFluentHelper getConsolidationUnitByTimeByKey(String consolidationUnit, String fromFiscalYearPeriod)
ConsolidationUnitByTime
entity using key fields.fromFiscalYearPeriod
- From Fiscal Year Period
Constraints: Not nullable, Maximum length: 7
consolidationUnit
- Consolidation Unit
Constraints: Not nullable, Maximum length: 18
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.@Nonnull ConsolidationUnitByTimeVersionFluentHelper getAllConsolidationUnitByTimeVersion()
ConsolidationUnitByTimeVersion
entities.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.@Nonnull ConsolidationUnitByTimeVersionByKeyFluentHelper getConsolidationUnitByTimeVersionByKey(String consolidationUnit, String consolidationVersion, String fromFiscalYearPeriod)
ConsolidationUnitByTimeVersion
entity using key fields.fromFiscalYearPeriod
- From Fiscal Year Period
Constraints: Not nullable, Maximum length: 7
consolidationVersion
- Enter a Consolidation Version.
Constraints: Not nullable, Maximum length: 3
consolidationUnit
- Consolidation Unit
Constraints: Not nullable, Maximum length: 18
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.@Nonnull ConsolidationUnitTextFluentHelper getAllConsolidationUnitText()
ConsolidationUnitText
entities.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.@Nonnull ConsolidationUnitTextByKeyFluentHelper getConsolidationUnitTextByKey(String language, String consolidationUnit)
ConsolidationUnitText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
consolidationUnit
- Consolidation Unit
Constraints: Not nullable, Maximum length: 18
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.@Nonnull ConsolidationUnitFluentHelper getAllConsolidationUnit()
ConsolidationUnit
entities.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.@Nonnull ConsolidationUnitByKeyFluentHelper getConsolidationUnitByKey(String consolidationUnit)
ConsolidationUnit
entity using key fields.consolidationUnit
- Consolidation Unit
Constraints: Not nullable, Maximum length: 18
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.Copyright © 2021 SAP SE. All rights reserved.