public static final class BillOfMaterialUsage.BillOfMaterialUsageBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BillOfMaterialUsage.BillOfMaterialUsageBuilder |
billOfMaterialUsageText(BillOfMaterialUsageText value)
Navigation property to_BillOfMaterialUsageText for BillOfMaterialUsage to single
BillOfMaterialUsageText.
|
BillOfMaterialUsage.BillOfMaterialUsageBuilder |
billOfMaterialVariantUsage(String billOfMaterialVariantUsage)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
BillOfMaterialUsage.BillOfMaterialUsageBuilder |
billOfMaterialVariantUsageDesc(String billOfMaterialVariantUsageDesc)
Constraints: Not nullable, Maximum length: 30
|
BillOfMaterialUsage |
build() |
String |
toString() |
@Nonnull public BillOfMaterialUsage.BillOfMaterialUsageBuilder billOfMaterialUsageText(BillOfMaterialUsageText value)
value
- The BillOfMaterialUsageText to build this BillOfMaterialUsage with.@Nonnull public BillOfMaterialUsage.BillOfMaterialUsageBuilder billOfMaterialVariantUsage(@Nullable String billOfMaterialVariantUsage)
Original property name from the Odata EDM: BillOfMaterialVariantUsage
By setting various indicators, you can define the maximum configuration of the item status and define whether an item must be or cannot be processed in a particular area (such as production).A material is used in the areas production and costing in a company. For each area, you maintain a separate BOM with different items:Production BOM:This BOM contains items that are relevant to production. These items are copied to the planned order. Dependent requirements are generated for them, and they are copied to the production order.Costing BOM:This BOM contains items that are relevant to determining the material costs of a product.When you calculate production costs using a quantity structure, the system automatically determines the BOM and all the BOM items that are relevant to costing, in order to calculate manufacturing costs.
this
.@Nonnull public BillOfMaterialUsage.BillOfMaterialUsageBuilder billOfMaterialVariantUsageDesc(@Nullable String billOfMaterialVariantUsageDesc)
Original property name from the Odata EDM: BillOfMaterialVariantUsageDesc
in which the BOM is used (eg. engineering or production).this
.@Nonnull public BillOfMaterialUsage build()
Copyright © 2021 SAP SE. All rights reserved.