@Named public class DefaultReadInspectionMethodsService extends Object implements ReadInspectionMethodsService
This service enables you to read inspection methods from the SAP S/4HANA Cloud system. It is part of the integration scenario Inspection Master Data.
Reference: SAP API Business Hub
OData Service: | API_INSPECTIONMETHOD_SRV |
API Version: | 1 |
Communication Scenario: | Inspection Master Data Integration (SAP_COM_0110) |
Scope Items: | Quality Management in Stock Handling (1MR) |
Constructor and Description |
---|
DefaultReadInspectionMethodsService() |
Modifier and Type | Method and Description |
---|---|
InspectionMethodFluentHelper |
getAllInspectionMethod()
Fetch multiple
InspectionMethod entities. |
InspectionMethodByKeyFluentHelper |
getInspectionMethodByKey(String inspectionMethod,
String inspectionMethodVersion,
String inspectionMethodPlant)
Fetch a single
InspectionMethod entity using key fields. |
public InspectionMethodFluentHelper getAllInspectionMethod()
ReadInspectionMethodsService
InspectionMethod
entities.getAllInspectionMethod
in interface ReadInspectionMethodsService
InspectionMethod
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.public InspectionMethodByKeyFluentHelper getInspectionMethodByKey(String inspectionMethod, String inspectionMethodVersion, String inspectionMethodPlant)
ReadInspectionMethodsService
InspectionMethod
entity using key fields.getInspectionMethodByKey
in interface ReadInspectionMethodsService
inspectionMethod
- Inspection MethodConstraints: Not nullable, Maximum length: 8
inspectionMethodVersion
- Version Number of the Inspection MethodConstraints: Not nullable, Maximum length: 6
inspectionMethodPlant
- Plant for Inspection MethodConstraints: Not nullable, Maximum length: 4
InspectionMethod
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.Copyright © 2017 SAP SE. All rights reserved.