Class DefaultConsolidationGroupStructureService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationGroupStructureService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationGroupStructureService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationGroupStructureService.DEFAULT_SERVICE_PATHto send the requests. -
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.Deprecated.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultConsolidationGroupStructureService
public DefaultConsolidationGroupStructureService()Deprecated.Creates a service usingConsolidationGroupStructureService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationGroupStructureService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationGroupStructureServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationGroupStructureService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ConsolidationGroupStructureServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationGroupStructureService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnGrpStrucMethAssgmt
Deprecated.Description copied from interface:ConsolidationGroupStructureServiceFetch multipleCnsldtnGrpStrucMethAssgmtentities.- Specified by:
getAllCnsldtnGrpStrucMethAssgmtin interfaceConsolidationGroupStructureService- 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.Description copied from interface:ConsolidationGroupStructureServiceFetch the number of entries from theCnsldtnGrpStrucMethAssgmtentity collection matching the filter and search expressions.- Specified by:
countCnsldtnGrpStrucMethAssgmtin interfaceConsolidationGroupStructureService- 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 public GetByKeyRequestBuilder<CnsldtnGrpStrucMethAssgmt> getCnsldtnGrpStrucMethAssgmtByKey(String consolidationGroup, String consolidationUnit, String consolidationVersion, String groupStrucFromFiscalYearPeriod, String methAssgmtFromFiscalYearPeriod) Deprecated.Description copied from interface:ConsolidationGroupStructureServiceFetch a singleCnsldtnGrpStrucMethAssgmtentity using key fields.- Specified by:
getCnsldtnGrpStrucMethAssgmtByKeyin interfaceConsolidationGroupStructureService- Parameters:
consolidationGroup- Consolidation GroupConstraints: Not nullable, Maximum length: 18
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
consolidationVersion- Consolidation VersionConstraints: Not nullable, Maximum length: 3
groupStrucFromFiscalYearPeriod- Start of AssignmentConstraints: Not nullable, Maximum length: 7
methAssgmtFromFiscalYearPeriod- Start of Consolidation Method AssignmentConstraints: Not nullable, Maximum length: 7
- 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 public UpdateRequestBuilder<CnsldtnGrpStrucMethAssgmt> updateCnsldtnGrpStrucMethAssgmt(@Nonnull CnsldtnGrpStrucMethAssgmt cnsldtnGrpStrucMethAssgmt) Deprecated.Description copied from interface:ConsolidationGroupStructureServiceUpdate an existingCnsldtnGrpStrucMethAssgmtentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnGrpStrucMethAssgmtin interfaceConsolidationGroupStructureService- 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
@Nonnull public GetAllRequestBuilder<ConsolidationGroupStructure> getAllConsolidationGroupStructure()Deprecated.Description copied from interface:ConsolidationGroupStructureServiceFetch multipleConsolidationGroupStructureentities.- Specified by:
getAllConsolidationGroupStructurein interfaceConsolidationGroupStructureService- 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.Description copied from interface:ConsolidationGroupStructureServiceFetch the number of entries from theConsolidationGroupStructureentity collection matching the filter and search expressions.- Specified by:
countConsolidationGroupStructurein interfaceConsolidationGroupStructureService- 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 public GetByKeyRequestBuilder<ConsolidationGroupStructure> getConsolidationGroupStructureByKey(String consolidationGroup, String consolidationUnit, String consolidationVersion, String groupStrucFromFiscalYearPeriod) Deprecated.Description copied from interface:ConsolidationGroupStructureServiceFetch a singleConsolidationGroupStructureentity using key fields.- Specified by:
getConsolidationGroupStructureByKeyin interfaceConsolidationGroupStructureService- Parameters:
consolidationGroup- Consolidation GroupConstraints: Not nullable, Maximum length: 18
consolidationUnit- Consolidation UnitConstraints: Not nullable, Maximum length: 18
consolidationVersion- Consolidation VersionConstraints: Not nullable, Maximum length: 3
groupStrucFromFiscalYearPeriod- Start of AssignmentConstraints: Not nullable, Maximum length: 7
- 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 public CreateRequestBuilder<ConsolidationGroupStructure> createConsolidationGroupStructure(@Nonnull ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Description copied from interface:ConsolidationGroupStructureServiceCreate a newConsolidationGroupStructureentity and save it to the S/4HANA system.- Specified by:
createConsolidationGroupStructurein interfaceConsolidationGroupStructureService- 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 public UpdateRequestBuilder<ConsolidationGroupStructure> updateConsolidationGroupStructure(@Nonnull ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Description copied from interface:ConsolidationGroupStructureServiceUpdate an existingConsolidationGroupStructureentity and save it to the S/4HANA system.- Specified by:
updateConsolidationGroupStructurein interfaceConsolidationGroupStructureService- 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 public DeleteRequestBuilder<ConsolidationGroupStructure> deleteConsolidationGroupStructure(@Nonnull ConsolidationGroupStructure consolidationGroupStructure) Deprecated.Description copied from interface:ConsolidationGroupStructureServiceDeletes an existingConsolidationGroupStructureentity in the S/4HANA system.- Specified by:
deleteConsolidationGroupStructurein interfaceConsolidationGroupStructureService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-