Interface ConsolidationGeneralLedgerChartOfAccountService
- All Known Implementing Classes:
DefaultConsolidationGeneralLedgerChartOfAccountService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation G/L chart of account is a G/L chart of account that can be used for financial consolidation in group reporting. It can either be a G/L chart of account that’s been defined in an area other than group reporting, or it can be a G/L chart of account that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNGLCHARTOFACCOUNTS_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_CNSLDTNGLCHARTOFACCTS |
| Business Object: | Consolidation G/L Chart of Accounts |
-
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 theCnsldtnGLChartOfAccountsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnGLChartOfAcctsTextentity collection matching the filter and search expressions.createCnsldtnGLChartOfAccounts(CnsldtnGLChartOfAccounts cnsldtnGLChartOfAccounts) Deprecated.Create a newCnsldtnGLChartOfAccountsentity and save it to the S/4HANA system.deleteCnsldtnGLChartOfAccounts(CnsldtnGLChartOfAccounts cnsldtnGLChartOfAccounts) Deprecated.Deletes an existingCnsldtnGLChartOfAccountsentity in the S/4HANA system.deleteCnsldtnGLChartOfAcctsText(CnsldtnGLChartOfAcctsText cnsldtnGLChartOfAcctsText) Deprecated.Deletes an existingCnsldtnGLChartOfAcctsTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnGLChartOfAccountsentities.Deprecated.Fetch multipleCnsldtnGLChartOfAcctsTextentities.getCnsldtnGLChartOfAccountsByKey(String chartOfAccounts) Deprecated.Fetch a singleCnsldtnGLChartOfAccountsentity using key fields.getCnsldtnGLChartOfAcctsTextByKey(String language, String chartOfAccounts) Deprecated.Fetch a singleCnsldtnGLChartOfAcctsTextentity using key fields.updateCnsldtnGLChartOfAccounts(CnsldtnGLChartOfAccounts cnsldtnGLChartOfAccounts) Deprecated.Update an existingCnsldtnGLChartOfAccountsentity and save it to the S/4HANA system.updateCnsldtnGLChartOfAcctsText(CnsldtnGLChartOfAcctsText cnsldtnGLChartOfAcctsText) Deprecated.Update an existingCnsldtnGLChartOfAcctsTextentity 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
@Nonnull ConsolidationGeneralLedgerChartOfAccountService withServicePath(@Nonnull String servicePath) 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.
-
getAllCnsldtnGLChartOfAccounts
Deprecated.Fetch multipleCnsldtnGLChartOfAccountsentities.- Returns:
- A request builder to fetch multiple
CnsldtnGLChartOfAccountsentities. 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.
-
countCnsldtnGLChartOfAccounts
Deprecated.Fetch the number of entries from theCnsldtnGLChartOfAccountsentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnGLChartOfAccountsentities. 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.
-
getCnsldtnGLChartOfAccountsByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnGLChartOfAccounts> getCnsldtnGLChartOfAccountsByKey(String chartOfAccounts) Deprecated.Fetch a singleCnsldtnGLChartOfAccountsentity using key fields.- Parameters:
chartOfAccounts- G/L Chart of AccountsConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnGLChartOfAccountsentity 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.
-
createCnsldtnGLChartOfAccounts
@Nonnull CreateRequestBuilder<CnsldtnGLChartOfAccounts> createCnsldtnGLChartOfAccounts(@Nonnull CnsldtnGLChartOfAccounts cnsldtnGLChartOfAccounts) Deprecated.Create a newCnsldtnGLChartOfAccountsentity and save it to the S/4HANA system.- Parameters:
cnsldtnGLChartOfAccounts-CnsldtnGLChartOfAccountsentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnGLChartOfAccountsentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnGLChartOfAccounts
@Nonnull UpdateRequestBuilder<CnsldtnGLChartOfAccounts> updateCnsldtnGLChartOfAccounts(@Nonnull CnsldtnGLChartOfAccounts cnsldtnGLChartOfAccounts) Deprecated.Update an existingCnsldtnGLChartOfAccountsentity and save it to the S/4HANA system.- Parameters:
cnsldtnGLChartOfAccounts-CnsldtnGLChartOfAccountsentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnGLChartOfAccountsentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnGLChartOfAccounts
@Nonnull DeleteRequestBuilder<CnsldtnGLChartOfAccounts> deleteCnsldtnGLChartOfAccounts(@Nonnull CnsldtnGLChartOfAccounts cnsldtnGLChartOfAccounts) Deprecated.Deletes an existingCnsldtnGLChartOfAccountsentity in the S/4HANA system.- Parameters:
cnsldtnGLChartOfAccounts-CnsldtnGLChartOfAccountsentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnGLChartOfAccountsentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnGLChartOfAcctsText
Deprecated.Fetch multipleCnsldtnGLChartOfAcctsTextentities.- Returns:
- A request builder to fetch multiple
CnsldtnGLChartOfAcctsTextentities. 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.
-
countCnsldtnGLChartOfAcctsText
Deprecated.Fetch the number of entries from theCnsldtnGLChartOfAcctsTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnGLChartOfAcctsTextentities. 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.
-
getCnsldtnGLChartOfAcctsTextByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnGLChartOfAcctsText> getCnsldtnGLChartOfAcctsTextByKey(String language, String chartOfAccounts) Deprecated.Fetch a singleCnsldtnGLChartOfAcctsTextentity using key fields.- Parameters:
chartOfAccounts- G/L Chart of AccountsConstraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnGLChartOfAcctsTextentity 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.
-
updateCnsldtnGLChartOfAcctsText
@Nonnull UpdateRequestBuilder<CnsldtnGLChartOfAcctsText> updateCnsldtnGLChartOfAcctsText(@Nonnull CnsldtnGLChartOfAcctsText cnsldtnGLChartOfAcctsText) Deprecated.Update an existingCnsldtnGLChartOfAcctsTextentity and save it to the S/4HANA system.- Parameters:
cnsldtnGLChartOfAcctsText-CnsldtnGLChartOfAcctsTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnGLChartOfAcctsTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnGLChartOfAcctsText
@Nonnull DeleteRequestBuilder<CnsldtnGLChartOfAcctsText> deleteCnsldtnGLChartOfAcctsText(@Nonnull CnsldtnGLChartOfAcctsText cnsldtnGLChartOfAcctsText) Deprecated.Deletes an existingCnsldtnGLChartOfAcctsTextentity in the S/4HANA system.- Parameters:
cnsldtnGLChartOfAcctsText-CnsldtnGLChartOfAcctsTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnGLChartOfAcctsTextentity. To perform execution, call theexecutemethod on the request builder object.
-