Interface ReturnsInspectionService

All Known Implementing Classes:
DefaultReturnsInspectionService

@Deprecated public interface ReturnsInspectionService
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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull ReturnsInspectionService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllReturnsInspection

      @Nonnull GetAllRequestBuilder<ReturnsInspection> getAllReturnsInspection()
      Deprecated.
      Fetch multiple ReturnsInspection entities.
      Returns:
      A request builder to fetch multiple ReturnsInspection entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countReturnsInspection

      @Nonnull CountRequestBuilder<ReturnsInspection> countReturnsInspection()
      Deprecated.
      Fetch the number of entries from the ReturnsInspection entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ReturnsInspection entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getReturnsInspectionByKey

      @Nonnull GetByKeyRequestBuilder<ReturnsInspection> getReturnsInspectionByKey(String returnsInspection)
      Deprecated.
      Fetch a single ReturnsInspection entity using key fields.
      Parameters:
      returnsInspection - Inspection Outcome number

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A request builder to fetch a single ReturnsInspection entity 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 the execute method on the request builder object.
    • createReturnsInspection

      @Nonnull CreateRequestBuilder<ReturnsInspection> createReturnsInspection(@Nonnull ReturnsInspection returnsInspection)
      Deprecated.
      Create a new ReturnsInspection entity and save it to the S/4HANA system.
      Parameters:
      returnsInspection - ReturnsInspection entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new ReturnsInspection entity. To perform execution, call the execute method on the request builder object.
    • deleteReturnsInspection

      @Nonnull DeleteRequestBuilder<ReturnsInspection> deleteReturnsInspection(@Nonnull ReturnsInspection returnsInspection)
      Deprecated.
      Deletes an existing ReturnsInspection entity in the S/4HANA system.
      Parameters:
      returnsInspection - ReturnsInspection entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing ReturnsInspection entity. To perform execution, call the execute method on the request builder object.
    • getAllReturnsInspectionItem

      @Nonnull GetAllRequestBuilder<ReturnsInspectionItem> getAllReturnsInspectionItem()
      Deprecated.
      Fetch multiple ReturnsInspectionItem entities.
      Returns:
      A request builder to fetch multiple ReturnsInspectionItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countReturnsInspectionItem

      @Nonnull CountRequestBuilder<ReturnsInspectionItem> countReturnsInspectionItem()
      Deprecated.
      Fetch the number of entries from the ReturnsInspectionItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ReturnsInspectionItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getReturnsInspectionItemByKey

      @Nonnull GetByKeyRequestBuilder<ReturnsInspectionItem> getReturnsInspectionItemByKey(String returnsInspection, String returnsInspectionItem)
      Deprecated.
      Fetch a single ReturnsInspectionItem entity using key fields.
      Parameters:
      returnsInspection - Inspection Outcome number

      Constraints: Not nullable, Maximum length: 12

      returnsInspectionItem - Inspection Item Number

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single ReturnsInspectionItem entity 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 the execute method on the request builder object.
    • updateReturnsInspectionItem

      @Nonnull UpdateRequestBuilder<ReturnsInspectionItem> updateReturnsInspectionItem(@Nonnull ReturnsInspectionItem returnsInspectionItem)
      Deprecated.
      Update an existing ReturnsInspectionItem entity and save it to the S/4HANA system.
      Parameters:
      returnsInspectionItem - ReturnsInspectionItem entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing ReturnsInspectionItem entity. To perform execution, call the execute method on the request builder object.