public static class ProductPlantSales.ProductPlantSalesBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductPlantSales |
build() |
ProductPlantSales.ProductPlantSalesBuilder |
loadingGroup(String loadingGroup)
Constraints: Not nullable, Maximum length: 4
|
ProductPlantSales.ProductPlantSalesBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProductPlantSales.ProductPlantSalesBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
public ProductPlantSales.ProductPlantSalesBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
public ProductPlantSales.ProductPlantSalesBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
public ProductPlantSales.ProductPlantSalesBuilder loadingGroup(@Nullable String loadingGroup)
Original property name from the Odata EDM: LoadingGroup
The system uses the loading group, as well as the shipping conditions and the delivering plant, to automatically determine the item's shipping point.Different loading groups could consist, for example, of materials that require the same:Equipment during loading (for example, a fork-lift truck)Amount of time for loadingLoading point (for example, loading bay #6)
public ProductPlantSales build()
Copyright © 2019 SAP SE. All rights reserved.