public static class PlanCostRate.PlanCostRateBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PlanCostRate.PlanCostRateBuilder |
accountingCostRateUUID(UUID accountingCostRateUUID)
(Key Field) Constraints: Not nullable
|
PlanCostRate.PlanCostRateBuilder |
activityType(String activityType)
Constraints: Not nullable, Maximum length: 6
|
PlanCostRate |
build() |
PlanCostRate.PlanCostRateBuilder |
companyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
PlanCostRate.PlanCostRateBuilder |
costCenter(String costCenter)
Constraints: Not nullable, Maximum length: 10
|
PlanCostRate.PlanCostRateBuilder |
costCtrActivityTypeQtyUnit(String costCtrActivityTypeQtyUnit)
Constraints: Not nullable, Maximum length: 3
|
PlanCostRate.PlanCostRateBuilder |
costRateFixedAmount(BigDecimal costRateFixedAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
PlanCostRate.PlanCostRateBuilder |
costRateIsOverwriteMode(Boolean costRateIsOverwriteMode)
Constraints: none
|
PlanCostRate.PlanCostRateBuilder |
costRateScaleFactor(BigDecimal costRateScaleFactor)
Constraints: Not nullable, Precision: 5, Scale: 0
|
PlanCostRate.PlanCostRateBuilder |
costRateVarblAmount(BigDecimal costRateVarblAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
PlanCostRate.PlanCostRateBuilder |
currency(String currency)
Constraints: Not nullable, Maximum length: 5
|
String |
toString() |
PlanCostRate.PlanCostRateBuilder |
validityEndFiscalYearPeriod(String validityEndFiscalYearPeriod)
Constraints: Not nullable, Maximum length: 7
|
PlanCostRate.PlanCostRateBuilder |
validityStartFiscalYearPeriod(String validityStartFiscalYearPeriod)
Constraints: Not nullable, Maximum length: 7
|
public PlanCostRate.PlanCostRateBuilder accountingCostRateUUID(@Nullable UUID accountingCostRateUUID)
Original property name from the Odata EDM: AccountingCostRateUUID
this
.public PlanCostRate.PlanCostRateBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.public PlanCostRate.PlanCostRateBuilder costCenter(@Nullable String costCenter)
Original property name from the Odata EDM: CostCenter
this
.public PlanCostRate.PlanCostRateBuilder activityType(@Nullable String activityType)
Original property name from the Odata EDM: ActivityType
Activity types describe the activity produced by a cost center and are measured in units of time or quantity.In activity type planning, control data determines whether the activity price for evaluation of the activity type is manually set or is derived iteratively through activity price calculation.
this
.public PlanCostRate.PlanCostRateBuilder validityStartFiscalYearPeriod(@Nullable String validityStartFiscalYearPeriod)
Original property name from the Odata EDM: ValidityStartFiscalYearPeriod
this
.public PlanCostRate.PlanCostRateBuilder validityEndFiscalYearPeriod(@Nullable String validityEndFiscalYearPeriod)
Original property name from the Odata EDM: ValidityEndFiscalYearPeriod
this
.public PlanCostRate.PlanCostRateBuilder currency(@Nullable String currency)
Original property name from the Odata EDM: Currency
this
.public PlanCostRate.PlanCostRateBuilder costRateFixedAmount(@Nullable BigDecimal costRateFixedAmount)
Original property name from the Odata EDM: CostRateFixedAmount
this
.public PlanCostRate.PlanCostRateBuilder costRateVarblAmount(@Nullable BigDecimal costRateVarblAmount)
Original property name from the Odata EDM: CostRateVarblAmount
this
.public PlanCostRate.PlanCostRateBuilder costRateScaleFactor(@Nullable BigDecimal costRateScaleFactor)
Original property name from the Odata EDM: CostRateScaleFactor
this
.public PlanCostRate.PlanCostRateBuilder costCtrActivityTypeQtyUnit(@Nullable String costCtrActivityTypeQtyUnit)
Original property name from the Odata EDM: CostCtrActivityTypeQtyUnit
In the databases, the activity type is always managed with the activity unit that is defined in activity type master record.The activity unit can no longer be changed in the activity type master record when dependent data already exists.Later plan or actual postings can result in varying activity units if these are convertable to a specified unit.
quantity.this
.public PlanCostRate.PlanCostRateBuilder costRateIsOverwriteMode(@Nullable Boolean costRateIsOverwriteMode)
Original property name from the Odata EDM: CostRateIsOverwriteMode
this
.public PlanCostRate build()
Copyright © 2020 SAP SE. All rights reserved.