@Named public class DefaultReadMasterInspectionCharacteristicsService extends Object implements ReadMasterInspectionCharacteristicsService
This service enables you to read master inspection characteristics from the S/4HANA Cloud system. It is part of the integration scenario Inspection Master Data.
Reference: SAP API Business Hub
OData Service: | API_MASTERINSPCHARACTERISTIC_SRV |
API Version: | 1 |
Communication Scenario: | Inspection Master Data Integration (SAP_COM_0110) |
Scope Items: | Quality Management in Stock Handling (1MR) |
Constructor and Description |
---|
DefaultReadMasterInspectionCharacteristicsService() |
Modifier and Type | Method and Description |
---|---|
InspectionSpecificationFluentHelper |
getAllInspectionSpecification()
Fetch multiple
InspectionSpecification entities. |
InspectionSpecificationByKeyFluentHelper |
getInspectionSpecificationByKey(String inspectionSpecification,
String inspectionSpecificationVersion,
String inspectionSpecificationPlant)
Fetch a single
InspectionSpecification entity using key fields. |
public DefaultReadMasterInspectionCharacteristicsService()
public InspectionSpecificationFluentHelper getAllInspectionSpecification()
ReadMasterInspectionCharacteristicsService
InspectionSpecification
entities.getAllInspectionSpecification
in interface ReadMasterInspectionCharacteristicsService
InspectionSpecification
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 InspectionSpecificationByKeyFluentHelper getInspectionSpecificationByKey(String inspectionSpecification, String inspectionSpecificationVersion, String inspectionSpecificationPlant)
ReadMasterInspectionCharacteristicsService
InspectionSpecification
entity using key fields.getInspectionSpecificationByKey
in interface ReadMasterInspectionCharacteristicsService
inspectionSpecification
- Master Inspection CharacteristicConstraints: Not nullable, Maximum length: 8
inspectionSpecificationVersion
- Version Number of the Master Inspection CharacteristicConstraints: Not nullable, Maximum length: 6
inspectionSpecificationPlant
- Plant for the Master Inspection CharacteristicConstraints: Not nullable, Maximum length: 4
InspectionSpecification
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.