public static class BillOfMaterialUsageText.BillOfMaterialUsageTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BillOfMaterialUsageText.BillOfMaterialUsageTextBuilder |
billOfMaterialVariantUsage(String billOfMaterialVariantUsage)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
BillOfMaterialUsageText.BillOfMaterialUsageTextBuilder |
billOfMaterialVariantUsageDesc(String billOfMaterialVariantUsageDesc)
Constraints: Not nullable, Maximum length: 30
|
BillOfMaterialUsageText |
build() |
BillOfMaterialUsageText.BillOfMaterialUsageTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
public BillOfMaterialUsageText.BillOfMaterialUsageTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public BillOfMaterialUsageText.BillOfMaterialUsageTextBuilder 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
.public BillOfMaterialUsageText.BillOfMaterialUsageTextBuilder billOfMaterialVariantUsageDesc(@Nullable String billOfMaterialVariantUsageDesc)
Original property name from the Odata EDM: BillOfMaterialVariantUsageDesc
in which the BOM is used (eg. engineering or production).this
.public BillOfMaterialUsageText build()
Copyright © 2020 SAP SE. All rights reserved.