Interface DefectCodeAndCodeGroupService

All Superinterfaces:
BatchService<DefectCodeAndCodeGroupServiceBatch>
All Known Implementing Classes:
DefaultDefectCodeAndCodeGroupService

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

This service is related to the business object Defect. The combination of defect code group and code uniquely identifies the type of the defect in Quality Management in a coded format..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_DEFECTCODE_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Quality Notification and Defect Processing Integration(SAP_COM_0153)
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: Defect
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull DefectCodeAndCodeGroupService 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.
    • getAllDefectCode

      @Nonnull DefectCodeFluentHelper getAllDefectCode()
      Deprecated.
      Fetch multiple DefectCode entities.
      Returns:
      A fluent helper to fetch multiple DefectCode 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.
    • getDefectCodeByKey

      @Nonnull DefectCodeByKeyFluentHelper getDefectCodeByKey(String defectCodeGroup, String defectCode)
      Deprecated.
      Fetch a single DefectCode entity using key fields.
      Parameters:
      defectCode - Defect Code

      Constraints: Not nullable, Maximum length: 4

      defectCodeGroup - Defect Code Group

      Constraints: Not nullable, Maximum length: 8

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

      @Nonnull DefectCodeGroupFluentHelper getAllDefectCodeGroup()
      Deprecated.
      Fetch multiple DefectCodeGroup entities.
      Returns:
      A fluent helper to fetch multiple DefectCodeGroup 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.
    • getDefectCodeGroupByKey

      @Nonnull DefectCodeGroupByKeyFluentHelper getDefectCodeGroupByKey(String defectCodeGroup)
      Deprecated.
      Fetch a single DefectCodeGroup entity using key fields.
      Parameters:
      defectCodeGroup - Defect Code Group

      Constraints: Not nullable, Maximum length: 8

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

      @Nonnull DefectCodeGroupTextFluentHelper getAllDefectCodeGroupText()
      Deprecated.
      Fetch multiple DefectCodeGroupText entities.
      Returns:
      A fluent helper to fetch multiple DefectCodeGroupText 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.
    • getDefectCodeGroupTextByKey

      @Nonnull DefectCodeGroupTextByKeyFluentHelper getDefectCodeGroupTextByKey(String defectCodeGroup, String language)
      Deprecated.
      Fetch a single DefectCodeGroupText entity using key fields.
      Parameters:
      defectCodeGroup - Defect Code Group

      Constraints: Not nullable, Maximum length: 8

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

      @Nonnull DefectCodeTextFluentHelper getAllDefectCodeText()
      Deprecated.
      Fetch multiple DefectCodeText entities.
      Returns:
      A fluent helper to fetch multiple DefectCodeText 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.
    • getDefectCodeTextByKey

      @Nonnull DefectCodeTextByKeyFluentHelper getDefectCodeTextByKey(String defectCodeGroup, String defectCode, String language)
      Deprecated.
      Fetch a single DefectCodeText entity using key fields.
      Parameters:
      defectCode - Defect Code

      Constraints: Not nullable, Maximum length: 4

      defectCodeGroup - Defect Code Group

      Constraints: Not nullable, Maximum length: 8

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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