Interface QualityTaskService
- All Known Implementing Classes:
DefaultQualityTaskService
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..
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theQualityTaskentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theQualityTaskLongTextentity collection matching the filter and search expressions.createQualityTask(QualityTask qualityTask) Deprecated.Create a newQualityTaskentity and save it to the S/4HANA system.Deprecated.Fetch multipleQualityTaskentities.Deprecated.Fetch multipleQualityTaskLongTextentities.getQualityTaskByKey(String qualityTaskInternalId) Deprecated.Fetch a singleQualityTaskentity using key fields.getQualityTaskLongTextByKey(String qualityTaskInternalId, Short longTextInternalNumber, String language) Deprecated.Fetch a singleQualityTaskLongTextentity using key fields.updateQualityTask(QualityTask qualityTask) Deprecated.Update an existingQualityTaskentity and save it to the S/4HANA system.updateQualityTaskLongText(QualityTaskLongText qualityTaskLongText) Deprecated.Update an existingQualityTaskLongTextentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllQualityTask
Deprecated.Fetch multipleQualityTaskentities.- Returns:
- A request builder to fetch multiple
QualityTaskentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countQualityTask
Deprecated.Fetch the number of entries from theQualityTaskentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
QualityTaskentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getQualityTaskByKey
Deprecated.Fetch a singleQualityTaskentity using key fields.- Parameters:
qualityTaskInternalId- Quality Task Internal IDConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
QualityTaskentity 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 theexecutemethod on the request builder object.
-
createQualityTask
Deprecated.Create a newQualityTaskentity and save it to the S/4HANA system.- Parameters:
qualityTask-QualityTaskentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
QualityTaskentity. To perform execution, call theexecutemethod on the request builder object.
-
updateQualityTask
Deprecated.Update an existingQualityTaskentity and save it to the S/4HANA system.- Parameters:
qualityTask-QualityTaskentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
QualityTaskentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllQualityTaskLongText
Deprecated.Fetch multipleQualityTaskLongTextentities.- Returns:
- A request builder to fetch multiple
QualityTaskLongTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countQualityTaskLongText
Deprecated.Fetch the number of entries from theQualityTaskLongTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
QualityTaskLongTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getQualityTaskLongTextByKey
@Nonnull GetByKeyRequestBuilder<QualityTaskLongText> getQualityTaskLongTextByKey(String qualityTaskInternalId, Short longTextInternalNumber, String language) Deprecated.Fetch a singleQualityTaskLongTextentity using key fields.- Parameters:
qualityTaskInternalId- Notification NumberConstraints: Not nullable, Maximum length: 12
longTextInternalNumber- Long Text CounterConstraints: Not nullable
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
QualityTaskLongTextentity 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 theexecutemethod on the request builder object.
-
updateQualityTaskLongText
@Nonnull UpdateRequestBuilder<QualityTaskLongText> updateQualityTaskLongText(@Nonnull QualityTaskLongText qualityTaskLongText) Deprecated.Update an existingQualityTaskLongTextentity and save it to the S/4HANA system.- Parameters:
qualityTaskLongText-QualityTaskLongTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
QualityTaskLongTextentity. To perform execution, call theexecutemethod on the request builder object.
-