public static class ServiceCostRate.ServiceCostRateBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ServiceCostRate.ServiceCostRateBuilder |
accountingCostRateUUID(UUID accountingCostRateUUID)
(Key Field) Constraints: Not nullable
|
ServiceCostRate.ServiceCostRateBuilder |
activityType(String activityType)
Constraints: Not nullable, Maximum length: 6
|
ServiceCostRate |
build() |
ServiceCostRate.ServiceCostRateBuilder |
companyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
ServiceCostRate.ServiceCostRateBuilder |
costCenter(String costCenter)
Constraints: Not nullable, Maximum length: 10
|
ServiceCostRate.ServiceCostRateBuilder |
costCtrActivityTypeQtyUnit(String costCtrActivityTypeQtyUnit)
Constraints: Not nullable, Maximum length: 3
|
ServiceCostRate.ServiceCostRateBuilder |
costRateIsOverwriteMode(Boolean costRateIsOverwriteMode)
Constraints: none
|
ServiceCostRate.ServiceCostRateBuilder |
costRateScaleFactor(BigDecimal costRateScaleFactor)
Constraints: Not nullable, Precision: 5, Scale: 0
|
ServiceCostRate.ServiceCostRateBuilder |
costRateVarblAmount(BigDecimal costRateVarblAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
ServiceCostRate.ServiceCostRateBuilder |
currency(String currency)
Constraints: Not nullable, Maximum length: 5
|
ServiceCostRate.ServiceCostRateBuilder |
isIntercompanyRate(Boolean isIntercompanyRate)
Constraints: none
|
ServiceCostRate.ServiceCostRateBuilder |
personnelNumber(String personnelNumber)
Constraints: Not nullable, Maximum length: 8
|
ServiceCostRate.ServiceCostRateBuilder |
receivingCompanyCode(String receivingCompanyCode)
Constraints: Not nullable, Maximum length: 4
|
ServiceCostRate.ServiceCostRateBuilder |
serviceCostLevel(String serviceCostLevel)
Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
ServiceCostRate.ServiceCostRateBuilder |
validityEndFiscalYearPeriod(String validityEndFiscalYearPeriod)
Constraints: Not nullable, Maximum length: 7
|
ServiceCostRate.ServiceCostRateBuilder |
validityStartFiscalYearPeriod(String validityStartFiscalYearPeriod)
Constraints: Not nullable, Maximum length: 7
|
ServiceCostRate.ServiceCostRateBuilder |
wBSElementExternalID(String wBSElementExternalID)
Constraints: Not nullable, Maximum length: 24
|
ServiceCostRate.ServiceCostRateBuilder |
workItem(String workItem)
Constraints: Not nullable, Maximum length: 10
|
public ServiceCostRate.ServiceCostRateBuilder accountingCostRateUUID(@Nullable UUID accountingCostRateUUID)
Original property name from the Odata EDM: AccountingCostRateUUID
public ServiceCostRate.ServiceCostRateBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
public ServiceCostRate.ServiceCostRateBuilder receivingCompanyCode(@Nullable String receivingCompanyCode)
Original property name from the Odata EDM: ReceivingCompanyCode
public ServiceCostRate.ServiceCostRateBuilder isIntercompanyRate(@Nullable Boolean isIntercompanyRate)
Original property name from the Odata EDM: IsIntercompanyRate
public ServiceCostRate.ServiceCostRateBuilder costCenter(@Nullable String costCenter)
Original property name from the Odata EDM: CostCenter
public ServiceCostRate.ServiceCostRateBuilder 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.
public ServiceCostRate.ServiceCostRateBuilder serviceCostLevel(@Nullable String serviceCostLevel)
Original property name from the Odata EDM: ServiceCostLevel
A senior consultant has a higher service cost level than a junior consultant.
public ServiceCostRate.ServiceCostRateBuilder personnelNumber(@Nullable String personnelNumber)
Original property name from the Odata EDM: PersonnelNumber
enter a personnel number before you can display and maintain an employee's master data and time data.public ServiceCostRate.ServiceCostRateBuilder workItem(@Nullable String workItem)
Original property name from the Odata EDM: WorkItem
public ServiceCostRate.ServiceCostRateBuilder wBSElementExternalID(@Nullable String wBSElementExternalID)
Original property name from the Odata EDM: WBSElementExternalID
public ServiceCostRate.ServiceCostRateBuilder validityStartFiscalYearPeriod(@Nullable String validityStartFiscalYearPeriod)
Original property name from the Odata EDM: ValidityStartFiscalYearPeriod
public ServiceCostRate.ServiceCostRateBuilder validityEndFiscalYearPeriod(@Nullable String validityEndFiscalYearPeriod)
Original property name from the Odata EDM: ValidityEndFiscalYearPeriod
public ServiceCostRate.ServiceCostRateBuilder currency(@Nullable String currency)
Original property name from the Odata EDM: Currency
public ServiceCostRate.ServiceCostRateBuilder costRateVarblAmount(@Nullable BigDecimal costRateVarblAmount)
Original property name from the Odata EDM: CostRateVarblAmount
public ServiceCostRate.ServiceCostRateBuilder costRateScaleFactor(@Nullable BigDecimal costRateScaleFactor)
Original property name from the Odata EDM: CostRateScaleFactor
public ServiceCostRate.ServiceCostRateBuilder 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.public ServiceCostRate.ServiceCostRateBuilder costRateIsOverwriteMode(@Nullable Boolean costRateIsOverwriteMode)
Original property name from the Odata EDM: CostRateIsOverwriteMode
public ServiceCostRate build()
Copyright © 2019 SAP SE. All rights reserved.