public static final class BOMItemCategory.BOMItemCategoryBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BOMItemCategory.BOMItemCategoryBuilder |
billOfMaterialItemCategory(String billOfMaterialItemCategory)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
BOMItemCategory.BOMItemCategoryBuilder |
billOfMaterialItemCategoryDesc(String billOfMaterialItemCategoryDesc)
Constraints: Not nullable, Maximum length: 30
|
BOMItemCategory.BOMItemCategoryBuilder |
bomItemCategoryText(BOMItemCategoryText value)
Navigation property to_BOMItemCategoryText for BOMItemCategory to single
BOMItemCategoryText.
|
BOMItemCategory |
build() |
BOMItemCategory.BOMItemCategoryBuilder |
fixedItemCategory(String fixedItemCategory)
Constraints: Not nullable, Maximum length: 1
|
String |
toString() |
@Nonnull public BOMItemCategory.BOMItemCategoryBuilder bomItemCategoryText(BOMItemCategoryText value)
value
- The BOMItemCategoryText to build this BOMItemCategory with.public BOMItemCategory.BOMItemCategoryBuilder billOfMaterialItemCategory(@Nullable String billOfMaterialItemCategory)
Original property name from the Odata EDM: BillOfMaterialItemCategory
This categorization allows you to process data that is relevant to the individual items in a BOM. The item category is used to control field selection, default values for BOM maintenance, triggering of specific system activities, and so on.Stock itemThis item category is used to manage material data that allows an item to be kept in stock.Document itemThis item category is used to manage document data that allows you to process original application data (for example, graphics created with a graphics program).Class item (for configurable BOMs)In configurable material BOMs, you can enter a class as a placeholder for selectable items. The class can contain either materials or documents.When you assign characteristic values while configuring the BOM, the system replaces the node with an object that has the same values as those assigned to the characteristic of the configuration. This makes BOMs with a larger number of variants easier to maintain, as you do not have to enter all items manually and assign a selection condition to them.Class items can be relevant to MRP.PM structure elementThis item is used to structure an equipment (PM assembly) for design purposes only.If you want to maintain a material for use as a PM structure element, use material type IBAU.
(for example, material master or document info record) or whether they are kept in stock.this
.public BOMItemCategory.BOMItemCategoryBuilder fixedItemCategory(@Nullable String fixedItemCategory)
Original property name from the Odata EDM: FixedItemCategory
This categorization allows you to process data that is relevant to the individual items in a BOM. The item category is used to control field selection, default values for BOM maintenance, triggering of specific system activities, and so on.Stock itemThis item category is used to manage material data that allows an item to be kept in stock.Document itemThis item category is used to manage document data that allows you to process original application data (for example, graphics created with a graphics program).Class item (for configurable BOMs)In configurable material BOMs, you can enter a class as a placeholder for selectable items. The class can contain either materials or documents.When you assign characteristic values while configuring the BOM, the system replaces the node with an object that has the same values as those assigned to the characteristic of the configuration. This makes BOMs with a larger number of variants easier to maintain, as you do not have to enter all items manually and assign a selection condition to them.Class items can be relevant to MRP.PM structure elementThis item is used to structure an equipment (PM assembly) for design purposes only.If you want to maintain a material for use as a PM structure element, use material type IBAU.
(for example, material master or document info record) or whether they are kept in stock.this
.public BOMItemCategory.BOMItemCategoryBuilder billOfMaterialItemCategoryDesc(@Nullable String billOfMaterialItemCategoryDesc)
Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc
Example:L - Stock itemR - Variable-size item
this
.public BOMItemCategory build()
Copyright © 2020 SAP SE. All rights reserved.