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
|
ServiceCostRate.ServiceCostRateBuilder |
timeSheetOvertimeCategory(String timeSheetOvertimeCategory)
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
this
.public ServiceCostRate.ServiceCostRateBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.public ServiceCostRate.ServiceCostRateBuilder receivingCompanyCode(@Nullable String receivingCompanyCode)
Original property name from the Odata EDM: ReceivingCompanyCode
this
.public ServiceCostRate.ServiceCostRateBuilder isIntercompanyRate(@Nullable Boolean isIntercompanyRate)
Original property name from the Odata EDM: IsIntercompanyRate
this
.public ServiceCostRate.ServiceCostRateBuilder costCenter(@Nullable String costCenter)
Original property name from the Odata EDM: CostCenter
this
.public ServiceCostRate.ServiceCostRateBuilder timeSheetOvertimeCategory(@Nullable String timeSheetOvertimeCategory)
Original property name from the Odata EDM: TimeSheetOvertimeCategory
It is used in the Manage My Timesheet app to efficiently create time entries.
the classification of the overtime hours.this
.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.
this
.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.
this
.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.this
.public ServiceCostRate.ServiceCostRateBuilder workItem(@Nullable String workItem)
Original property name from the Odata EDM: WorkItem
this
.public ServiceCostRate.ServiceCostRateBuilder wBSElementExternalID(@Nullable String wBSElementExternalID)
Original property name from the Odata EDM: WBSElementExternalID
this
.public ServiceCostRate.ServiceCostRateBuilder validityStartFiscalYearPeriod(@Nullable String validityStartFiscalYearPeriod)
Original property name from the Odata EDM: ValidityStartFiscalYearPeriod
this
.public ServiceCostRate.ServiceCostRateBuilder validityEndFiscalYearPeriod(@Nullable String validityEndFiscalYearPeriod)
Original property name from the Odata EDM: ValidityEndFiscalYearPeriod
this
.public ServiceCostRate.ServiceCostRateBuilder currency(@Nullable String currency)
Original property name from the Odata EDM: Currency
this
.public ServiceCostRate.ServiceCostRateBuilder costRateVarblAmount(@Nullable BigDecimal costRateVarblAmount)
Original property name from the Odata EDM: CostRateVarblAmount
this
.public ServiceCostRate.ServiceCostRateBuilder costRateScaleFactor(@Nullable BigDecimal costRateScaleFactor)
Original property name from the Odata EDM: CostRateScaleFactor
this
.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.this
.public ServiceCostRate.ServiceCostRateBuilder costRateIsOverwriteMode(@Nullable Boolean costRateIsOverwriteMode)
Original property name from the Odata EDM: CostRateIsOverwriteMode
this
.public ServiceCostRate build()
Copyright © 2020 SAP SE. All rights reserved.