Interface ConsolidationFinancialStatementItemService
- All Known Implementing Classes:
DefaultConsolidationFinancialStatementItemService
A financial statement item is a fundamental account assignment in group reporting and financial consolidation. It forms the basis for data collection, posting, and reporting. It can also be used for maintaining metrics and key figures..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNFSITEM_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_CNSLDTNFSITEM |
| Business Object: | Consolidation Financial Statement Item |
-
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 theCnsldtnFinancialStatementItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnFSItemByTimeVersionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnFSItemTextentity collection matching the filter and search expressions.createCnsldtnFinancialStatementItem(CnsldtnFinancialStatementItem cnsldtnFinancialStatementItem) Deprecated.Create a newCnsldtnFinancialStatementItementity and save it to the S/4HANA system.deleteCnsldtnFSItemText(CnsldtnFSItemText cnsldtnFSItemText) Deprecated.Deletes an existingCnsldtnFSItemTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnFinancialStatementItementities.Deprecated.Fetch multipleCnsldtnFSItemByTimeVersionentities.Deprecated.Fetch multipleCnsldtnFSItemTextentities.getCnsldtnFinancialStatementItemByKey(String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem) Deprecated.Fetch a singleCnsldtnFinancialStatementItementity using key fields.getCnsldtnFSItemByTimeVersionByKey(String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem, String consolidationVersion, String fromFiscalYearPeriod) Deprecated.Fetch a singleCnsldtnFSItemByTimeVersionentity using key fields.getCnsldtnFSItemTextByKey(String language, String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem) Deprecated.Fetch a singleCnsldtnFSItemTextentity using key fields.updateCnsldtnFinancialStatementItem(CnsldtnFinancialStatementItem cnsldtnFinancialStatementItem) Deprecated.Update an existingCnsldtnFinancialStatementItementity and save it to the S/4HANA system.updateCnsldtnFSItemByTimeVersion(CnsldtnFSItemByTimeVersion cnsldtnFSItemByTimeVersion) Deprecated.Update an existingCnsldtnFSItemByTimeVersionentity and save it to the S/4HANA system.updateCnsldtnFSItemText(CnsldtnFSItemText cnsldtnFSItemText) Deprecated.Update an existingCnsldtnFSItemTextentity 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.
-
getAllCnsldtnFinancialStatementItem
Deprecated.Fetch multipleCnsldtnFinancialStatementItementities.- Returns:
- A request builder to fetch multiple
CnsldtnFinancialStatementItementities. 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.
-
countCnsldtnFinancialStatementItem
Deprecated.Fetch the number of entries from theCnsldtnFinancialStatementItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnFinancialStatementItementities. 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.
-
getCnsldtnFinancialStatementItemByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnFinancialStatementItem> getCnsldtnFinancialStatementItemByKey(String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem) Deprecated.Fetch a singleCnsldtnFinancialStatementItementity using key fields.- Parameters:
cnsldtnFinancialStatementItem- Consolidation FS ItemConstraints: Not nullable, Maximum length: 10
consolidationChartOfAccounts- Consolidation Chart of AccountsConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnFinancialStatementItementity 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.
-
createCnsldtnFinancialStatementItem
@Nonnull CreateRequestBuilder<CnsldtnFinancialStatementItem> createCnsldtnFinancialStatementItem(@Nonnull CnsldtnFinancialStatementItem cnsldtnFinancialStatementItem) Deprecated.Create a newCnsldtnFinancialStatementItementity and save it to the S/4HANA system.- Parameters:
cnsldtnFinancialStatementItem-CnsldtnFinancialStatementItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnFinancialStatementItementity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnFinancialStatementItem
@Nonnull UpdateRequestBuilder<CnsldtnFinancialStatementItem> updateCnsldtnFinancialStatementItem(@Nonnull CnsldtnFinancialStatementItem cnsldtnFinancialStatementItem) Deprecated.Update an existingCnsldtnFinancialStatementItementity and save it to the S/4HANA system.- Parameters:
cnsldtnFinancialStatementItem-CnsldtnFinancialStatementItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnFinancialStatementItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnFSItemByTimeVersion
Deprecated.Fetch multipleCnsldtnFSItemByTimeVersionentities.- Returns:
- A request builder to fetch multiple
CnsldtnFSItemByTimeVersionentities. 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.
-
countCnsldtnFSItemByTimeVersion
Deprecated.Fetch the number of entries from theCnsldtnFSItemByTimeVersionentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnFSItemByTimeVersionentities. 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.
-
getCnsldtnFSItemByTimeVersionByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnFSItemByTimeVersion> getCnsldtnFSItemByTimeVersionByKey(String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem, String consolidationVersion, String fromFiscalYearPeriod) Deprecated.Fetch a singleCnsldtnFSItemByTimeVersionentity using key fields.- Parameters:
fromFiscalYearPeriod- From Fiscal Year PeriodConstraints: Not nullable, Maximum length: 7
cnsldtnFinancialStatementItem- Financial Statement ItemConstraints: Not nullable, Maximum length: 10
consolidationVersion- Consolidation VersionConstraints: Not nullable, Maximum length: 3
consolidationChartOfAccounts- Consolidation Chart of AccountsConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnFSItemByTimeVersionentity 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.
-
updateCnsldtnFSItemByTimeVersion
@Nonnull UpdateRequestBuilder<CnsldtnFSItemByTimeVersion> updateCnsldtnFSItemByTimeVersion(@Nonnull CnsldtnFSItemByTimeVersion cnsldtnFSItemByTimeVersion) Deprecated.Update an existingCnsldtnFSItemByTimeVersionentity and save it to the S/4HANA system.- Parameters:
cnsldtnFSItemByTimeVersion-CnsldtnFSItemByTimeVersionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnFSItemByTimeVersionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnFSItemText
Deprecated.Fetch multipleCnsldtnFSItemTextentities.- Returns:
- A request builder to fetch multiple
CnsldtnFSItemTextentities. 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.
-
countCnsldtnFSItemText
Deprecated.Fetch the number of entries from theCnsldtnFSItemTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnFSItemTextentities. 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.
-
getCnsldtnFSItemTextByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnFSItemText> getCnsldtnFSItemTextByKey(String language, String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem) Deprecated.Fetch a singleCnsldtnFSItemTextentity using key fields.- Parameters:
cnsldtnFinancialStatementItem- Consolidation FS ItemConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
consolidationChartOfAccounts- Consolidation Chart of AccountsConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnFSItemTextentity 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.
-
updateCnsldtnFSItemText
@Nonnull UpdateRequestBuilder<CnsldtnFSItemText> updateCnsldtnFSItemText(@Nonnull CnsldtnFSItemText cnsldtnFSItemText) Deprecated.Update an existingCnsldtnFSItemTextentity and save it to the S/4HANA system.- Parameters:
cnsldtnFSItemText-CnsldtnFSItemTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnFSItemTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnFSItemText
@Nonnull DeleteRequestBuilder<CnsldtnFSItemText> deleteCnsldtnFSItemText(@Nonnull CnsldtnFSItemText cnsldtnFSItemText) Deprecated.Deletes an existingCnsldtnFSItemTextentity in the S/4HANA system.- Parameters:
cnsldtnFSItemText-CnsldtnFSItemTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnFSItemTextentity. To perform execution, call theexecutemethod on the request builder object.
-