Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.link |
Modifier and Type | Field and Description |
---|---|
static BillOfMaterialItemOneToOneLink<BOMItemCategory> |
BillOfMaterialItem.TO_BOM_ITEM_CATEGORY
Use with available fluent helpers to apply the to_BOMItemCategory navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BOMItemCategory |
BOMItemCategory.BOMItemCategoryBuilder.build() |
BOMItemCategory |
BillOfMaterialItem.fetchBOMItemCategory()
Fetches the BOMItemCategory entity (one to one) associated with this entity.
|
BOMItemCategory |
BillOfMaterialItem.getBOMItemCategoryOrFetch()
Retrieval of associated BOMItemCategory entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
Optional<BOMItemCategory> |
BillOfMaterialItem.getBOMItemCategoryIfPresent()
Retrieval of associated BOMItemCategory entity (one to one).
|
protected Class<BOMItemCategory> |
BOMItemCategoryFluentHelper.getEntityClass() |
protected Class<BOMItemCategory> |
BOMItemCategoryByKeyFluentHelper.getEntityClass() |
Class<BOMItemCategory> |
BOMItemCategory.getType() |
Modifier and Type | Method and Description |
---|---|
BillOfMaterialItem.BillOfMaterialItemBuilder |
BillOfMaterialItem.BillOfMaterialItemBuilder.bomItemCategory(BOMItemCategory value) |
void |
BillOfMaterialItem.setBOMItemCategory(BOMItemCategory value)
Overwrites the associated BOMItemCategory entity for the loaded navigation property
to_BOMItemCategory.
|
Constructor and Description |
---|
BillOfMaterialItem(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 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) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BOMItemCategory> |
BOMItemCategoryOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected BOMItemCategoryLink<ObjectT> |
BOMItemCategoryLink.translateLinkType(EntityLink<BOMItemCategoryLink<ObjectT>,BOMItemCategory,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.