@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultQualityInspectionDataService") public class DefaultQualityInspectionDataService extends Object implements QualityInspectionDataService
This service enables you to read quality inspection data, for example, inspection lots, inspection operations, inspection characteristics, inspection results, and usage decisions.
Reference: SAP API Business Hub
OData Service: | API_INSPECTIONLOT_SRV |
API Version: | 1 |
Communication Scenario: | Quality Inspection Process Integration (SAP_COM_0318) |
Scope Items: | Quality Management in Discrete Manufacturing (1E1), Quality Management in Procurement (1FM), Quality Management in Sales (1MP), Quality Management in Stock Handling (1MR) |
Business Object: | InspectionLot |
Constructor and Description |
---|
DefaultQualityInspectionDataService() |
public InspectionCharacteristicFluentHelper getAllInspectionCharacteristic()
QualityInspectionDataService
InspectionCharacteristic
entities.getAllInspectionCharacteristic
in interface QualityInspectionDataService
InspectionCharacteristic
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 InspectionCharacteristicByKeyFluentHelper getInspectionCharacteristicByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic)
QualityInspectionDataService
InspectionCharacteristic
entity using key fields.getInspectionCharacteristicByKey
in interface QualityInspectionDataService
inspectionLot
- Number that uniquely identifies an inspection lot.Constraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID
- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic
- The number that explicitly identifies an inspection characteristic within an operation in an inspection plan.Constraints: Not nullable, Maximum length: 4
InspectionCharacteristic
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.public InspectionLotFluentHelper getAllInspectionLot()
QualityInspectionDataService
InspectionLot
entities.getAllInspectionLot
in interface QualityInspectionDataService
InspectionLot
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 InspectionLotByKeyFluentHelper getInspectionLotByKey(String inspectionLot)
QualityInspectionDataService
InspectionLot
entity using key fields.getInspectionLotByKey
in interface QualityInspectionDataService
inspectionLot
- Number that uniquely identifies an inspection lot.Constraints: Not nullable, Maximum length: 12
InspectionLot
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.public InspectionLotWithStatusFluentHelper getAllInspectionLotWithStatus()
QualityInspectionDataService
InspectionLotWithStatus
entities.getAllInspectionLotWithStatus
in interface QualityInspectionDataService
InspectionLotWithStatus
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 InspectionLotWithStatusByKeyFluentHelper getInspectionLotWithStatusByKey(String inspectionLot)
QualityInspectionDataService
InspectionLotWithStatus
entity using key fields.getInspectionLotWithStatusByKey
in interface QualityInspectionDataService
inspectionLot
- Number that uniquely identifies an inspection lot.Constraints: Not nullable, Maximum length: 12
InspectionLotWithStatus
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.public InspectionOperationFluentHelper getAllInspectionOperation()
QualityInspectionDataService
InspectionOperation
entities.getAllInspectionOperation
in interface QualityInspectionDataService
InspectionOperation
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 InspectionOperationByKeyFluentHelper getInspectionOperationByKey(String inspectionLot, String inspPlanOperationInternalID)
QualityInspectionDataService
InspectionOperation
entity using key fields.getInspectionOperationByKey
in interface QualityInspectionDataService
inspectionLot
- Number that uniquely identifies an inspection lot.Constraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID
- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
InspectionOperation
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.public InspectionResultFluentHelper getAllInspectionResult()
QualityInspectionDataService
InspectionResult
entities.getAllInspectionResult
in interface QualityInspectionDataService
InspectionResult
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 InspectionResultByKeyFluentHelper getInspectionResultByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic)
QualityInspectionDataService
InspectionResult
entity using key fields.getInspectionResultByKey
in interface QualityInspectionDataService
inspectionLot
- Number that uniquely identifies an inspection lot.Constraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID
- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic
- The number that explicitly identifies an inspection characteristic within an operation in an inspection plan.Constraints: Not nullable, Maximum length: 4
InspectionResult
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.public InspLotUsageDecisionFluentHelper getAllInspLotUsageDecision()
QualityInspectionDataService
InspLotUsageDecision
entities.getAllInspLotUsageDecision
in interface QualityInspectionDataService
InspLotUsageDecision
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 InspLotUsageDecisionByKeyFluentHelper getInspLotUsageDecisionByKey(String inspectionLot)
QualityInspectionDataService
InspLotUsageDecision
entity using key fields.getInspLotUsageDecisionByKey
in interface QualityInspectionDataService
inspectionLot
- Number that uniquely identifies an inspection lot.Constraints: Not nullable, Maximum length: 12
InspLotUsageDecision
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 © 2018 SAP SE. All rights reserved.