Interface ConsolidationUnitService
- All Superinterfaces:
BatchService<ConsolidationUnitServiceBatch>
- All Known Implementing Classes:
DefaultConsolidationUnitService
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 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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Fetch multipleConsolidationUnitentities.Deprecated.Fetch multipleConsolidationUnitByTimeentities.Deprecated.Fetch multipleConsolidationUnitByTimeVersionentities.Deprecated.Fetch multipleConsolidationUnitTextentities.getConsolidationUnitByKey(String consolidationUnit) Deprecated.Fetch a singleConsolidationUnitentity using key fields.getConsolidationUnitByTimeByKey(String consolidationUnit, String fromFiscalYearPeriod) Deprecated.Fetch a singleConsolidationUnitByTimeentity using key fields.getConsolidationUnitByTimeVersionByKey(String consolidationUnit, String consolidationVersion, String fromFiscalYearPeriod) Deprecated.Fetch a singleConsolidationUnitByTimeVersionentity using key fields.getConsolidationUnitTextByKey(String language, String consolidationUnit) Deprecated.Fetch a singleConsolidationUnitTextentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Fetch multipleConsolidationUnitByTimeentities.- Returns:
- A fluent helper to fetch multiple
ConsolidationUnitByTimeentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getConsolidationUnitByTimeByKey
@Nonnull ConsolidationUnitByTimeByKeyFluentHelper getConsolidationUnitByTimeByKey(String consolidationUnit, String fromFiscalYearPeriod) Deprecated.Fetch a singleConsolidationUnitByTimeentity using key fields.- Parameters:
fromFiscalYearPeriod- From Fiscal Year PeriodConstraints: Not nullable, Maximum length: 7
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
ConsolidationUnitByTimeentity 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 theexecutemethod on the fluent helper object.
-
getAllConsolidationUnitByTimeVersion
Deprecated.Fetch multipleConsolidationUnitByTimeVersionentities.- Returns:
- A fluent helper to fetch multiple
ConsolidationUnitByTimeVersionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getConsolidationUnitByTimeVersionByKey
@Nonnull ConsolidationUnitByTimeVersionByKeyFluentHelper getConsolidationUnitByTimeVersionByKey(String consolidationUnit, String consolidationVersion, String fromFiscalYearPeriod) Deprecated.Fetch a singleConsolidationUnitByTimeVersionentity using key fields.- Parameters:
fromFiscalYearPeriod- From Fiscal Year PeriodConstraints: Not nullable, Maximum length: 7
consolidationVersion- Consolidation VersionConstraints: Not nullable, Maximum length: 3
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
ConsolidationUnitByTimeVersionentity 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 theexecutemethod on the fluent helper object.
-
getAllConsolidationUnitText
Deprecated.Fetch multipleConsolidationUnitTextentities.- Returns:
- A fluent helper to fetch multiple
ConsolidationUnitTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getConsolidationUnitTextByKey
@Nonnull ConsolidationUnitTextByKeyFluentHelper getConsolidationUnitTextByKey(String language, String consolidationUnit) Deprecated.Fetch a singleConsolidationUnitTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
ConsolidationUnitTextentity 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 theexecutemethod on the fluent helper object.
-
getAllConsolidationUnit
Deprecated.Fetch multipleConsolidationUnitentities.- Returns:
- A fluent helper to fetch multiple
ConsolidationUnitentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getConsolidationUnitByKey
Deprecated.Fetch a singleConsolidationUnitentity using key fields.- Parameters:
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
ConsolidationUnitentity 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 theexecutemethod on the fluent helper object.
-