Modifier and Type | Method and Description |
---|---|
PlanData.PlanDataBuilder |
billingControlCategory(String billingControlCategory)
Constraints: Not nullable, Maximum length: 8
|
PlanData.PlanDataBuilder |
billingControlCategoryID(String billingControlCategoryID)
Constraints: Not nullable, Maximum length: 8
|
PlanData |
build() |
PlanData.PlanDataBuilder |
confirmed(String confirmed)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
PlanData.PlanDataBuilder |
delvryServOrg(String delvryServOrg)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
PlanData.PlanDataBuilder |
delvryServOrgT(String delvryServOrgT)
Constraints: none
|
PlanData.PlanDataBuilder |
effort(BigDecimal effort)
Constraints: Not nullable, Precision: 15, Scale: 3
|
PlanData.PlanDataBuilder |
employee(String employee)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
PlanData.PlanDataBuilder |
employeeName(String employeeName)
Constraints: none
|
PlanData.PlanDataBuilder |
fcYear(String fcYear)
Constraints: Not nullable, Maximum length: 4
|
PlanData.PlanDataBuilder |
period(String period)
Constraints: Not nullable, Maximum length: 3
|
PlanData.PlanDataBuilder |
projectID(String projectID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
PlanData.PlanDataBuilder |
resourceId(String resourceId)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
PlanData.PlanDataBuilder |
resourceText(String resourceText)
Constraints: none
|
PlanData.PlanDataBuilder |
resType(String resType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
PlanData.PlanDataBuilder |
resTypeText(String resTypeText)
Constraints: none
|
PlanData.PlanDataBuilder |
staffData(StaffingData... value)
Navigation property ToStaffData for PlanData to multiple StaffingData.
|
String |
toString() |
PlanData.PlanDataBuilder |
uom(String uom)
Constraints: Not nullable, Maximum length: 3
|
PlanData.PlanDataBuilder |
version(String version)
(Key Field) Constraints: Not nullable, Maximum length: 28
|
PlanData.PlanDataBuilder |
workitemId(String workitemId)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
PlanData.PlanDataBuilder |
workitemName(String workitemName)
Constraints: none
|
PlanData.PlanDataBuilder |
workPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
PlanData.PlanDataBuilder |
wpname(String wpname)
Constraints: Not nullable, Maximum length: 60
|
@Nonnull public PlanData.PlanDataBuilder staffData(StaffingData... value)
value
- The StaffingDatas to build this PlanData with.public PlanData.PlanDataBuilder billingControlCategory(@Nullable String billingControlCategory)
Original property name from the Odata EDM: BillingControlCategory
SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains
this
.public PlanData.PlanDataBuilder billingControlCategoryID(@Nullable String billingControlCategoryID)
Original property name from the Odata EDM: BillingControlCategoryID
this
.public PlanData.PlanDataBuilder employeeName(@Nullable String employeeName)
Original property name from the Odata EDM: EmployeeName
this
.public PlanData.PlanDataBuilder wpname(@Nullable String wpname)
Original property name from the Odata EDM: Wpname
this
.public PlanData.PlanDataBuilder projectID(@Nullable String projectID)
Original property name from the Odata EDM: ProjectID
this
.public PlanData.PlanDataBuilder resType(@Nullable String resType)
Original property name from the Odata EDM: ResType
Resource types are used to categorize resources while carrying out financial planning activities.
this
.public PlanData.PlanDataBuilder workPackageID(@Nullable String workPackageID)
Original property name from the Odata EDM: WorkPackageID
this
.public PlanData.PlanDataBuilder resTypeText(@Nullable String resTypeText)
Original property name from the Odata EDM: ResTypeText
this
.public PlanData.PlanDataBuilder resourceId(@Nullable String resourceId)
Original property name from the Odata EDM: ResourceId
Resources correspond to individual entities in a project. You can assign multiple cost elements and activity types to each resource.
this
.public PlanData.PlanDataBuilder resourceText(@Nullable String resourceText)
Original property name from the Odata EDM: ResourceText
this
.public PlanData.PlanDataBuilder uom(@Nullable String uom)
Original property name from the Odata EDM: Uom
this
.public PlanData.PlanDataBuilder version(@Nullable String version)
Original property name from the Odata EDM: Version
different version types that categorize versions into quote, baseline, current, and forecast.this
.public PlanData.PlanDataBuilder period(@Nullable String period)
Original property name from the Odata EDM: Period
this
.public PlanData.PlanDataBuilder fcYear(@Nullable String fcYear)
Original property name from the Odata EDM: FcYear
fiscal year can be the same as the calendar year, but does not have to be.this
.public PlanData.PlanDataBuilder employee(@Nullable String employee)
Original property name from the Odata EDM: Employee
Use this field to apply an object ID to the new object(s) you create. To do so, either enter:An exclamation mark (!). The system automatically applies a unique number to the object(s).A unique 8-digit number. You do this if you are working with a single object AND your enterprise uses its own numbering scheme ("external" numbers).
organizational unit, qualification or business event).this
.public PlanData.PlanDataBuilder confirmed(@Nullable String confirmed)
Original property name from the Odata EDM: Confirmed
this
.public PlanData.PlanDataBuilder workitemId(@Nullable String workitemId)
Original property name from the Odata EDM: WorkitemId
this
.public PlanData.PlanDataBuilder workitemName(@Nullable String workitemName)
Original property name from the Odata EDM: WorkitemName
this
.public PlanData.PlanDataBuilder effort(@Nullable BigDecimal effort)
Original property name from the Odata EDM: Effort
this
.public PlanData.PlanDataBuilder delvryServOrg(@Nullable String delvryServOrg)
Original property name from the Odata EDM: DelvryServOrg
This field links master project data with the company code and plant.
this
.public PlanData.PlanDataBuilder delvryServOrgT(@Nullable String delvryServOrgT)
Original property name from the Odata EDM: DelvryServOrgT
this
.public PlanData build()
Copyright © 2020 SAP SE. All rights reserved.