Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • WorkItemSet

Implements

Index

Properties

workitem

workitem: string

Work Item ID. Maximum length: 10.

workitemisinactive

workitemisinactive: string

Data Element for Work Item is Inactive. Maximum length: 1.

nullable

workitemname

workitemname: string

Work Item Name. Maximum length: 40.

nullable

workpackageId

workpackageId: string

Plan Item. Maximum length: 50.

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 WORKITEMISINACTIVE

WORKITEMISINACTIVE: StringField<WorkItemSet> = new StringField('Workitemisinactive', WorkItemSet, 'Edm.String')

Static representation of the workitemisinactive 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 WORKPACKAGE_ID

WORKPACKAGE_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 _allFields

_allFields: any[] = [WorkItemSet.WORKITEM,WorkItemSet.WORKPACKAGE_ID,WorkItemSet.WORKITEMNAME,WorkItemSet.WORKITEMISINACTIVE]

All fields of the WorkItemSet entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/cpd/SC_EXTERNAL_SERVICES_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.WORKITEM, WorkItemSet.WORKPACKAGE_ID]

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_EXTERNAL_SERVICES_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 requestBuilder

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

    Returns WorkItemSetRequestBuilder

    A WorkItemSet request builder.