Class DefaultConsolidationUnitService
- All Implemented Interfaces:
BatchService<ConsolidationUnitServiceBatch>,ConsolidationUnitService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.ConsolidationUnitService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationUnitService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.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.
-
Constructor Details
-
DefaultConsolidationUnitService
public DefaultConsolidationUnitService()Deprecated.Creates a service usingConsolidationUnitService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationUnitServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationUnitService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<ConsolidationUnitServiceBatch>
-
getAllConsolidationUnitByTime
Deprecated.Description copied from interface:ConsolidationUnitServiceFetch multipleConsolidationUnitByTimeentities.- Specified by:
getAllConsolidationUnitByTimein interfaceConsolidationUnitService- 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 public ConsolidationUnitByTimeByKeyFluentHelper getConsolidationUnitByTimeByKey(String consolidationUnit, String fromFiscalYearPeriod) Deprecated.Description copied from interface:ConsolidationUnitServiceFetch a singleConsolidationUnitByTimeentity using key fields.- Specified by:
getConsolidationUnitByTimeByKeyin interfaceConsolidationUnitService- Parameters:
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
fromFiscalYearPeriod- From Fiscal Year PeriodConstraints: Not nullable, Maximum length: 7
- 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.Description copied from interface:ConsolidationUnitServiceFetch multipleConsolidationUnitByTimeVersionentities.- Specified by:
getAllConsolidationUnitByTimeVersionin interfaceConsolidationUnitService- 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 public ConsolidationUnitByTimeVersionByKeyFluentHelper getConsolidationUnitByTimeVersionByKey(String consolidationUnit, String consolidationVersion, String fromFiscalYearPeriod) Deprecated.Description copied from interface:ConsolidationUnitServiceFetch a singleConsolidationUnitByTimeVersionentity using key fields.- Specified by:
getConsolidationUnitByTimeVersionByKeyin interfaceConsolidationUnitService- Parameters:
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
consolidationVersion- Consolidation VersionConstraints: Not nullable, Maximum length: 3
fromFiscalYearPeriod- From Fiscal Year PeriodConstraints: Not nullable, Maximum length: 7
- 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.Description copied from interface:ConsolidationUnitServiceFetch multipleConsolidationUnitTextentities.- Specified by:
getAllConsolidationUnitTextin interfaceConsolidationUnitService- 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 public ConsolidationUnitTextByKeyFluentHelper getConsolidationUnitTextByKey(String language, String consolidationUnit) Deprecated.Description copied from interface:ConsolidationUnitServiceFetch a singleConsolidationUnitTextentity using key fields.- Specified by:
getConsolidationUnitTextByKeyin interfaceConsolidationUnitService- 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.Description copied from interface:ConsolidationUnitServiceFetch multipleConsolidationUnitentities.- Specified by:
getAllConsolidationUnitin interfaceConsolidationUnitService- 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
@Nonnull public ConsolidationUnitByKeyFluentHelper getConsolidationUnitByKey(String consolidationUnit) Deprecated.Description copied from interface:ConsolidationUnitServiceFetch a singleConsolidationUnitentity using key fields.- Specified by:
getConsolidationUnitByKeyin interfaceConsolidationUnitService- 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.
-