public static final class DemandAdjustments.DemandAdjustmentsBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DemandAdjustments.DemandAdjustmentsBuilder |
adjustedAverageDailyUsage(BigDecimal adjustedAverageDailyUsage)
Constraints: Not nullable, Precision: 13, Scale: 3
|
DemandAdjustments.DemandAdjustmentsBuilder |
averageDailyUsage(BigDecimal averageDailyUsage)
Constraints: Not nullable, Precision: 13, Scale: 3
|
DemandAdjustments.DemandAdjustmentsBuilder |
avgDailyUsageUnit(String avgDailyUsageUnit)
Constraints: Not nullable, Maximum length: 3
|
DemandAdjustments |
build() |
DemandAdjustments.DemandAdjustmentsBuilder |
demandAdjustmentFactor(BigDecimal demandAdjustmentFactor)
Constraints: Not nullable, Precision: 4, Scale: 2
|
DemandAdjustments.DemandAdjustmentsBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
DemandAdjustments.DemandAdjustmentsBuilder |
mRPArea(String mRPArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
DemandAdjustments.DemandAdjustmentsBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalDmndAdjmtFctrEndDate(LocalDateTime proposalDmndAdjmtFctrEndDate)
Constraints: Not nullable, Precision: 0
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalDmndAdjmtFctrStartDate(LocalDateTime proposalDmndAdjmtFctrStartDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalHdr(ProposalHeader value)
Navigation property to_ProposalHdr for DemandAdjustments to single ProposalHeader.
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalStartDate(LocalDateTime proposalStartDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalVersion(String proposalVersion)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
toString() |
@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder proposalHdr(ProposalHeader value)
value
- The ProposalHeader to build this DemandAdjustments with.public DemandAdjustments.DemandAdjustmentsBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.public DemandAdjustments.DemandAdjustmentsBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.public DemandAdjustments.DemandAdjustmentsBuilder mRPArea(@Nullable String mRPArea)
Original property name from the Odata EDM: MRPArea
this
.public DemandAdjustments.DemandAdjustmentsBuilder proposalStartDate(@Nullable LocalDateTime proposalStartDate)
Original property name from the Odata EDM: ProposalStartDate
this
.public DemandAdjustments.DemandAdjustmentsBuilder proposalVersion(@Nullable String proposalVersion)
Original property name from the Odata EDM: ProposalVersion
this
.public DemandAdjustments.DemandAdjustmentsBuilder proposalDmndAdjmtFctrStartDate(@Nullable LocalDateTime proposalDmndAdjmtFctrStartDate)
Original property name from the Odata EDM: ProposalDmndAdjmtFctrStartDate
this
.public DemandAdjustments.DemandAdjustmentsBuilder proposalDmndAdjmtFctrEndDate(@Nullable LocalDateTime proposalDmndAdjmtFctrEndDate)
Original property name from the Odata EDM: ProposalDmndAdjmtFctrEndDate
this
.public DemandAdjustments.DemandAdjustmentsBuilder demandAdjustmentFactor(@Nullable BigDecimal demandAdjustmentFactor)
Original property name from the Odata EDM: DemandAdjustmentFactor
this
.public DemandAdjustments.DemandAdjustmentsBuilder averageDailyUsage(@Nullable BigDecimal averageDailyUsage)
Original property name from the Odata EDM: AverageDailyUsage
selected averaging interval.this
.public DemandAdjustments.DemandAdjustmentsBuilder adjustedAverageDailyUsage(@Nullable BigDecimal adjustedAverageDailyUsage)
Original property name from the Odata EDM: AdjustedAverageDailyUsage
selected averaging interval.this
.public DemandAdjustments.DemandAdjustmentsBuilder avgDailyUsageUnit(@Nullable String avgDailyUsageUnit)
Original property name from the Odata EDM: AvgDailyUsageUnit
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
.public DemandAdjustments build()
Copyright © 2020 SAP SE. All rights reserved.