public static class ProductPlantStorage.ProductPlantStorageBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductPlantStorage |
build() |
ProductPlantStorage.ProductPlantStorageBuilder |
inventoryForCycleCountInd(String inventoryForCycleCountInd)
Constraints: Not nullable, Maximum length: 1
|
ProductPlantStorage.ProductPlantStorageBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProductPlantStorage.ProductPlantStorageBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
public ProductPlantStorage.ProductPlantStorageBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
public ProductPlantStorage.ProductPlantStorageBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
public ProductPlantStorage.ProductPlantStorageBuilder inventoryForCycleCountInd(@Nullable String inventoryForCycleCountInd)
Original property name from the Odata EDM: InventoryForCycleCountInd
The indicator also defines at which time intervals a physical inventory is to be carried out for the material.UsageThis indicator groups the materials together into various cycle counting categories. Usually, these categories correspond to the ABC analysis of the materials.
public ProductPlantStorage build()
Copyright © 2019 SAP SE. All rights reserved.