Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

language

language: string

Language. Maximum length: 2.

project

project: string

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

toCnsldtnWbsElement

toCnsldtnWbsElement: WbsElement[]

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

wbsElement

wbsElement: string

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

wbsElementText

wbsElementText: string

WBS Element Name. Maximum length: 40.

nullable

Static LANGUAGE

LANGUAGE: StringField<WbsElementText> = new StringField('Language', WbsElementText, 'Edm.String')

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

Static PROJECT

PROJECT: StringField<WbsElementText> = new StringField('Project', WbsElementText, '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

TO_CNSLDTN_WBS_ELEMENT: Link<WbsElementText, WbsElement> = new Link('to_CnsldtnWBSElement', WbsElementText, WbsElement)

Static representation of the one-to-many navigation property toCnsldtnWbsElement 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<WbsElementText> = new StringField('WBSElement', WbsElementText, '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_TEXT

WBS_ELEMENT_TEXT: StringField<WbsElementText> = new StringField('WBSElementText', WbsElementText, '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[] = [WbsElementText.LANGUAGE,WbsElementText.WBS_ELEMENT,WbsElementText.PROJECT,WbsElementText.WBS_ELEMENT_TEXT,WbsElementText.TO_CNSLDTN_WBS_ELEMENT]

All fields of the WbsElementText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "WBSElementText"

Technical entity name for WbsElementText.

Static _keyFields

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

All key fields of the WbsElementText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for WbsElementText.

Methods

Static builder

  • Returns an entity builder to construct instances WbsElementText.

    Returns EntityBuilderType<WbsElementText, WbsElementTextType>

    A builder that constructs instances of entity type WbsElementText.

Static requestBuilder

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

    Returns WbsElementTextRequestBuilder

    A WbsElementText request builder.