public static class InspSampleCharacteristic.InspSampleCharacteristicBuilder extends Object
public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionLot(@Nullable String inspectionLot)
Original property name from the Odata EDM: InspectionLot
The inspection lot number is assigned by the system.
public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspPlanOperationInternalID(@Nullable String inspPlanOperationInternalID)
Original property name from the Odata EDM: InspPlanOperationInternalID
public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionCharacteristic(@Nullable String inspectionCharacteristic)
Original property name from the Odata EDM: InspectionCharacteristic
plan.public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionSubsetInternalID(@Nullable String inspectionSubsetInternalID)
Original property name from the Odata EDM: InspectionSubsetInternalID
sampling procedure of the characteristic or if inspection points are involved.public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionCharacteristicStatus(@Nullable String inspectionCharacteristicStatus)
Original property name from the Odata EDM: InspectionCharacteristicStatus
The specification record documents whether youMust record results (required characteristic, record status = 1) for an inspection characteristic or partial sampleCan record results (optional characteristic, record status = 0) for an inspection characteristic or partial sampleSkip the inspection characteristic (record status = 4)
public InspSampleCharacteristic.InspSampleCharacteristicBuilder qualityControlChart(@Nullable String qualityControlChart)
Original property name from the Odata EDM: QualityControlChart
public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspSampleAcceptanceNumber(@Nullable Short inspSampleAcceptanceNumber)
Original property name from the Odata EDM: InspSampleAcceptanceNumber
sampling inspection for an attributive inspection, that still permits acceptance of the inspection lot.public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspSampleRejectionNumber(@Nullable Short inspSampleRejectionNumber)
Original property name from the Odata EDM: InspSampleRejectionNumber
attributive sampling inspection.public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspSampleValuationRule(@Nullable String inspSampleValuationRule)
Original property name from the Odata EDM: InspSampleValuationRule
samples and partial samples.public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionSampleSize(@Nullable Integer inspectionSampleSize)
Original property name from the Odata EDM: InspectionSampleSize
For each inspection plan characteristic you define the amount by which the inspected sample size in the 'Insp.ed' field can deviate from the to-be-inspected sample size in the 'Inspect' field. If a characteristic (partial sample ) is closed the system checks whether the required sample size is adhered to. The characteristic (partial sample) can only be closed if this is the case.For inspection characteristics, you can define conditions for adhering to the sample size. For example, you can define whether the inspection scope must be adhered to or whether it may be larger or smaller, etc.
public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspLotDynRuleStage(@Nullable String inspLotDynRuleStage)
Original property name from the Odata EDM: InspLotDynRuleStage
You define an inspection stage by assigning an inspection severity (or by setting the skip indicator) and using the rules for an inspection stage change. Therefore, inspection stages represent a certain inspection scope or a skip.Inspection stages are defined in a dynamic modification rule.
public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionSeverity(@Nullable String inspectionSeverity)
Original property name from the Odata EDM: InspectionSeverity
Different inspection severities lead to different inspection scopes if the other conditions are the same.It is advisable to use different inspection severities in the dynamic modification rule, if the dynamic modification rule is assigned to a sampling procedure that uses a sampling scheme in which these inspection severities are maintained.
inspection.public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspSubsetCharcCreationDate(@Nullable LocalDateTime inspSubsetCharcCreationDate)
Original property name from the Odata EDM: InspSubsetCharcCreationDate
The system enters the current system date.
public InspSampleCharacteristic.InspSampleCharacteristicBuilder changedDateTime(@Nullable ZonedDateTime changedDateTime)
Original property name from the Odata EDM: ChangedDateTime
To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times
need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine
the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal
structure of the UTC time stamp is subdivided into a date part and a time part in packed number format
public InspSampleCharacteristic build()
Copyright © 2019 SAP SE. All rights reserved.