Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.link |
Modifier and Type | Field and Description |
---|---|
static MaterialBOMItemOneToOneLink<BOMItemCategory> |
MaterialBOMItem.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 |
MaterialBOMItem.fetchBOMItemCategory()
Fetches the BOMItemCategory entity (one to one) associated with this entity.
|
BOMItemCategory |
MaterialBOMItem.getBOMItemCategoryOrFetch()
Retrieval of associated BOMItemCategory entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BOMItemCategory> |
MaterialBOMItem.getBOMItemCategoryIfPresent()
Retrieval of associated BOMItemCategory entity (one to one).
|
protected Class<BOMItemCategory> |
BOMItemCategoryByKeyFluentHelper.getEntityClass() |
protected Class<BOMItemCategory> |
BOMItemCategoryFluentHelper.getEntityClass() |
Class<BOMItemCategory> |
BOMItemCategory.getType() |
Modifier and Type | Method and Description |
---|---|
MaterialBOMItem.MaterialBOMItemBuilder |
MaterialBOMItem.MaterialBOMItemBuilder.bomItemCategory(BOMItemCategory value)
Navigation property to_BOMItemCategory for MaterialBOMItem to single BOMItemCategory.
|
void |
MaterialBOMItem.setBOMItemCategory(BOMItemCategory value)
Overwrites the associated BOMItemCategory entity for the loaded navigation property
to_BOMItemCategory.
|
Constructor and Description |
---|
MaterialBOMItem(String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String billOfMaterialItemNodeNumber,
String headerChangeDocument,
String material,
String plant,
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 fixedQuantity,
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,
MaterialBOM 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 © 2020 SAP SE. All rights reserved.