import { InspectionLot } from './InspectionLot'; import { InspectionLotRequestBuilder } from './InspectionLotRequestBuilder'; import { InspectionLotWithStatusApi } from './InspectionLotWithStatusApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class InspectionLotApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ InspectionLotWithStatusApi ]): this; entityConstructor: typeof InspectionLot; requestBuilder(): InspectionLotRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-one navigation property [[toInspectionLotWithStatus]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_INSPECTION_LOT_WITH_STATUS: OneToOneLink, DeSerializersT, InspectionLotWithStatusApi>; /** * Static representation of the [[inspectionLot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[material]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[batch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[plant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotOrigin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_ORIGIN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orderInternalBillOfOperations]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_INTERNAL_BILL_OF_OPERATIONS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[manufacturingOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MANUFACTURING_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspectionLotActualQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_ACTUAL_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspectionLotDefectiveQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_DEFECTIVE_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspectionLotQuantityUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_QUANTITY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotCreatedOnLocalDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_CREATED_ON_LOCAL_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[inspSubsetFieldCombination]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_SUBSET_FIELD_COMBINATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotNmbrOpenLongTermCharc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_NMBR_OPEN_LONG_TERM_CHARC: OrderableEdmTypeField>, DeSerializersT, "Edm.Int16", true, true>; /** * Static representation of the [[statusObject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STATUS_OBJECT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[statusObjectCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STATUS_OBJECT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotObjectText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_OBJECT_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[statusProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STATUS_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[matlQualityAuthorizationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATL_QUALITY_AUTHORIZATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotHasQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_HAS_QUANTITY: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotIsCreatedAutomatically]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_IS_CREATED_AUTOMATICALLY: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspectionLotHasPartialLots]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_HAS_PARTIAL_LOTS: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspectionLotHasAppraisalCosts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_HAS_APPRAISAL_COSTS: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotHasSubsets]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_HAS_SUBSETS: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotIsAutomUsgeDcsnPossible]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_IS_AUTOM_USGE_DCSN_POSSIBLE: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[purchasingDocumentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotHasConfignSpecification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_HAS_CONFIGN_SPECIFICATION: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[goodsReceiptIsMovedToBlkdStock]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_RECEIPT_IS_MOVED_TO_BLKD_STOCK: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotIsDocumentationRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_IS_DOCUMENTATION_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotIsTaskListRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_IS_TASK_LIST_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotHasManualSampleSize]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_HAS_MANUAL_SAMPLE_SIZE: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotHasMaterialSpec]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_HAS_MATERIAL_SPEC: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspectionLotApproval]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_APPROVAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotDigitalSgntrResultsRecg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_DIGITAL_SGNTR_RESULTS_RECG: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotDigitalSgntrInUsgeDcsn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_DIGITAL_SGNTR_IN_USGE_DCSN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotIsBatchRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_IS_BATCH_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotUsageInStabilityStudy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_IN_STABILITY_STUDY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotIsStockPostingCompleted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_IS_STOCK_POSTING_COMPLETED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspectionLotHasUsageDecision]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_HAS_USAGE_DECISION: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[numberOfSerialNumbers]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUMBER_OF_SERIAL_NUMBERS: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", true, true>; /** * Static representation of the [[inspLotIsSerialNmbrPossible]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_IS_SERIAL_NMBR_POSSIBLE: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspectionLotIsSkipped]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_IS_SKIPPED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspectionLotIsFullInspection]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_IS_FULL_INSPECTION: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspectionLotDynamicLevel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_DYNAMIC_LEVEL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[samplingProcedure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAMPLING_PROCEDURE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotCreatedOnLocalTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_CREATED_ON_LOCAL_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[inspectionLotCreatedBy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_CREATED_BY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotCreatedOn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_CREATED_ON: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[inspectionLotCreatedOnTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_CREATED_ON_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[inspectionLotChangedBy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_CHANGED_BY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotChangeDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_CHANGE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[inspectionLotChangeTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_CHANGE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[changedDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGED_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; /** * Static representation of the [[inspectionLotStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[inspectionLotStartTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_START_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[inspectionLotEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[inspectionLotEndTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_END_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[billOfOperationsType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_OPERATIONS_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billOfOperationsGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_OPERATIONS_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billOfOperationsUsage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_OPERATIONS_USAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billOfOperationsVariant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_OPERATIONS_VARIANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billOfOperationsChangeStateId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_OPERATIONS_CHANGE_STATE_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionSubsetType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_SUBSET_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[smplDrawingProcedure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SMPL_DRAWING_PROCEDURE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[smplDrawingProcedureVersion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SMPL_DRAWING_PROCEDURE_VERSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[smplDrwgProcedIsConfRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SMPL_DRWG_PROCED_IS_CONF_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotSelectionMaterial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SELECTION_MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotSelMatlRevisionLvl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SEL_MATL_REVISION_LVL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotSelectionPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SELECTION_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotSelectionSupplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SELECTION_SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotSelectionManufacturer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SELECTION_MANUFACTURER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotSelectionCustomer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SELECTION_CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotSelBillOfOperationsUsge]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SEL_BILL_OF_OPERATIONS_USGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotSelectionValidFromDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SELECTION_VALID_FROM_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[productionVersion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCTION_VERSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesOperationsPlanningOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_OPERATIONS_PLANNING_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isBusinessPurposeCompleted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_BUSINESS_PURPOSE_COMPLETED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[customer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[supplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[batchBySupplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH_BY_SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[manufacturer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MANUFACTURER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[manufacturerPartNmbr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MANUFACTURER_PART_NMBR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialRevisionLevel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_REVISION_LEVEL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialIsBatchManaged]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_IS_BATCH_MANAGED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[batchStorageLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH_STORAGE_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialCompIsSpecialStock]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_COMP_IS_SPECIAL_STOCK: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingOrganization]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_ORGANIZATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[scheduleLine]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SCHEDULE_LINE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[accountingDocumentType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ACCOUNTING_DOCUMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialDocumentYear]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_DOCUMENT_YEAR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[matlDocLatestPostgDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATL_DOC_LATEST_POSTG_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[goodsMovementType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_MOVEMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotStorageLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_STORAGE_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[warehouse]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[storageType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[storageBin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_BIN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesOrderItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORDER_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[route]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ROUTE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billToPartyCountry]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_TO_PARTY_COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[soldToParty]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOLD_TO_PARTY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesOrganization]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORGANIZATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialByCustomer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_BY_CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[language]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LANGUAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotNmbrAddlRecordedCharc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_NMBR_ADDL_RECORDED_CHARC: OrderableEdmTypeField>, DeSerializersT, "Edm.Int16", true, true>; /** * Static representation of the [[inspLotNmbrOpenShortTermCharc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_NMBR_OPEN_SHORT_TERM_CHARC: OrderableEdmTypeField>, DeSerializersT, "Edm.Int16", true, true>; /** * Static representation of the [[inspectionLotContainer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_CONTAINER: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspectionLotContainerUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_CONTAINER_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotSampleQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_SAMPLE_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspectionLotSampleUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_SAMPLE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotDynamicRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_DYNAMIC_RULE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotDynamicTrggrPoint]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_DYNAMIC_TRGGR_POINT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionDynamicStage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_DYNAMIC_STAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionSeverity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_SEVERITY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotQtyToFree]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_FREE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyToScrap]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_SCRAP: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyToSample]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_SAMPLE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyToBlocked]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_BLOCKED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyToReserves]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_RESERVES: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyToAnotherMaterial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_ANOTHER_MATERIAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotMaterialPostedTo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_MATERIAL_POSTED_TO: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotBatchTransferredTo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_BATCH_TRANSFERRED_TO: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotQtyReturnedToSupplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_RETURNED_TO_SUPPLIER: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyToSpecialStock]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_SPECIAL_STOCK: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyToOtherStock]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_OTHER_STOCK: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyToBePosted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_TO_BE_POSTED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotSmplQtyForLongTermChar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_SMPL_QTY_FOR_LONG_TERM_CHAR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyInspected]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_INSPECTED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspLotQtyDestroyed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_QTY_DESTROYED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[inspectionLotScrapRatio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_SCRAP_RATIO: OrderableEdmTypeField>, DeSerializersT, "Edm.Double", true, true>; /** * Static representation of the [[inspLotUsageDecisionTool]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_USAGE_DECISION_TOOL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotAllowedScrapRatio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_ALLOWED_SCRAP_RATIO: OrderableEdmTypeField>, DeSerializersT, "Edm.Double", true, true>; /** * Static representation of the [[qualityCostCollector]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUALITY_COST_COLLECTOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[consumptionPosting]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONSUMPTION_POSTING: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[accountAssignmentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ACCOUNT_ASSIGNMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingDocumentItemCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_ITEM_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotAcctAssgmtKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_ACCT_ASSGMT_KEY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[costCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COST_CENTER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[reservationItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESERVATION_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[masterFixedAsset]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MASTER_FIXED_ASSET: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fixedAsset]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FIXED_ASSET: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesOrdStockWbsElement]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORD_STOCK_WBS_ELEMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projectNetwork]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJECT_NETWORK: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[networkActivityInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NETWORK_ACTIVITY_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inventorySpclStkSalesDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVENTORY_SPCL_STK_SALES_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inventorySpclStkSalesDocItm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVENTORY_SPCL_STK_SALES_DOC_ITM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[profitabilitySegment]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROFITABILITY_SEGMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[profitCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROFIT_CENTER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[businessArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_AREA: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[glAccount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GL_ACCOUNT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[controllingArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONTROLLING_AREA: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[companyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPANY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[serialNumberProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERIAL_NUMBER_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotCostCollectorSalesOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_COST_COLLECTOR_SALES_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotCostCollectorSlsOrdItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_COST_COLLECTOR_SLS_ORD_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotCostCollectorWbsElement]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_COST_COLLECTOR_WBS_ELEMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspLotExternalNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_EXTERNAL_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLotPriorityPoints]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT_PRIORITY_POINTS: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", true, true>; /** * Static representation of the [[maintenancePlan]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINTENANCE_PLAN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[maintenancePlanItemIntId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINTENANCE_PLAN_ITEM_INT_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[maintenanceStrategy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINTENANCE_STRATEGY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=InspectionLotApi.d.ts.map