public static final class MaterialStock.MaterialStockBuilder extends Object
Modifier and Type | Method and Description |
---|---|
MaterialStock |
build() |
MaterialStock.MaterialStockBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
MaterialStock.MaterialStockBuilder |
materialBaseUnit(String materialBaseUnit)
Constraints: Not nullable, Maximum length: 3
|
MaterialStock.MaterialStockBuilder |
matlStkInAcctMod(MatlStkInAcctMod... value)
Navigation property to_MatlStkInAcctMod for MaterialStock to multiple MatlStkInAcctMod.
|
String |
toString() |
@Nonnull public MaterialStock.MaterialStockBuilder matlStkInAcctMod(MatlStkInAcctMod... value)
value
- The MatlStkInAcctMods to build this MaterialStock with.@Nonnull public MaterialStock.MaterialStockBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public MaterialStock.MaterialStockBuilder materialBaseUnit(@Nullable String materialBaseUnit)
Original property name from the Odata EDM: MaterialBaseUnit
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
enter in other units of measure (alternative units of measure) to the base unit of measure.this
.@Nonnull public MaterialStock build()
Copyright © 2021 SAP SE. All rights reserved.