public static class ProductPlantForecasting.ProductPlantForecastingBuilder extends Object
@Nonnull public ProductPlantForecasting.ProductPlantForecastingBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductPlantForecasting.ProductPlantForecastingBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public ProductPlantForecasting.ProductPlantForecastingBuilder consumptionRefUsageEndDate(@Nullable LocalDateTime consumptionRefUsageEndDate)
Original property name from the Odata EDM: ConsumptionRefUsageEndDate
If you have defined a reference material, you must enter a validity date. Up to the specified validity date, the system accesses the consumption data of the reference material, from this date, it accesses the material's own consumption data.
this
.@Nonnull public ProductPlantForecasting.ProductPlantForecastingBuilder consumptionQtyMultiplier(@Nullable BigDecimal consumptionQtyMultiplier)
Original property name from the Odata EDM: ConsumptionQtyMultiplier
If you want exactly 100 % of the consumption quantity of the reference material to be used for the forecast of this material, enter 1.If you want only 70 % of the consumption quantity of the reference material to be used for the forecast of this material, enter 0,7.
forecast.this
.@Nonnull public ProductPlantForecasting.ProductPlantForecastingBuilder consumptionReferenceProduct(@Nullable String consumptionReferenceProduct)
Original property name from the Odata EDM: ConsumptionReferenceProduct
This field exists for new materials which do not yet have their own consumption statistics that the system can use in the forecast. If you have defined a reference material, the system accesses the consumption data of this material up to the validity date that you specified for it.
this
.@Nonnull public ProductPlantForecasting.ProductPlantForecastingBuilder consumptionReferencePlant(@Nullable String consumptionReferencePlant)
Original property name from the Odata EDM: ConsumptionReferencePlant
This field is intended for new materials without any consumption statistics for the system to access in the forecast. If you have defined a reference material, the system accesses the consumption data that exists for it in this plant and continues to do so up to the validity date specified by you.If no plant has been specified for the reference material, the system takes the plant for the material itself as the reference work automatically.
this
.@Nonnull public ProductPlantForecasting build()
Copyright © 2021 SAP SE. All rights reserved.