Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.orderbillofmaterial.BOMItemCategory
Packages that use BOMItemCategory
Package
Description
-
Uses of BOMItemCategory in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.orderbillofmaterial
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.orderbillofmaterial with type parameters of type BOMItemCategoryModifier and TypeFieldDescriptionstatic final SalesOrderBOMItemOneToOneLink<BOMItemCategory>SalesOrderBOMItem.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.orderbillofmaterial that return BOMItemCategoryModifier and TypeMethodDescriptionBOMItemCategory.BOMItemCategoryBuilder.build()SalesOrderBOMItem.fetchBOMItemCategory()Fetches the BOMItemCategory entity (one to one) associated with this entity.SalesOrderBOMItem.getBOMItemCategoryOrFetch()Retrieval of associated BOMItemCategory entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.orderbillofmaterial that return types with arguments of type BOMItemCategoryModifier and TypeMethodDescriptionio.vavr.control.Option<BOMItemCategory>SalesOrderBOMItem.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.orderbillofmaterial with parameters of type BOMItemCategoryModifier and TypeMethodDescriptionSalesOrderBOMItem.SalesOrderBOMItemBuilder.bomItemCategory(BOMItemCategory value) Navigation property to_BOMItemCategory for SalesOrderBOMItem to single BOMItemCategory.voidSalesOrderBOMItem.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.orderbillofmaterial with parameters of type BOMItemCategoryModifierConstructorDescriptionSalesOrderBOMItem(Boolean deleteBOMItemWithChangeNumber_ac, Boolean delete_mc, Boolean update_mc, String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialItemNodeNumber, String headerChangeDocument, String material, String plant, String billOfMaterialVariantUsage, UUID billOfMaterialItemUUID, 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 bOMItemHasFixedQuantity, 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 alternativeItemPriority, String alternativeItemStrategy, BigDecimal usageProbabilityPercent, String followUpGroup, String discontinuationGroup, String isConfigurableBOM, String referencePoint, BigDecimal leadTimeOffset, String productionSupplyArea, Boolean isDeleted, Boolean isALE, ZonedDateTime lastChangeDateTime, String salesOrder, String salesOrderItem, BOMItemCategory toBOMItemCategory, SalesOrderBOM toBillOfMaterial) -
Uses of BOMItemCategory in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.orderbillofmaterial.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.orderbillofmaterial.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.orderbillofmaterial.link with type arguments of type BOMItemCategoryModifier and TypeMethodDescriptionprotected BOMItemCategoryLink<ObjectT>BOMItemCategoryLink.translateLinkType(EntityLink<BOMItemCategoryLink<ObjectT>, BOMItemCategory, ObjectT> link)