Interface InHouseRepairService

All Known Implementing Classes:
DefaultInHouseRepairService

@Deprecated public interface InHouseRepairService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

The service enables you to initiate the in-house repair process from an external system. You can create in-house repairs and add repair objects. You can also read and update in-house repairs..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: INHOUSEREPAIR_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Service - In-House Repair OData Integration(SAP_COM_0717)
Scope Items: In-House Repair(3XK)
Authentication Methods: x509
Service Group Name: API_INHOUSEREPAIR
Business Object: In-House Repair
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull InHouseRepairService 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.
    • getAllInHouseRepair

      @Nonnull GetAllRequestBuilder<InHouseRepair> getAllInHouseRepair()
      Deprecated.
      Fetch multiple InHouseRepair entities.
      Returns:
      A request builder to fetch multiple InHouseRepair 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.
    • countInHouseRepair

      @Nonnull CountRequestBuilder<InHouseRepair> countInHouseRepair()
      Deprecated.
      Fetch the number of entries from the InHouseRepair entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of InHouseRepair 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.
    • getInHouseRepairByKey

      @Nonnull GetByKeyRequestBuilder<InHouseRepair> getInHouseRepairByKey(String inHouseRepair)
      Deprecated.
      Fetch a single InHouseRepair entity using key fields.
      Parameters:
      inHouseRepair - In-House Repair ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single InHouseRepair 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.
    • createInHouseRepair

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

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

      @Nonnull GetAllRequestBuilder<InHouseRepairItem> getAllInHouseRepairItem()
      Deprecated.
      Fetch multiple InHouseRepairItem entities.
      Returns:
      A request builder to fetch multiple InHouseRepairItem 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.
    • countInHouseRepairItem

      @Nonnull CountRequestBuilder<InHouseRepairItem> countInHouseRepairItem()
      Deprecated.
      Fetch the number of entries from the InHouseRepairItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of InHouseRepairItem 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.
    • getInHouseRepairItemByKey

      @Nonnull GetByKeyRequestBuilder<InHouseRepairItem> getInHouseRepairItemByKey(String inHouseRepair, String inHouseRepairItem)
      Deprecated.
      Fetch a single InHouseRepairItem entity using key fields.
      Parameters:
      inHouseRepairItem - Repair Object

      Constraints: Not nullable, Maximum length: 6

      inHouseRepair - In-House Repair ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single InHouseRepairItem 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.
    • deleteInHouseRepairItem

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