Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "WBSElement" of service "API_GRMASTERDATA_SRV". This service is part of the following communication scenarios: Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336). See https://api.sap.com/api/API_GRMASTERDATA_SRV for more information.

Hierarchy

  • any
    • WbsElement

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

project

project: string

Project Definition. Key identifying a project definition. Maximum length: 24.

toCnsldtnWbsElementT

toCnsldtnWbsElementT: WbsElementText[]

One-to-many navigation property to the WbsElementText entity.

wbsElement

wbsElement: string

Work Breakdown Structure Element (WBS Element). Key identifying a WBS element. Maximum length: 24.

wbsElementInternalId

wbsElementInternalId: string

WBS Element. Key that identifies a WBS element. Maximum length: 24.

nullable

wbsElementText

wbsElementText: string

WBS Element Name. Maximum length: 40.

nullable

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<WbsElement> = new StringField('AdditionalMasterDataSource', WbsElement, 'Edm.String')

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

Static ALL_FIELDS

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

All fields selector.

Static PROJECT

PROJECT: StringField<WbsElement> = new StringField('Project', WbsElement, 'Edm.String')

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

Static TO_CNSLDTN_WBS_ELEMENT_T

TO_CNSLDTN_WBS_ELEMENT_T: Link<WbsElement, WbsElementText> = new Link('to_CnsldtnWBSElementT', WbsElement, WbsElementText)

Static representation of the one-to-many navigation property toCnsldtnWbsElementT for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static WBS_ELEMENT

WBS_ELEMENT: StringField<WbsElement> = new StringField('WBSElement', WbsElement, 'Edm.String')

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

Static WBS_ELEMENT_INTERNAL_ID

WBS_ELEMENT_INTERNAL_ID: StringField<WbsElement> = new StringField('WBSElementInternalID', WbsElement, 'Edm.String')

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

Static WBS_ELEMENT_TEXT

WBS_ELEMENT_TEXT: StringField<WbsElement> = new StringField('WBSElement_Text', WbsElement, 'Edm.String')

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

Static _allFields

_allFields: any[] = [WbsElement.WBS_ELEMENT,WbsElement.WBS_ELEMENT_TEXT,WbsElement.PROJECT,WbsElement.ADDITIONAL_MASTER_DATA_SOURCE,WbsElement.WBS_ELEMENT_INTERNAL_ID,WbsElement.TO_CNSLDTN_WBS_ELEMENT_T]

All fields of the WbsElement entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_GRMASTERDATA_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "WBSElement"

Technical entity name for WbsElement.

Static _keyFields

_keyFields: Array<Selectable<WbsElement>> = [WbsElement.WBS_ELEMENT, WbsElement.PROJECT]

All key fields of the WbsElement entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for WbsElement.

Methods

Static builder

  • Returns an entity builder to construct instances WbsElement.

    Returns EntityBuilderType<WbsElement, WbsElementType>

    A builder that constructs instances of entity type WbsElement.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<WbsElement>

    A builder that constructs instances of entity type WbsElement.

Static requestBuilder

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

    Returns WbsElementRequestBuilder

    A WbsElement request builder.