Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "DemandSet" of service "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV". This service is part of the following communication scenarios: Commercial Project Integration (SAP_COM_0054). See https://api.sap.com/api/SC_PROJ_ENGMT_CREATE_UPD_SRV for more information.

Hierarchy

  • any
    • DemandSet

Implements

Index

Properties

billingControlCategory

billingControlCategory: string

Billing Control Category. Maximum length: 8.

nullable

delvryServOrg

delvryServOrg: string

Service Organization. This field links master project data with the company code and plant. This field links master project data with the company code and plant. Maximum length: 5.

effort

effort: BigNumber

Total Quantity. Total quantity per period.

nullable

expenseCost

expenseCost: BigNumber

Amount.

nullable

expenseRevenue

expenseRevenue: BigNumber

Amount.

nullable

projectId

projectId: string

Commercial Project ID. Identifies a master project. Maximum length: 40.

resType

resType: string

Resource Type ID. Used to uniquely identify the resource type. Resource types are used to categorize resources while carrying out financial planning activities. Maximum length: 4.

resourceId

resourceId: string

Resource ID. Used to uniquely identify a resource. Resources correspond to individual entities in a project. You can assign multiple cost elements and activity types to each resource. Maximum length: 40.

skills

skills: string

Skills (Comma Separated).

nullable

uom

uom: string

Unit of Measure. Unit, in which the corresponding quantity is measured. Maximum length: 3.

nullable

workPackageId

workPackageId: string

Plan Item. Maximum length: 50.

workPackageName

workPackageName: string

Plan Item Description. Maximum length: 60.

workitem

workitem: string

Work Item ID. Maximum length: 10.

Static BILLING_CONTROL_CATEGORY

BILLING_CONTROL_CATEGORY: StringField<DemandSet> = new StringField('BillingControlCategory', DemandSet, 'Edm.String')

Static representation of the billingControlCategory property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static DELVRY_SERV_ORG

DELVRY_SERV_ORG: StringField<DemandSet> = new StringField('DelvryServOrg', DemandSet, 'Edm.String')

Static representation of the delvryServOrg property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static EFFORT

EFFORT: BigNumberField<DemandSet> = new BigNumberField('Effort', DemandSet, 'Edm.Decimal')

Static representation of the effort property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static EXPENSE_COST

EXPENSE_COST: BigNumberField<DemandSet> = new BigNumberField('ExpenseCost', DemandSet, 'Edm.Decimal')

Static representation of the expenseCost property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static EXPENSE_REVENUE

EXPENSE_REVENUE: BigNumberField<DemandSet> = new BigNumberField('ExpenseRevenue', DemandSet, 'Edm.Decimal')

Static representation of the expenseRevenue property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PROJECT_ID

PROJECT_ID: StringField<DemandSet> = new StringField('ProjectID', DemandSet, 'Edm.String')

Static representation of the projectId property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RESOURCE_ID

RESOURCE_ID: StringField<DemandSet> = new StringField('ResourceId', DemandSet, 'Edm.String')

Static representation of the resourceId property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RES_TYPE

RES_TYPE: StringField<DemandSet> = new StringField('ResType', DemandSet, 'Edm.String')

Static representation of the resType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SKILLS

SKILLS: StringField<DemandSet> = new StringField('Skills', DemandSet, 'Edm.String')

Static representation of the skills property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static UOM

UOM: StringField<DemandSet> = new StringField('Uom', DemandSet, 'Edm.String')

Static representation of the uom property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static WORKITEM

WORKITEM: StringField<DemandSet> = new StringField('Workitem', DemandSet, 'Edm.String')

Static representation of the workitem property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static WORK_PACKAGE_ID

WORK_PACKAGE_ID: StringField<DemandSet> = new StringField('WorkPackageID', DemandSet, 'Edm.String')

Static representation of the workPackageId property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static WORK_PACKAGE_NAME

WORK_PACKAGE_NAME: StringField<DemandSet> = new StringField('WorkPackageName', DemandSet, 'Edm.String')

Static representation of the workPackageName property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [DemandSet.BILLING_CONTROL_CATEGORY,DemandSet.PROJECT_ID,DemandSet.UOM,DemandSet.SKILLS,DemandSet.WORK_PACKAGE_ID,DemandSet.EXPENSE_COST,DemandSet.WORK_PACKAGE_NAME,DemandSet.EXPENSE_REVENUE,DemandSet.RES_TYPE,DemandSet.RESOURCE_ID,DemandSet.WORKITEM,DemandSet.EFFORT,DemandSet.DELVRY_SERV_ORG]

All fields of the DemandSet entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/cpd/SC_PROJ_ENGMT_CREATE_UPD_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "DemandSet"

Technical entity name for DemandSet.

Static _keyFields

_keyFields: Array<Selectable<DemandSet>> = [DemandSet.PROJECT_ID, DemandSet.WORK_PACKAGE_ID, DemandSet.WORK_PACKAGE_NAME, DemandSet.RES_TYPE, DemandSet.RESOURCE_ID, DemandSet.WORKITEM, DemandSet.DELVRY_SERV_ORG]

All key fields of the DemandSet entity.

Static _keys

_keys: any = DemandSet._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property DemandSet.

Static _serviceName

_serviceName: string = "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV"

Technical service name for DemandSet.

Methods

Static builder

  • Returns an entity builder to construct instances DemandSet.

    Returns EntityBuilderType<DemandSet, DemandSetType>

    A builder that constructs instances of entity type DemandSet.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the DemandSet entity type.

    Returns DemandSetRequestBuilder

    A DemandSet request builder.