public static class ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder extends Object
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder changeRecordReferenceUUID(@Nullable UUID changeRecordReferenceUUID)
Original property name from the Odata EDM: ChangeRecordReferenceUUID
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder changeRecord(@Nullable String changeRecord)
Original property name from the Odata EDM: ChangeRecord
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder changeRecordUUID(@Nullable UUID changeRecordUUID)
Original property name from the Odata EDM: ChangeRecordUUID
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder changeRecordReferenceType(@Nullable String changeRecordReferenceType)
Original property name from the Odata EDM: ChangeRecordReferenceType
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder createdByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder creationDateTime(@Nullable ZonedDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times
need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine
the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal
structure of the UTC time stamp is subdivided into a date part and a time part in packed number format
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder lastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder lastChangeDateTime(@Nullable BigDecimal lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder 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.
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder billOfMaterialVariant(@Nullable String billOfMaterialVariant)
Original property name from the Odata EDM: BillOfMaterialVariant
One product or assembly can be described by a number of (alternative) BOMs that represent, for example, different manufacturing processes for different lot sizes. These alternative BOMs are grouped together as one multiple BOM.Alternatives are maintained separately for each BOM usage.
public ChangeRecordReferenceBOM.ChangeRecordReferenceBOMBuilder changeRecordItemRelevance(@Nullable String changeRecordItemRelevance)
Original property name from the Odata EDM: ChangeRecordItemRelevance
ChangeCreateReference
public ChangeRecordReferenceBOM build()
Copyright © 2019 SAP SE. All rights reserved.