Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

projectText

projectText: string

Project Definition Name. Maximum length: 40.

nullable

toCnsldtnProjectHier

toCnsldtnProjectHier: ProjectHier[]

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

toCnsldtnProjectT

toCnsldtnProjectT: ProjectText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

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

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

PROJECT_TEXT: StringField<Project> = new StringField('Project_Text', Project, 'Edm.String')

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

Static TO_CNSLDTN_PROJECT_HIER

TO_CNSLDTN_PROJECT_HIER: Link<Project, ProjectHier> = new Link('to_CnsldtnProjectHier', Project, ProjectHier)

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

Static TO_CNSLDTN_PROJECT_T

TO_CNSLDTN_PROJECT_T: Link<Project, ProjectText> = new Link('to_CnsldtnProjectT', Project, ProjectText)

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

Static _allFields

_allFields: any[] = [Project.PROJECT,Project.PROJECT_TEXT,Project.ADDITIONAL_MASTER_DATA_SOURCE,Project.TO_CNSLDTN_PROJECT_HIER,Project.TO_CNSLDTN_PROJECT_T]

All fields of the Project entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "Project"

Technical entity name for Project.

Static _keyFields

_keyFields: Array<Selectable<Project>> = [Project.PROJECT]

All key fields of the Project entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for Project.

Methods

Static builder

  • Returns an entity builder to construct instances Project.

    Returns EntityBuilderType<Project, ProjectType>

    A builder that constructs instances of entity type Project.

Static requestBuilder

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

    Returns ProjectRequestBuilder

    A Project request builder.