Interface ConsolidationProfitCenterService
- All Known Implementing Classes:
DefaultConsolidationProfitCenterService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation profit center is a profit center that can be used for financial consolidation in group reporting. It can either be a profit center that’s been defined in an area other than group reporting, or it can be a profit center that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNPROFITCENTER_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_CNSLDTNPROFITCENTER |
| Business Object: | Consolidation Profit Center |
-
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 theCnsldtnProfitCenterentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnProfitCenterTextentity collection matching the filter and search expressions.createCnsldtnProfitCenter(CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Create a newCnsldtnProfitCenterentity and save it to the S/4HANA system.deleteCnsldtnProfitCenter(CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Deletes an existingCnsldtnProfitCenterentity in the S/4HANA system.deleteCnsldtnProfitCenterText(CnsldtnProfitCenterText cnsldtnProfitCenterText) Deprecated.Deletes an existingCnsldtnProfitCenterTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnProfitCenterentities.Deprecated.Fetch multipleCnsldtnProfitCenterTextentities.getCnsldtnProfitCenterByKey(String controllingArea, String profitCenter) Deprecated.Fetch a singleCnsldtnProfitCenterentity using key fields.getCnsldtnProfitCenterTextByKey(String language, String controllingArea, String profitCenter) Deprecated.Fetch a singleCnsldtnProfitCenterTextentity using key fields.updateCnsldtnProfitCenter(CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Update an existingCnsldtnProfitCenterentity and save it to the S/4HANA system.updateCnsldtnProfitCenterText(CnsldtnProfitCenterText cnsldtnProfitCenterText) Deprecated.Update an existingCnsldtnProfitCenterTextentity 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.
-
getAllCnsldtnProfitCenter
Deprecated.Fetch multipleCnsldtnProfitCenterentities.- Returns:
- A request builder to fetch multiple
CnsldtnProfitCenterentities. 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.
-
countCnsldtnProfitCenter
Deprecated.Fetch the number of entries from theCnsldtnProfitCenterentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnProfitCenterentities. 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.
-
getCnsldtnProfitCenterByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnProfitCenter> getCnsldtnProfitCenterByKey(String controllingArea, String profitCenter) Deprecated.Fetch a singleCnsldtnProfitCenterentity using key fields.- Parameters:
controllingArea- Consolidation Controlling AreaConstraints: Not nullable, Maximum length: 4
profitCenter- Consolidation Profit CenterConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnProfitCenterentity 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.
-
createCnsldtnProfitCenter
@Nonnull CreateRequestBuilder<CnsldtnProfitCenter> createCnsldtnProfitCenter(@Nonnull CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Create a newCnsldtnProfitCenterentity and save it to the S/4HANA system.- Parameters:
cnsldtnProfitCenter-CnsldtnProfitCenterentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnProfitCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnProfitCenter
@Nonnull UpdateRequestBuilder<CnsldtnProfitCenter> updateCnsldtnProfitCenter(@Nonnull CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Update an existingCnsldtnProfitCenterentity and save it to the S/4HANA system.- Parameters:
cnsldtnProfitCenter-CnsldtnProfitCenterentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnProfitCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnProfitCenter
@Nonnull DeleteRequestBuilder<CnsldtnProfitCenter> deleteCnsldtnProfitCenter(@Nonnull CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Deletes an existingCnsldtnProfitCenterentity in the S/4HANA system.- Parameters:
cnsldtnProfitCenter-CnsldtnProfitCenterentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnProfitCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnProfitCenterText
Deprecated.Fetch multipleCnsldtnProfitCenterTextentities.- Returns:
- A request builder to fetch multiple
CnsldtnProfitCenterTextentities. 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.
-
countCnsldtnProfitCenterText
Deprecated.Fetch the number of entries from theCnsldtnProfitCenterTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnProfitCenterTextentities. 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.
-
getCnsldtnProfitCenterTextByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnProfitCenterText> getCnsldtnProfitCenterTextByKey(String language, String controllingArea, String profitCenter) Deprecated.Fetch a singleCnsldtnProfitCenterTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
controllingArea- Consolidation Controlling AreaConstraints: Not nullable, Maximum length: 4
profitCenter- Consolidation Profit CenterConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnProfitCenterTextentity 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.
-
updateCnsldtnProfitCenterText
@Nonnull UpdateRequestBuilder<CnsldtnProfitCenterText> updateCnsldtnProfitCenterText(@Nonnull CnsldtnProfitCenterText cnsldtnProfitCenterText) Deprecated.Update an existingCnsldtnProfitCenterTextentity and save it to the S/4HANA system.- Parameters:
cnsldtnProfitCenterText-CnsldtnProfitCenterTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnProfitCenterTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnProfitCenterText
@Nonnull DeleteRequestBuilder<CnsldtnProfitCenterText> deleteCnsldtnProfitCenterText(@Nonnull CnsldtnProfitCenterText cnsldtnProfitCenterText) Deprecated.Deletes an existingCnsldtnProfitCenterTextentity in the S/4HANA system.- Parameters:
cnsldtnProfitCenterText-CnsldtnProfitCenterTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnProfitCenterTextentity. To perform execution, call theexecutemethod on the request builder object.
-