Interface QualityTaskService

All Known Implementing Classes:
DefaultQualityTaskService

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

You can read the quality task header and long texts of kind detailed description and processor notes. You can create new or update existing instances with task origin defect. The usage of follow-up actions together with a task code is currently not supported via the API..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: QUALITYTASK_0001
API Version: 1.1.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
Service Group Name: API_QUALITYTASK
Business Object: Quality Task
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull QualityTaskService 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.
    • getAllQualityTask

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

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

      @Nonnull GetByKeyRequestBuilder<QualityTask> getQualityTaskByKey(String qualityTaskInternalId)
      Deprecated.
      Fetch a single QualityTask entity using key fields.
      Parameters:
      qualityTaskInternalId - Quality Task Internal ID

      Constraints: Not nullable, Maximum length: 12

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<QualityTaskLongText> getQualityTaskLongTextByKey(String qualityTaskInternalId, Short longTextInternalNumber, String language)
      Deprecated.
      Fetch a single QualityTaskLongText entity using key fields.
      Parameters:
      qualityTaskInternalId - Notification Number

      Constraints: Not nullable, Maximum length: 12

      longTextInternalNumber - Long Text Counter

      Constraints: Not nullable

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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