@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultConsolidationUnitService") public class DefaultConsolidationUnitService extends Object implements 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 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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultConsolidationUnitService()
Creates a service using
ConsolidationUnitService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultConsolidationUnitService()
ConsolidationUnitService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultConsolidationUnitService withServicePath(@Nonnull String servicePath)
ConsolidationUnitService
withServicePath
in interface ConsolidationUnitService
servicePath
- Service path that will override the default.@Nonnull public DefaultConsolidationUnitServiceBatch batch()
batch
in interface BatchService<ConsolidationUnitServiceBatch>
@Nonnull public ConsolidationUnitByTimeFluentHelper getAllConsolidationUnitByTime()
ConsolidationUnitService
ConsolidationUnitByTime
entities.getAllConsolidationUnitByTime
in interface ConsolidationUnitService
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 public ConsolidationUnitByTimeByKeyFluentHelper getConsolidationUnitByTimeByKey(String consolidationUnit, String fromFiscalYearPeriod)
ConsolidationUnitService
ConsolidationUnitByTime
entity using key fields.getConsolidationUnitByTimeByKey
in interface ConsolidationUnitService
consolidationUnit
- Consolidation Unit
Constraints: Not nullable, Maximum length: 18
fromFiscalYearPeriod
- From Fiscal Year Period
Constraints: Not nullable, Maximum length: 7
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 public ConsolidationUnitByTimeVersionFluentHelper getAllConsolidationUnitByTimeVersion()
ConsolidationUnitService
ConsolidationUnitByTimeVersion
entities.getAllConsolidationUnitByTimeVersion
in interface ConsolidationUnitService
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 public ConsolidationUnitByTimeVersionByKeyFluentHelper getConsolidationUnitByTimeVersionByKey(String consolidationUnit, String consolidationVersion, String fromFiscalYearPeriod)
ConsolidationUnitService
ConsolidationUnitByTimeVersion
entity using key fields.getConsolidationUnitByTimeVersionByKey
in interface ConsolidationUnitService
consolidationUnit
- Consolidation Unit
Constraints: Not nullable, Maximum length: 18
consolidationVersion
- Enter a Consolidation Version.
Constraints: Not nullable, Maximum length: 3
fromFiscalYearPeriod
- From Fiscal Year Period
Constraints: Not nullable, Maximum length: 7
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 public ConsolidationUnitTextFluentHelper getAllConsolidationUnitText()
ConsolidationUnitService
ConsolidationUnitText
entities.getAllConsolidationUnitText
in interface ConsolidationUnitService
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 public ConsolidationUnitTextByKeyFluentHelper getConsolidationUnitTextByKey(String language, String consolidationUnit)
ConsolidationUnitService
ConsolidationUnitText
entity using key fields.getConsolidationUnitTextByKey
in interface ConsolidationUnitService
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 public ConsolidationUnitFluentHelper getAllConsolidationUnit()
ConsolidationUnitService
ConsolidationUnit
entities.getAllConsolidationUnit
in interface ConsolidationUnitService
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 public ConsolidationUnitByKeyFluentHelper getConsolidationUnitByKey(String consolidationUnit)
ConsolidationUnitService
ConsolidationUnit
entity using key fields.getConsolidationUnitByKey
in interface ConsolidationUnitService
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.