Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

cnsldtnProjectText

cnsldtnProjectText: string

Project Definition Name. Maximum length: 40.

nullable

language

language: string

Language. Maximum length: 2.

project

project: string

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

toCnsldtnProject

toCnsldtnProject: Project

One-to-one navigation property to the Project entity.

Static ALL_FIELDS

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

All fields selector.

Static CNSLDTN_PROJECT_TEXT

CNSLDTN_PROJECT_TEXT: StringField<ProjectText> = new StringField('CnsldtnProjectText', ProjectText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<ProjectText> = new StringField('Language', ProjectText, '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<ProjectText> = new StringField('Project', ProjectText, '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_PROJECT

TO_CNSLDTN_PROJECT: OneToOneLink<ProjectText, Project> = new OneToOneLink('to_CnsldtnProject', ProjectText, Project)

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

Static _allFields

_allFields: any[] = [ProjectText.LANGUAGE,ProjectText.PROJECT,ProjectText.CNSLDTN_PROJECT_TEXT,ProjectText.TO_CNSLDTN_PROJECT]

All fields of the ProjectText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ProjectText"

Technical entity name for ProjectText.

Static _keyFields

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

All key fields of the ProjectText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ProjectText.

Methods

Static builder

  • Returns an entity builder to construct instances ProjectText.

    Returns EntityBuilderType<ProjectText, ProjectTextType>

    A builder that constructs instances of entity type ProjectText.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProjectText>

    A builder that constructs instances of entity type ProjectText.

Static requestBuilder

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

    Returns ProjectTextRequestBuilder

    A ProjectText request builder.