public interface QualityInspectionDataService extends BatchService<QualityInspectionDataServiceBatch>
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 |
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 QualityInspectionDataService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull InspectionCharacteristicFluentHelper getAllInspectionCharacteristic()
InspectionCharacteristic
entities.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 InspectionCharacteristicByKeyFluentHelper getInspectionCharacteristicByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic)
InspectionCharacteristic
entity using key fields.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
inspectionLot
- Number that uniquely identifies an inspection lot.
Constraints: Not nullable, Maximum length: 12
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 InspectionLotFluentHelper getAllInspectionLot()
InspectionLot
entities.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 InspectionLotByKeyFluentHelper getInspectionLotByKey(String inspectionLot)
InspectionLot
entity using key fields.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 InspectionLotUpdateFluentHelper updateInspectionLot(@Nonnull InspectionLot inspectionLot)
InspectionLot
entity and save it to the S/4HANA system.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 InspectionLotWithStatusFluentHelper getAllInspectionLotWithStatus()
InspectionLotWithStatus
entities.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 InspectionLotWithStatusByKeyFluentHelper getInspectionLotWithStatusByKey(String inspectionLot)
InspectionLotWithStatus
entity using key fields.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 InspectionOperationFluentHelper getAllInspectionOperation()
InspectionOperation
entities.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 InspectionOperationByKeyFluentHelper getInspectionOperationByKey(String inspectionLot, String inspPlanOperationInternalID)
InspectionOperation
entity using key fields.inspPlanOperationInternalID
- Current Node Number from Order Counter
Constraints: Not nullable, Maximum length: 8
inspectionLot
- Number that uniquely identifies an inspection lot.
Constraints: Not nullable, Maximum length: 12
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 InspectionResultFluentHelper getAllInspectionResult()
InspectionResult
entities.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 InspectionResultByKeyFluentHelper getInspectionResultByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic)
InspectionResult
entity using key fields.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
inspectionLot
- Number that uniquely identifies an inspection lot.
Constraints: Not nullable, Maximum length: 12
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 InspectionResultCreateFluentHelper createInspectionResult(@Nonnull InspectionResult inspectionResult)
InspectionResult
entity and save it to the S/4HANA system.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 InspectionResultUpdateFluentHelper updateInspectionResult(@Nonnull InspectionResult inspectionResult)
InspectionResult
entity and save it to the S/4HANA system.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 InspectionResultValueFluentHelper getAllInspectionResultValue()
InspectionResultValue
entities.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 InspectionResultValueByKeyFluentHelper getInspectionResultValueByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspResultValueInternalID)
InspectionResultValue
entity using key fields.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
inspectionLot
- Number that uniquely identifies an inspection lot.
Constraints: Not nullable, Maximum length: 12
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 InspLotUsageDecisionFluentHelper getAllInspLotUsageDecision()
InspLotUsageDecision
entities.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 InspLotUsageDecisionByKeyFluentHelper getInspLotUsageDecisionByKey(String inspectionLot)
InspLotUsageDecision
entity using key fields.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 InspLotUsageDecisionCreateFluentHelper createInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision)
InspLotUsageDecision
entity and save it to the S/4HANA system.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 InspLotUsageDecisionUpdateFluentHelper updateInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision)
InspLotUsageDecision
entity and save it to the S/4HANA system.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.