Interface ReturnsInspectionService
- All Known Implementing Classes:
DefaultReturnsInspectionService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You use this service to create, read, update, confirm, and delete inspection data for one or more items of a specified returns delivery. You can also read, update, and delete the inspection data by specifying the inspection document. In addition, you can create inspection split items to enter different inspection data for the subquantities of a returns delivery item. The service contains the inspection document header and item entities..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_RETURNSINSPECTION_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Returns Inspection OData v4 Integration(SAP_COM_0795) |
| Scope Items: | Customer Returns(BKP) |
| Authentication Methods: | x509 |
| Service Group Name: | API_RETURNSINSPECTION_2 |
| Business Object: | Returns Inspection |
-
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 theReturnsInspectionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theReturnsInspectionItementity collection matching the filter and search expressions.createReturnsInspection(ReturnsInspection returnsInspection) Deprecated.Create a newReturnsInspectionentity and save it to the S/4HANA system.deleteReturnsInspection(ReturnsInspection returnsInspection) Deprecated.Deletes an existingReturnsInspectionentity in the S/4HANA system.Deprecated.Fetch multipleReturnsInspectionentities.Deprecated.Fetch multipleReturnsInspectionItementities.getReturnsInspectionByKey(String returnsInspection) Deprecated.Fetch a singleReturnsInspectionentity using key fields.getReturnsInspectionItemByKey(String returnsInspection, String returnsInspectionItem) Deprecated.Fetch a singleReturnsInspectionItementity using key fields.updateReturnsInspectionItem(ReturnsInspectionItem returnsInspectionItem) Deprecated.Update an existingReturnsInspectionItementity 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.
-
getAllReturnsInspection
Deprecated.Fetch multipleReturnsInspectionentities.- Returns:
- A request builder to fetch multiple
ReturnsInspectionentities. 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.
-
countReturnsInspection
Deprecated.Fetch the number of entries from theReturnsInspectionentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ReturnsInspectionentities. 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.
-
getReturnsInspectionByKey
@Nonnull GetByKeyRequestBuilder<ReturnsInspection> getReturnsInspectionByKey(String returnsInspection) Deprecated.Fetch a singleReturnsInspectionentity using key fields.- Parameters:
returnsInspection- Inspection Outcome numberConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
ReturnsInspectionentity 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.
-
createReturnsInspection
@Nonnull CreateRequestBuilder<ReturnsInspection> createReturnsInspection(@Nonnull ReturnsInspection returnsInspection) Deprecated.Create a newReturnsInspectionentity and save it to the S/4HANA system.- Parameters:
returnsInspection-ReturnsInspectionentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ReturnsInspectionentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteReturnsInspection
@Nonnull DeleteRequestBuilder<ReturnsInspection> deleteReturnsInspection(@Nonnull ReturnsInspection returnsInspection) Deprecated.Deletes an existingReturnsInspectionentity in the S/4HANA system.- Parameters:
returnsInspection-ReturnsInspectionentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ReturnsInspectionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllReturnsInspectionItem
Deprecated.Fetch multipleReturnsInspectionItementities.- Returns:
- A request builder to fetch multiple
ReturnsInspectionItementities. 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.
-
countReturnsInspectionItem
Deprecated.Fetch the number of entries from theReturnsInspectionItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ReturnsInspectionItementities. 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.
-
getReturnsInspectionItemByKey
@Nonnull GetByKeyRequestBuilder<ReturnsInspectionItem> getReturnsInspectionItemByKey(String returnsInspection, String returnsInspectionItem) Deprecated.Fetch a singleReturnsInspectionItementity using key fields.- Parameters:
returnsInspection- Inspection Outcome numberConstraints: Not nullable, Maximum length: 12
returnsInspectionItem- Inspection Item NumberConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
ReturnsInspectionItementity 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.
-
updateReturnsInspectionItem
@Nonnull UpdateRequestBuilder<ReturnsInspectionItem> updateReturnsInspectionItem(@Nonnull ReturnsInspectionItem returnsInspectionItem) Deprecated.Update an existingReturnsInspectionItementity and save it to the S/4HANA system.- Parameters:
returnsInspectionItem-ReturnsInspectionItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ReturnsInspectionItementity. To perform execution, call theexecutemethod on the request builder object.
-