Interface ConsolidationSupplierService
- All Known Implementing Classes:
DefaultConsolidationSupplierService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation supplier is a supplier that can be used for financial consolidation in group reporting. It can either be a supplier that’s been defined in an area other than group reporting, or it can be a supplier that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNSUPPLIER_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_CNSLDTNSUPPLIER |
| Business Object: | Consolidation Supplier |
-
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 theCnsldtnSupplierentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnSupplierTextentity collection matching the filter and search expressions.createCnsldtnSupplier(CnsldtnSupplier cnsldtnSupplier) Deprecated.Create a newCnsldtnSupplierentity and save it to the S/4HANA system.deleteCnsldtnSupplier(CnsldtnSupplier cnsldtnSupplier) Deprecated.Deletes an existingCnsldtnSupplierentity in the S/4HANA system.deleteCnsldtnSupplierText(CnsldtnSupplierText cnsldtnSupplierText) Deprecated.Deletes an existingCnsldtnSupplierTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnSupplierentities.Deprecated.Fetch multipleCnsldtnSupplierTextentities.getCnsldtnSupplierByKey(String supplier) Deprecated.Fetch a singleCnsldtnSupplierentity using key fields.getCnsldtnSupplierTextByKey(String language, String supplier) Deprecated.Fetch a singleCnsldtnSupplierTextentity using key fields.updateCnsldtnSupplier(CnsldtnSupplier cnsldtnSupplier) Deprecated.Update an existingCnsldtnSupplierentity and save it to the S/4HANA system.updateCnsldtnSupplierText(CnsldtnSupplierText cnsldtnSupplierText) Deprecated.Update an existingCnsldtnSupplierTextentity 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.
-
getAllCnsldtnSupplier
Deprecated.Fetch multipleCnsldtnSupplierentities.- Returns:
- A request builder to fetch multiple
CnsldtnSupplierentities. 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.
-
countCnsldtnSupplier
Deprecated.Fetch the number of entries from theCnsldtnSupplierentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnSupplierentities. 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.
-
getCnsldtnSupplierByKey
Deprecated.Fetch a singleCnsldtnSupplierentity using key fields.- Parameters:
supplier- SupplierConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnSupplierentity 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.
-
createCnsldtnSupplier
@Nonnull CreateRequestBuilder<CnsldtnSupplier> createCnsldtnSupplier(@Nonnull CnsldtnSupplier cnsldtnSupplier) Deprecated.Create a newCnsldtnSupplierentity and save it to the S/4HANA system.- Parameters:
cnsldtnSupplier-CnsldtnSupplierentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnSupplierentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnSupplier
@Nonnull UpdateRequestBuilder<CnsldtnSupplier> updateCnsldtnSupplier(@Nonnull CnsldtnSupplier cnsldtnSupplier) Deprecated.Update an existingCnsldtnSupplierentity and save it to the S/4HANA system.- Parameters:
cnsldtnSupplier-CnsldtnSupplierentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnSupplierentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnSupplier
@Nonnull DeleteRequestBuilder<CnsldtnSupplier> deleteCnsldtnSupplier(@Nonnull CnsldtnSupplier cnsldtnSupplier) Deprecated.Deletes an existingCnsldtnSupplierentity in the S/4HANA system.- Parameters:
cnsldtnSupplier-CnsldtnSupplierentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnSupplierentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnSupplierText
Deprecated.Fetch multipleCnsldtnSupplierTextentities.- Returns:
- A request builder to fetch multiple
CnsldtnSupplierTextentities. 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.
-
countCnsldtnSupplierText
Deprecated.Fetch the number of entries from theCnsldtnSupplierTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CnsldtnSupplierTextentities. 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.
-
getCnsldtnSupplierTextByKey
@Nonnull GetByKeyRequestBuilder<CnsldtnSupplierText> getCnsldtnSupplierTextByKey(String language, String supplier) Deprecated.Fetch a singleCnsldtnSupplierTextentity using key fields.- Parameters:
supplier- SupplierConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnSupplierTextentity 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.
-
updateCnsldtnSupplierText
@Nonnull UpdateRequestBuilder<CnsldtnSupplierText> updateCnsldtnSupplierText(@Nonnull CnsldtnSupplierText cnsldtnSupplierText) Deprecated.Update an existingCnsldtnSupplierTextentity and save it to the S/4HANA system.- Parameters:
cnsldtnSupplierText-CnsldtnSupplierTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnSupplierTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnSupplierText
@Nonnull DeleteRequestBuilder<CnsldtnSupplierText> deleteCnsldtnSupplierText(@Nonnull CnsldtnSupplierText cnsldtnSupplierText) Deprecated.Deletes an existingCnsldtnSupplierTextentity in the S/4HANA system.- Parameters:
cnsldtnSupplierText-CnsldtnSupplierTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnSupplierTextentity. To perform execution, call theexecutemethod on the request builder object.
-