import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_InspSampleCharacteristic" of service "API_INSPECTIONLOT_SRV". */ export declare class InspSampleCharacteristic extends Entity implements InspSampleCharacteristicType { /** * Technical entity name for InspSampleCharacteristic. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the InspSampleCharacteristic entity */ static _keys: string[]; /** * Inspection Lot Number. * Number that uniquely identifies an inspection lot. * The inspection lot number is assigned by the system. * Maximum length: 12. */ inspectionLot: DeserializedType; /** * Current Node Number from Order Counter. * Maximum length: 8. */ inspPlanOperationInternalId: DeserializedType; /** * Inspection Characteristic Number. * The number that explicitly identifies an inspection characteristic within an operation in an inspection plan. * Maximum length: 4. */ inspectionCharacteristic: DeserializedType; /** * Inspection Sample Number. * Number identifying an inspection sample if dependent or independent multiple samples are used in the sampling procedure of the characteristic or if inspection points are involved. * Maximum length: 6. */ inspectionSubsetInternalId: DeserializedType; /** * Specification Record Status. * Specification status of the specification record for the inspection characteristic or the partial sample. * 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). * Maximum length: 1. * @nullable */ inspectionCharacteristicStatus?: DeserializedType | null; /** * Control Chart Number. * The number that uniquely identifies a quality control chart. * Maximum length: 12. * @nullable */ qualityControlChart?: DeserializedType | null; /** * Acceptance Number. * In this field you enter the highest number of nonconforming units or defects in a sample during a sampling inspection for an attributive inspection, that still permits acceptance of the inspection lot. * @nullable */ inspSampleAcceptanceNumber?: DeserializedType | null; /** * Rejection Number. * The lowest number of nonconforming units or defects in a sample that leads to a rejection during an attributive sampling inspection. * @nullable */ inspSampleRejectionNumber?: DeserializedType | null; /** * Valuation Rule. * Two-character key identifying a valuation rule that is used to valuate inspection characteristics, samples and partial samples. * Maximum length: 2. * @nullable */ inspSampleValuationRule?: DeserializedType | null; /** * Sample Size that Must Be Inspected. * Predfined sample size that has to be inspected for the inspection characteristic or the partial sample. * 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. * @nullable */ inspectionSampleSize?: DeserializedType | null; /** * Inspection Stage. * In this field, you define the inspection stage. * 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. * Maximum length: 4. * @nullable */ inspLotDynRuleStage?: DeserializedType | null; /** * Inspection Severity. * In the QM component, the inspection severity serves as an identifier for a normal, reduced, or tightened inspection. * 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. * Maximum length: 3. * @nullable */ inspectionSeverity?: DeserializedType | null; /** * System Date on Which Data Record Was Created. * Date on which the data record was created. * The system enters the current system date. * @nullable */ inspSubsetCharcCreationDate?: DeserializedType | null; /** * UTC Time Stamp in Short Form (YYYYMMDDhhmmss). * The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time). * @nullable */ changedDateTime?: DeserializedType | null; } export interface InspSampleCharacteristicType { inspectionLot: DeserializedType; inspPlanOperationInternalId: DeserializedType; inspectionCharacteristic: DeserializedType; inspectionSubsetInternalId: DeserializedType; inspectionCharacteristicStatus?: DeserializedType | null; qualityControlChart?: DeserializedType | null; inspSampleAcceptanceNumber?: DeserializedType | null; inspSampleRejectionNumber?: DeserializedType | null; inspSampleValuationRule?: DeserializedType | null; inspectionSampleSize?: DeserializedType | null; inspLotDynRuleStage?: DeserializedType | null; inspectionSeverity?: DeserializedType | null; inspSubsetCharcCreationDate?: DeserializedType | null; changedDateTime?: DeserializedType | null; } //# sourceMappingURL=InspSampleCharacteristic.d.ts.map