Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "WorkItemSet" 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
    • WorkItemSet

Implements

Index

Properties

projectId

projectId: string

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

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.

workitemname

workitemname: string

Work Item Name. Maximum length: 40.

nullable

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', WorkItemSet)

All fields selector.

Static PROJECT_ID

PROJECT_ID: StringField<WorkItemSet> = new StringField('ProjectID', WorkItemSet, '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 WORKITEM

WORKITEM: StringField<WorkItemSet> = new StringField('Workitem', WorkItemSet, '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 WORKITEMNAME

WORKITEMNAME: StringField<WorkItemSet> = new StringField('Workitemname', WorkItemSet, 'Edm.String')

Static representation of the workitemname 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<WorkItemSet> = new StringField('WorkPackageID', WorkItemSet, '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<WorkItemSet> = new StringField('WorkPackageName', WorkItemSet, '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[] = [WorkItemSet.PROJECT_ID,WorkItemSet.WORKITEM,WorkItemSet.WORK_PACKAGE_ID,WorkItemSet.WORK_PACKAGE_NAME,WorkItemSet.WORKITEMNAME]

All fields of the WorkItemSet 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 = "WorkItemSet"

Technical entity name for WorkItemSet.

Static _keyFields

_keyFields: Array<Selectable<WorkItemSet>> = [WorkItemSet.PROJECT_ID, WorkItemSet.WORKITEM, WorkItemSet.WORK_PACKAGE_ID, WorkItemSet.WORK_PACKAGE_NAME]

All key fields of the WorkItemSet entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV"

Technical service name for WorkItemSet.

Methods

Static builder

  • Returns an entity builder to construct instances WorkItemSet.

    Returns EntityBuilderType<WorkItemSet, WorkItemSetType>

    A builder that constructs instances of entity type WorkItemSet.

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity WorkItemSet.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<WorkItemSet>

    A builder that constructs instances of entity type WorkItemSet.

Static requestBuilder

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

    Returns WorkItemSetRequestBuilder

    A WorkItemSet request builder.