Interface InspectionMethodService

All Superinterfaces:
BatchService<InspectionMethodServiceBatch>
All Known Implementing Classes:
DefaultInspectionMethodService

@Deprecated public interface InspectionMethodService extends BatchService<InspectionMethodServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

An inspection method is a master data record that describes the procedure for performing the quality inspection of a characteristic. This service enables you to retrieve inspection methods with their settings and administrative data..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_INSPECTIONMETHOD_SRV
API Version: 2.0.0
Minimum ERP Version: 2302
Communication Scenario: Inspection Master Data Integration(SAP_COM_0110)
Scope Items: Quality Management in Discrete Manufacturing(1E1), Quality Management in Procurement(1FM), Quality Management in Sales(1MP), Quality Management in Stock Handling(1MR), Nonconformance Management(2QN)
Authentication Methods: x509
Business Object: Inspection Method
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull InspectionMethodService 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.
    • getAllInspectionMethod

      @Nonnull InspectionMethodFluentHelper getAllInspectionMethod()
      Deprecated.
      Fetch multiple InspectionMethod entities.
      Returns:
      A fluent helper to fetch multiple InspectionMethod entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getInspectionMethodByKey

      @Nonnull InspectionMethodByKeyFluentHelper getInspectionMethodByKey(String inspectionMethod, String inspectionMethodVersion, String inspectionMethodPlant)
      Deprecated.
      Fetch a single InspectionMethod entity using key fields.
      Parameters:
      inspectionMethodVersion - Version Number of Inspection Method

      Constraints: Not nullable, Maximum length: 6

      inspectionMethodPlant - Plant for Inspection Method

      Constraints: Not nullable, Maximum length: 4

      inspectionMethod - Inspection Method

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single InspectionMethod entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllInspectionMethodText

      @Nonnull InspectionMethodTextFluentHelper getAllInspectionMethodText()
      Deprecated.
      Fetch multiple InspectionMethodText entities.
      Returns:
      A fluent helper to fetch multiple InspectionMethodText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getInspectionMethodTextByKey

      @Nonnull InspectionMethodTextByKeyFluentHelper getInspectionMethodTextByKey(String inspectionMethodPlant, String inspectionMethod, String inspectionMethodVersion, String language)
      Deprecated.
      Fetch a single InspectionMethodText entity using key fields.
      Parameters:
      inspectionMethodVersion - Version Number for the Inspection Method Text (QM)

      Constraints: Not nullable, Maximum length: 6

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      inspectionMethodPlant - Plant for Inspection Method

      Constraints: Not nullable, Maximum length: 4

      inspectionMethod - Inspection Method

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single InspectionMethodText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.