public interface QualityInfoRecordService extends BatchService<QualityInfoRecordServiceBatch>
The data related to a quality info record and first article inspection has one entity type each. For read operations, filter information must be sent according to the OData protocol. All filter information is utilized when retrieving quality info records or data related to first article inspection. The detailed entity data is sent in the response. If any issues arise when quality info records or data related to first article inspection is retrieved, the system displays error messages in the response. .
Reference: SAP API Business Hub
OData Service: | API_QUALITYINFORECORD_SRV |
API Version: | 1 |
Communication Scenario: | Digital Manufacturing Cloud for Network with Quality Info Record Integration (SAP_COM_0557), Quality Info Record Integration (SAP_COM_0358) |
Scope Items: | Quality Management in Procurement (1FM) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | PurchasingQualityInfoRecord |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull QualityInfoRecordService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull QualityFirstArticleInspectionFluentHelper getAllQualityFirstArticleInspection()
QualityFirstArticleInspection
entities.QualityFirstArticleInspection
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.@Nonnull QualityFirstArticleInspectionByKeyFluentHelper getQualityFirstArticleInspectionByKey(String material, String qltyInProcmtIntID, String qltyInProcmt1stArticleInsp)
QualityFirstArticleInspection
entity using key fields.material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 18
qltyInProcmt1stArticleInsp
- First Article Inspection Number in Quality Info Record
Constraints: Not nullable, Maximum length: 6
qltyInProcmtIntID
- Quality Info Record in Procurement Internal ID
Constraints: Not nullable, Maximum length: 6
QualityFirstArticleInspection
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.@Nonnull QualityFirstArticleInspectionCreateFluentHelper createQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection)
QualityFirstArticleInspection
entity and save it to the S/4HANA system.qualityFirstArticleInspection
- QualityFirstArticleInspection
entity object that will be created in the S/4HANA system.QualityFirstArticleInspection
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull QualityFirstArticleInspectionUpdateFluentHelper updateQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection)
QualityFirstArticleInspection
entity and save it to the S/4HANA system.qualityFirstArticleInspection
- QualityFirstArticleInspection
entity object that will be updated in the S/4HANA system.QualityFirstArticleInspection
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull QualityFirstArticleInspectionDeleteFluentHelper deleteQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection)
QualityFirstArticleInspection
entity in the S/4HANA system.qualityFirstArticleInspection
- QualityFirstArticleInspection
entity object that will be deleted in the S/4HANA system.QualityFirstArticleInspection
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull QualityInProcurementFluentHelper getAllQualityInProcurement()
QualityInProcurement
entities.QualityInProcurement
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.@Nonnull QualityInProcurementByKeyFluentHelper getQualityInProcurementByKey(String material, String qltyInProcmtIntID)
QualityInProcurement
entity using key fields.material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 18
qltyInProcmtIntID
- Quality Info Record in Procurement Internal ID
Constraints: Not nullable, Maximum length: 6
QualityInProcurement
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.@Nonnull QualityInProcurementCreateFluentHelper createQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement)
QualityInProcurement
entity and save it to the S/4HANA system.qualityInProcurement
- QualityInProcurement
entity object that will be created in the S/4HANA system.QualityInProcurement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull QualityInProcurementUpdateFluentHelper updateQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement)
QualityInProcurement
entity and save it to the S/4HANA system.qualityInProcurement
- QualityInProcurement
entity object that will be updated in the S/4HANA system.QualityInProcurement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull QualityInProcurementDeleteFluentHelper deleteQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement)
QualityInProcurement
entity in the S/4HANA system.qualityInProcurement
- QualityInProcurement
entity object that will be deleted in the S/4HANA system.QualityInProcurement
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.