import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_ProductQualityMgmt" of service "API_PRODUCT_SRV". */ export declare class ProductQualityMgmt extends Entity implements ProductQualityMgmtType { /** * Technical entity name for ProductQualityMgmt. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ProductQualityMgmt entity */ static _keys: string[]; /** * Product Number. * Alphanumeric key uniquely identifying the product. * Maximum length: 40. */ product: DeserializedType; /** * QM in Procurement Is Active. * If you set this indicator, you should activate "QM in procurement" for all plants pertaining to a client. * If you activate the indicator for QM in procurement in the material master record at the client level, you must also store a control key at the plant level for quality management in procurement.If you activate the indicator for QM in procurement in the material master record at the client level, you must also store a control key at the plant level for quality management in procurement.Depending on the control indicators in the control key, you may have to maintain additional data. * @nullable */ qltyMgmtInProcmtIsActive?: DeserializedType | null; } export interface ProductQualityMgmtType { product: DeserializedType; qltyMgmtInProcmtIsActive?: DeserializedType | null; } //# sourceMappingURL=ProductQualityMgmt.d.ts.map