@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. In addition, it enables you to update inspection lots, create and update usage decisions and create and update summarized inspection results.
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) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | InspectionLot |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultQualityInspectionDataService()
Creates a service using
QualityInspectionDataService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultQualityInspectionDataService()
QualityInspectionDataService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultQualityInspectionDataService withServicePath(@Nonnull String servicePath)
QualityInspectionDataService
withServicePath
in interface QualityInspectionDataService
servicePath
- Service path that will override the default.@Nonnull public DefaultQualityInspectionDataServiceBatch batch()
batch
in interface BatchService<QualityInspectionDataServiceBatch>
@Nonnull 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.@Nonnull 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 Counter
Constraints: 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.@Nonnull 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.@Nonnull 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.@Nonnull public InspectionLotUpdateFluentHelper updateInspectionLot(@Nonnull InspectionLot inspectionLot)
QualityInspectionDataService
InspectionLot
entity and save it to the S/4HANA system.updateInspectionLot
in interface QualityInspectionDataService
inspectionLot
- InspectionLot
entity object that will be updated in the S/4HANA system.InspectionLot
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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 Counter
Constraints: 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.@Nonnull 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.@Nonnull 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 Counter
Constraints: 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.@Nonnull public InspectionResultCreateFluentHelper createInspectionResult(@Nonnull InspectionResult inspectionResult)
QualityInspectionDataService
InspectionResult
entity and save it to the S/4HANA system.createInspectionResult
in interface QualityInspectionDataService
inspectionResult
- InspectionResult
entity object that will be created in the S/4HANA system.InspectionResult
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InspectionResultUpdateFluentHelper updateInspectionResult(@Nonnull InspectionResult inspectionResult)
QualityInspectionDataService
InspectionResult
entity and save it to the S/4HANA system.updateInspectionResult
in interface QualityInspectionDataService
inspectionResult
- InspectionResult
entity object that will be updated in the S/4HANA system.InspectionResult
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InspectionResultValueFluentHelper getAllInspectionResultValue()
QualityInspectionDataService
InspectionResultValue
entities.getAllInspectionResultValue
in interface QualityInspectionDataService
InspectionResultValue
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 public InspectionResultValueByKeyFluentHelper getInspectionResultValueByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspResultValueInternalID)
QualityInspectionDataService
InspectionResultValue
entity using key fields.getInspectionResultValueByKey
in interface QualityInspectionDataService
inspectionLot
- Number that uniquely identifies an inspection lot.
Constraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID
- Current Node Number from Order Counter
Constraints: 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
inspResultValueInternalID
- Number of Individual Result
Constraints: Not nullable, Maximum length: 8
InspectionResultValue
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 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.@Nonnull 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.@Nonnull public InspLotUsageDecisionCreateFluentHelper createInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision)
QualityInspectionDataService
InspLotUsageDecision
entity and save it to the S/4HANA system.createInspLotUsageDecision
in interface QualityInspectionDataService
inspLotUsageDecision
- InspLotUsageDecision
entity object that will be created in the S/4HANA system.InspLotUsageDecision
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public InspLotUsageDecisionUpdateFluentHelper updateInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision)
QualityInspectionDataService
InspLotUsageDecision
entity and save it to the S/4HANA system.updateInspLotUsageDecision
in interface QualityInspectionDataService
inspLotUsageDecision
- InspLotUsageDecision
entity object that will be updated in the S/4HANA system.InspLotUsageDecision
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2019 SAP SE. All rights reserved.