Interface WarrantyClaimService
- All Known Implementing Classes:
DefaultWarrantyClaimService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service is based on OData V4 protocol. It enables you to create, update, read warranty claim. Note that you must use association request (claim header plus claim version entities) to create warranty claim , warranty claim version as well. The service allows to update and read claim versions and for claim items it can do create, update, read and delete operations. You can read entire warranty claim header, claim versions, claim items or only parts of the data, using the provided filters. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | WARRANTYCLAIM_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Warranty Claim Management Integration(SAP_COM_0766) |
| Scope Items: | Warranty Claim Management - Supplier Recovery Processing(5HR), Warranty Claim Management - Supplier Recovery Processing(OHR) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WARRANTYCLAIM |
| Business Object: | Warranty Claim |
-
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 theWarrantyClaimentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWarrantyClaimItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWarrantyClaimVersionentity collection matching the filter and search expressions.createWarrantyClaim(WarrantyClaim warrantyClaim) Deprecated.Create a newWarrantyClaimentity and save it to the S/4HANA system.createWarrantyClaimItem(WarrantyClaimItem warrantyClaimItem) Deprecated.Create a newWarrantyClaimItementity and save it to the S/4HANA system.createWarrantyClaimVersion(WarrantyClaimVersion warrantyClaimVersion) Deprecated.Create a newWarrantyClaimVersionentity and save it to the S/4HANA system.deleteWarrantyClaimItem(WarrantyClaimItem warrantyClaimItem) Deprecated.Deletes an existingWarrantyClaimItementity in the S/4HANA system.Deprecated.Fetch multipleWarrantyClaimentities.Deprecated.Fetch multipleWarrantyClaimItementities.Deprecated.Fetch multipleWarrantyClaimVersionentities.getWarrantyClaimByKey(UUID wrntyClaimHeaderUUID) Deprecated.Fetch a singleWarrantyClaimentity using key fields.getWarrantyClaimItemByKey(UUID wrntyItemUUID) Deprecated.Fetch a singleWarrantyClaimItementity using key fields.getWarrantyClaimVersionByKey(UUID wrntyVersionUUID) Deprecated.Fetch a singleWarrantyClaimVersionentity using key fields.updateWarrantyClaim(WarrantyClaim warrantyClaim) Deprecated.Update an existingWarrantyClaimentity and save it to the S/4HANA system.updateWarrantyClaimItem(WarrantyClaimItem warrantyClaimItem) Deprecated.Update an existingWarrantyClaimItementity and save it to the S/4HANA system.updateWarrantyClaimVersion(WarrantyClaimVersion warrantyClaimVersion) Deprecated.Update an existingWarrantyClaimVersionentity 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.
-
getAllWarrantyClaim
Deprecated.Fetch multipleWarrantyClaimentities.- Returns:
- A request builder to fetch multiple
WarrantyClaimentities. 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.
-
countWarrantyClaim
Deprecated.Fetch the number of entries from theWarrantyClaimentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarrantyClaimentities. 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.
-
getWarrantyClaimByKey
Deprecated.Fetch a singleWarrantyClaimentity using key fields.- Parameters:
wrntyClaimHeaderUUID- Internal Number of iPPE NodeConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WarrantyClaimentity 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.
-
createWarrantyClaim
@Nonnull CreateRequestBuilder<WarrantyClaim> createWarrantyClaim(@Nonnull WarrantyClaim warrantyClaim) Deprecated.Create a newWarrantyClaimentity and save it to the S/4HANA system.- Parameters:
warrantyClaim-WarrantyClaimentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarrantyClaimentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWarrantyClaim
@Nonnull UpdateRequestBuilder<WarrantyClaim> updateWarrantyClaim(@Nonnull WarrantyClaim warrantyClaim) Deprecated.Update an existingWarrantyClaimentity and save it to the S/4HANA system.- Parameters:
warrantyClaim-WarrantyClaimentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WarrantyClaimentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWarrantyClaimItem
Deprecated.Fetch multipleWarrantyClaimItementities.- Returns:
- A request builder to fetch multiple
WarrantyClaimItementities. 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.
-
countWarrantyClaimItem
Deprecated.Fetch the number of entries from theWarrantyClaimItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarrantyClaimItementities. 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.
-
getWarrantyClaimItemByKey
Deprecated.Fetch a singleWarrantyClaimItementity using key fields.- Parameters:
wrntyItemUUID- Internal Number of the PVS VariantConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WarrantyClaimItementity 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.
-
createWarrantyClaimItem
@Nonnull CreateRequestBuilder<WarrantyClaimItem> createWarrantyClaimItem(@Nonnull WarrantyClaimItem warrantyClaimItem) Deprecated.Create a newWarrantyClaimItementity and save it to the S/4HANA system.- Parameters:
warrantyClaimItem-WarrantyClaimItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarrantyClaimItementity. To perform execution, call theexecutemethod on the request builder object.
-
updateWarrantyClaimItem
@Nonnull UpdateRequestBuilder<WarrantyClaimItem> updateWarrantyClaimItem(@Nonnull WarrantyClaimItem warrantyClaimItem) Deprecated.Update an existingWarrantyClaimItementity and save it to the S/4HANA system.- Parameters:
warrantyClaimItem-WarrantyClaimItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WarrantyClaimItementity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWarrantyClaimItem
@Nonnull DeleteRequestBuilder<WarrantyClaimItem> deleteWarrantyClaimItem(@Nonnull WarrantyClaimItem warrantyClaimItem) Deprecated.Deletes an existingWarrantyClaimItementity in the S/4HANA system.- Parameters:
warrantyClaimItem-WarrantyClaimItementity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
WarrantyClaimItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWarrantyClaimVersion
Deprecated.Fetch multipleWarrantyClaimVersionentities.- Returns:
- A request builder to fetch multiple
WarrantyClaimVersionentities. 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.
-
countWarrantyClaimVersion
Deprecated.Fetch the number of entries from theWarrantyClaimVersionentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarrantyClaimVersionentities. 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.
-
getWarrantyClaimVersionByKey
@Nonnull GetByKeyRequestBuilder<WarrantyClaimVersion> getWarrantyClaimVersionByKey(UUID wrntyVersionUUID) Deprecated.Fetch a singleWarrantyClaimVersionentity using key fields.- Parameters:
wrntyVersionUUID- Internal Number of iPPE NodeConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WarrantyClaimVersionentity 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.
-
createWarrantyClaimVersion
@Nonnull CreateRequestBuilder<WarrantyClaimVersion> createWarrantyClaimVersion(@Nonnull WarrantyClaimVersion warrantyClaimVersion) Deprecated.Create a newWarrantyClaimVersionentity and save it to the S/4HANA system.- Parameters:
warrantyClaimVersion-WarrantyClaimVersionentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarrantyClaimVersionentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWarrantyClaimVersion
@Nonnull UpdateRequestBuilder<WarrantyClaimVersion> updateWarrantyClaimVersion(@Nonnull WarrantyClaimVersion warrantyClaimVersion) Deprecated.Update an existingWarrantyClaimVersionentity and save it to the S/4HANA system.- Parameters:
warrantyClaimVersion-WarrantyClaimVersionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WarrantyClaimVersionentity. To perform execution, call theexecutemethod on the request builder object.
-