Interface MasterInspectionCharacteristicService

All Superinterfaces:
BatchService<MasterInspectionCharacteristicServiceBatch>
All Known Implementing Classes:
DefaultMasterInspectionCharacteristicService

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

A master inspection characteristic is a master data record that describes the quality inspection criteria for materials. This service enables you to retrieve, for example, the settings and the control indicators defined for a master inspection characteristic..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_MASTERINSPCHARACTERISTIC_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 Specification
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull MasterInspectionCharacteristicService 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.
    • getAllInspectionSpecification

      @Nonnull InspectionSpecificationFluentHelper getAllInspectionSpecification()
      Deprecated.
      Fetch multiple InspectionSpecification entities.
      Returns:
      A fluent helper to fetch multiple InspectionSpecification 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.
    • getInspectionSpecificationByKey

      @Nonnull InspectionSpecificationByKeyFluentHelper getInspectionSpecificationByKey(String inspectionSpecification, String inspectionSpecificationVersion, String inspectionSpecificationPlant)
      Deprecated.
      Fetch a single InspectionSpecification entity using key fields.
      Parameters:
      inspectionSpecificationPlant - Plant for Master Inspection Characteristic

      Constraints: Not nullable, Maximum length: 4

      inspectionSpecification - Master Inspection Characteristic

      Constraints: Not nullable, Maximum length: 8

      inspectionSpecificationVersion - Version Number of Master Inspection Characteristic

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single InspectionSpecification 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.
    • getAllInspectionSpecificationText

      @Nonnull InspectionSpecificationTextFluentHelper getAllInspectionSpecificationText()
      Deprecated.
      Fetch multiple InspectionSpecificationText entities.
      Returns:
      A fluent helper to fetch multiple InspectionSpecificationText 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.
    • getInspectionSpecificationTextByKey

      @Nonnull InspectionSpecificationTextByKeyFluentHelper getInspectionSpecificationTextByKey(String inspectionSpecification, String inspectionSpecificationVersion, String inspectionSpecificationPlant, String language)
      Deprecated.
      Fetch a single InspectionSpecificationText entity using key fields.
      Parameters:
      inspectionSpecificationPlant - Plant for Master Inspection Characteristic

      Constraints: Not nullable, Maximum length: 4

      inspectionSpecification - Master Inspection Characteristic

      Constraints: Not nullable, Maximum length: 8

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      inspectionSpecificationVersion - Version Number of Inspection Method

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single InspectionSpecificationText 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.