Interface ConsolidationGroupStructureService
- All Known Implementing Classes:
DefaultConsolidationGroupStructureService
A consolidation group structure is an assignment of consolidation units to a consolidation group depending on the consolidation version and the fiscal year and period. An assignment comprises the definition of first consolidation and divestiture, and the assignment of a consolidation method additionally depending on a fiscal year and period. The definition of a group structure represents a mandatory prerequisite for the consolidation process.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNGROUPSTRUCTURE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Cloud Consolidation Master Data for Group Reporting Integration(SAP_COM_0336) |
| Scope Items: | Group Reporting - Data from External Systems(2U6) |
| Authentication Methods: | x509 |
| Service Group Name: | API_CNSLDTNGROUPSTRUCTURE |
| Business Object: | Consolidation Group Structure |
-
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 TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theCnsldtnGrpStrucMethAssgmtentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theConsolidationGroupStructureentity collection matching the filter and search expressions.createConsolidationGroupStructure(ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Create a newConsolidationGroupStructureentity and save it to the S/4HANA system.deleteConsolidationGroupStructure(ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Deletes an existingConsolidationGroupStructureentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnGrpStrucMethAssgmtentities.Deprecated.Fetch multipleConsolidationGroupStructureentities.getCnsldtnGrpStrucMethAssgmtByKey(String consolidationGroup, String consolidationUnit, String consolidationVersion, String groupStrucFromFiscalYearPeriod, String methAssgmtFromFiscalYearPeriod) Deprecated.Fetch a singleCnsldtnGrpStrucMethAssgmtentity using key fields.getConsolidationGroupStructureByKey(String consolidationGroup, String consolidationUnit, String consolidationVersion, String groupStrucFromFiscalYearPeriod) Deprecated.Fetch a singleConsolidationGroupStructureentity using key fields.updateCnsldtnGrpStrucMethAssgmt(CnsldtnGrpStrucMethAssgmt cnsldtnGrpStrucMethAssgmt) Deprecated.Update an existingCnsldtnGrpStrucMethAssgmtentity and save it to the S/4HANA system.updateConsolidationGroupStructure(ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Update an existingConsolidationGroupStructureentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
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.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnGrpStrucMethAssgmt
Deprecated.Fetch multipleCnsldtnGrpStrucMethAssgmtentities.- Returns:
- A request builder to fetch multiple
CnsldtnGrpStrucMethAssgmtentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countCnsldtnGrpStrucMethAssgmt
Deprecated.Fetch the number of entries from theCnsldtnGrpStrucMethAssgmtentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnGrpStrucMethAssgmtentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getCnsldtnGrpStrucMethAssgmtByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnGrpStrucMethAssgmt> getCnsldtnGrpStrucMethAssgmtByKey(String consolidationGroup, String consolidationUnit, String consolidationVersion, String groupStrucFromFiscalYearPeriod, String methAssgmtFromFiscalYearPeriod) Deprecated.Fetch a singleCnsldtnGrpStrucMethAssgmtentity using key fields.- Parameters:
methAssgmtFromFiscalYearPeriod- Start of Consolidation Method AssignmentConstraints: Not nullable, Maximum length: 7
groupStrucFromFiscalYearPeriod- Start of AssignmentConstraints: Not nullable, Maximum length: 7
consolidationGroup- Consolidation GroupConstraints: Not nullable, Maximum length: 18
consolidationVersion- Consolidation VersionConstraints: Not nullable, Maximum length: 3
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
- Returns:
- A request builder to fetch a single
CnsldtnGrpStrucMethAssgmtentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnGrpStrucMethAssgmt
@Nonnull UpdateRequestBuilder<CnsldtnGrpStrucMethAssgmt> updateCnsldtnGrpStrucMethAssgmt(@Nonnull CnsldtnGrpStrucMethAssgmt cnsldtnGrpStrucMethAssgmt) Deprecated.Update an existingCnsldtnGrpStrucMethAssgmtentity and save it to the S/4HANA system.- Parameters:
cnsldtnGrpStrucMethAssgmt-CnsldtnGrpStrucMethAssgmtentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnGrpStrucMethAssgmtentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllConsolidationGroupStructure
Deprecated.Fetch multipleConsolidationGroupStructureentities.- Returns:
- A request builder to fetch multiple
ConsolidationGroupStructureentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countConsolidationGroupStructure
Deprecated.Fetch the number of entries from theConsolidationGroupStructureentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ConsolidationGroupStructureentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getConsolidationGroupStructureByKey
@Nonnull GetByKeyRequestBuilder<ConsolidationGroupStructure> getConsolidationGroupStructureByKey(String consolidationGroup, String consolidationUnit, String consolidationVersion, String groupStrucFromFiscalYearPeriod) Deprecated.Fetch a singleConsolidationGroupStructureentity using key fields.- Parameters:
groupStrucFromFiscalYearPeriod- Start of AssignmentConstraints: Not nullable, Maximum length: 7
consolidationGroup- Consolidation GroupConstraints: Not nullable, Maximum length: 18
consolidationVersion- Consolidation VersionConstraints: Not nullable, Maximum length: 3
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
- Returns:
- A request builder to fetch a single
ConsolidationGroupStructureentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createConsolidationGroupStructure
@Nonnull CreateRequestBuilder<ConsolidationGroupStructure> createConsolidationGroupStructure(@Nonnull ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Create a newConsolidationGroupStructureentity and save it to the S/4HANA system.- Parameters:
consolidationGroupStructure-ConsolidationGroupStructureentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ConsolidationGroupStructureentity. To perform execution, call theexecutemethod on the request builder object.
-
updateConsolidationGroupStructure
@Nonnull UpdateRequestBuilder<ConsolidationGroupStructure> updateConsolidationGroupStructure(@Nonnull ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Update an existingConsolidationGroupStructureentity and save it to the S/4HANA system.- Parameters:
consolidationGroupStructure-ConsolidationGroupStructureentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ConsolidationGroupStructureentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteConsolidationGroupStructure
@Nonnull DeleteRequestBuilder<ConsolidationGroupStructure> deleteConsolidationGroupStructure(@Nonnull ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Deletes an existingConsolidationGroupStructureentity in the S/4HANA system.- Parameters:
consolidationGroupStructure-ConsolidationGroupStructureentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ConsolidationGroupStructureentity. To perform execution, call theexecutemethod on the request builder object.
-