Class DefaultConsolidationFinancialStatementItemService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationFinancialStatementItemService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationFinancialStatementItemService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationFinancialStatementItemService.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 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.Deprecated.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.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
-
DefaultConsolidationFinancialStatementItemService
public DefaultConsolidationFinancialStatementItemService()Deprecated.Creates a service usingConsolidationFinancialStatementItemService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationFinancialStatementItemService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationFinancialStatementItemService- 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:ConsolidationFinancialStatementItemServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationFinancialStatementItemService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnFinancialStatementItem
@Nonnull public GetAllRequestBuilder<CnsldtnFinancialStatementItem> getAllCnsldtnFinancialStatementItem()Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch multipleCnsldtnFinancialStatementItementities.- Specified by:
getAllCnsldtnFinancialStatementItemin interfaceConsolidationFinancialStatementItemService- 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
@Nonnull public CountRequestBuilder<CnsldtnFinancialStatementItem> countCnsldtnFinancialStatementItem()Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch the number of entries from theCnsldtnFinancialStatementItementity collection matching the filter and search expressions.- Specified by:
countCnsldtnFinancialStatementItemin interfaceConsolidationFinancialStatementItemService- 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 public GetByKeyRequestBuilder<CnsldtnFinancialStatementItem> getCnsldtnFinancialStatementItemByKey(String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch a singleCnsldtnFinancialStatementItementity using key fields.- Specified by:
getCnsldtnFinancialStatementItemByKeyin interfaceConsolidationFinancialStatementItemService- Parameters:
consolidationChartOfAccounts- Consolidation Chart of AccountsConstraints: Not nullable, Maximum length: 2
cnsldtnFinancialStatementItem- Consolidation FS ItemConstraints: Not nullable, Maximum length: 10
- 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 public CreateRequestBuilder<CnsldtnFinancialStatementItem> createCnsldtnFinancialStatementItem(@Nonnull CnsldtnFinancialStatementItem cnsldtnFinancialStatementItem) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceCreate a newCnsldtnFinancialStatementItementity and save it to the S/4HANA system.- Specified by:
createCnsldtnFinancialStatementItemin interfaceConsolidationFinancialStatementItemService- 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 public UpdateRequestBuilder<CnsldtnFinancialStatementItem> updateCnsldtnFinancialStatementItem(@Nonnull CnsldtnFinancialStatementItem cnsldtnFinancialStatementItem) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceUpdate an existingCnsldtnFinancialStatementItementity and save it to the S/4HANA system.- Specified by:
updateCnsldtnFinancialStatementItemin interfaceConsolidationFinancialStatementItemService- 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.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch multipleCnsldtnFSItemByTimeVersionentities.- Specified by:
getAllCnsldtnFSItemByTimeVersionin interfaceConsolidationFinancialStatementItemService- 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.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch the number of entries from theCnsldtnFSItemByTimeVersionentity collection matching the filter and search expressions.- Specified by:
countCnsldtnFSItemByTimeVersionin interfaceConsolidationFinancialStatementItemService- 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 public GetByKeyRequestBuilder<CnsldtnFSItemByTimeVersion> getCnsldtnFSItemByTimeVersionByKey(String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem, String consolidationVersion, String fromFiscalYearPeriod) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch a singleCnsldtnFSItemByTimeVersionentity using key fields.- Specified by:
getCnsldtnFSItemByTimeVersionByKeyin interfaceConsolidationFinancialStatementItemService- Parameters:
consolidationChartOfAccounts- Consolidation Chart of AccountsConstraints: Not nullable, Maximum length: 2
cnsldtnFinancialStatementItem- Financial Statement ItemConstraints: Not nullable, Maximum length: 10
consolidationVersion- Consolidation VersionConstraints: Not nullable, Maximum length: 3
fromFiscalYearPeriod- From Fiscal Year PeriodConstraints: Not nullable, Maximum length: 7
- 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 public UpdateRequestBuilder<CnsldtnFSItemByTimeVersion> updateCnsldtnFSItemByTimeVersion(@Nonnull CnsldtnFSItemByTimeVersion cnsldtnFSItemByTimeVersion) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceUpdate an existingCnsldtnFSItemByTimeVersionentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnFSItemByTimeVersionin interfaceConsolidationFinancialStatementItemService- 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.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch multipleCnsldtnFSItemTextentities.- Specified by:
getAllCnsldtnFSItemTextin interfaceConsolidationFinancialStatementItemService- 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.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch the number of entries from theCnsldtnFSItemTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnFSItemTextin interfaceConsolidationFinancialStatementItemService- 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 public GetByKeyRequestBuilder<CnsldtnFSItemText> getCnsldtnFSItemTextByKey(String language, String consolidationChartOfAccounts, String cnsldtnFinancialStatementItem) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceFetch a singleCnsldtnFSItemTextentity using key fields.- Specified by:
getCnsldtnFSItemTextByKeyin interfaceConsolidationFinancialStatementItemService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
consolidationChartOfAccounts- Consolidation Chart of AccountsConstraints: Not nullable, Maximum length: 2
cnsldtnFinancialStatementItem- Consolidation FS ItemConstraints: Not nullable, Maximum length: 10
- 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 public UpdateRequestBuilder<CnsldtnFSItemText> updateCnsldtnFSItemText(@Nonnull CnsldtnFSItemText cnsldtnFSItemText) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceUpdate an existingCnsldtnFSItemTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnFSItemTextin interfaceConsolidationFinancialStatementItemService- 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 public DeleteRequestBuilder<CnsldtnFSItemText> deleteCnsldtnFSItemText(@Nonnull CnsldtnFSItemText cnsldtnFSItemText) Deprecated.Description copied from interface:ConsolidationFinancialStatementItemServiceDeletes an existingCnsldtnFSItemTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnFSItemTextin interfaceConsolidationFinancialStatementItemService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-