public interface QualityInfoRecordService extends BatchService<QualityInfoRecordServiceBatch>
The data related to a quality info record has one entity type. For read operations, filter information must be sent according to the OData protocol. All filter information is utilized when retrieving quality info records. The detailed entity data is sent in the response. If any issues arise when quality info records are retrieved, the system displays error messages in the response..
Reference: SAP API Business Hub
OData Service: | API_QUALITYINFORECORD_SRV |
API Version: | 1 |
Communication Scenario: | Quality Info Record Integration (SAP_COM_0358) |
Scope Items: | Quality Management in Procurement (1FM) |
Authentication Methods: | Basic, x509, OAuth2 |
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 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
- Internal Counter for DB Objects
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 © 2019 SAP SE. All rights reserved.