Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.BOMItemCategory
Packages that use BOMItemCategory
Package
Description
-
Uses of BOMItemCategory in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials with type parameters of type BOMItemCategoryModifier and TypeFieldDescriptionstatic final BillOfMaterialItemOneToOneLink<BOMItemCategory>BillOfMaterialItem.TO_BOM_ITEM_CATEGORYUse with available fluent helpers to apply the to_BOMItemCategory navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials that return BOMItemCategoryModifier and TypeMethodDescriptionBOMItemCategory.BOMItemCategoryBuilder.build()BillOfMaterialItem.fetchBOMItemCategory()Fetches the BOMItemCategory entity (one to one) associated with this entity.BillOfMaterialItem.getBOMItemCategoryOrFetch()Retrieval of associated BOMItemCategory entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials that return types with arguments of type BOMItemCategoryModifier and TypeMethodDescriptionio.vavr.control.Option<BOMItemCategory>BillOfMaterialItem.getBOMItemCategoryIfPresent()Retrieval of associated BOMItemCategory entity (one to one).protected Class<BOMItemCategory>BOMItemCategoryByKeyFluentHelper.getEntityClass()protected Class<BOMItemCategory>BOMItemCategoryFluentHelper.getEntityClass()BOMItemCategory.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials with parameters of type BOMItemCategoryModifier and TypeMethodDescriptionBillOfMaterialItem.BillOfMaterialItemBuilder.bomItemCategory(BOMItemCategory value) Navigation property to_BOMItemCategory for BillOfMaterialItem to single BOMItemCategory.voidBillOfMaterialItem.setBOMItemCategory(BOMItemCategory value) Overwrites the associated BOMItemCategory entity for the loaded navigation property to_BOMItemCategory.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials with parameters of type BOMItemCategoryModifierConstructorDescriptionBillOfMaterialItem(UUID billOfMaterialItemUUID, String billOfMaterialCategory, String billOfMaterial, String billOfMaterialVariant, String billOfMaterialVersion, String billOfMaterialItemNodeNumber, String bOMItemInternalChangeCount, LocalDateTime validityStartDate, LocalDateTime validityEndDate, String engineeringChangeDocForEdit, String engineeringChangeDocument, String chgToEngineeringChgDocument, String inheritedNodeNumberForBOMItem, LocalDateTime bOMItemRecordCreationDate, String bOMItemCreatedByUser, LocalDateTime bOMItemLastChangeDate, String bOMItemLastChangedByUser, String billOfMaterialComponent, String billOfMaterialItemCategory, String billOfMaterialItemNumber, String billOfMaterialItemUnit, BigDecimal billOfMaterialItemQuantity, String isAssembly, Boolean isSubItem, String bOMItemSorter, Boolean fixedQuantity, String purchasingGroup, String currency, BigDecimal materialComponentPrice, String identifierBOMItem, BigDecimal materialPriceUnitQty, BigDecimal componentScrapInPercent, BigDecimal operationScrapInPercent, Boolean isNetScrap, BigDecimal numberOfVariableSizeItem, BigDecimal quantityVariableSizeItem, String formulaKey, String componentDescription, String bOMItemDescription, String bOMItemText2, String materialGroup, String documentType, String docNumber, String documentVersion, String documentPart, String classNumber, String classType, String resultingItemCategory, String dependencyObjectNumber, String objectType, Boolean isClassificationRelevant, Boolean isBulkMaterial, String bOMItemIsSparePart, String bOMItemIsSalesRelevant, Boolean isProductionRelevant, Boolean bOMItemIsPlantMaintRelevant, String bOMItemIsCostingRelevant, Boolean isEngineeringRelevant, String specialProcurementType, Boolean isBOMRecursiveAllowed, BigDecimal operationLeadTimeOffset, String opsLeadTimeOffsetUnit, String isMaterialProvision, Boolean bOMIsRecursive, Boolean documentIsCreatedByCAD, String distrKeyCompConsumption, BigDecimal deliveryDurationInDays, String creditor, String costElement, BigDecimal size1, BigDecimal size2, BigDecimal size3, String unitOfMeasureForSize1To3, BigDecimal goodsReceiptDuration, String purchasingOrganization, Boolean requiredComponent, Boolean multipleSelectionAllowed, String prodOrderIssueLocation, Boolean materialIsCoProduct, String explosionType, String alternativeItemGroup, String followUpGroup, String discontinuationGroup, String isConfigurableBOM, String referencePoint, BigDecimal leadTimeOffset, String productionSupplyArea, Boolean isDeleted, Boolean isALE, UUID billOfMaterialHeaderUUID, BillOfMaterial toBillOfMaterial, BOMItemCategory toBOMItemCategory) -
Uses of BOMItemCategory in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.link that return types with arguments of type BOMItemCategoryModifier and TypeMethodDescriptionBOMItemCategoryOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.link with type arguments of type BOMItemCategoryModifier and TypeMethodDescriptionprotected BOMItemCategoryLink<ObjectT>BOMItemCategoryLink.translateLinkType(EntityLink<BOMItemCategoryLink<ObjectT>, BOMItemCategory, ObjectT> link)