Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationVersion

consolidationVersion: string

Consolidation Version. Enter a Consolidation Version. Maximum length: 3.

consolidationVersionText

consolidationVersionText: string

Description. Enter a description of up to 30 characters in length. Maximum length: 30.

nullable

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

toCnsldtnVersion

toCnsldtnVersion: ConsolidationVersion

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

Static ALL_FIELDS

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

All fields selector.

Static CONSOLIDATION_VERSION

CONSOLIDATION_VERSION: StringField<ConsolidationVersionText> = new StringField('ConsolidationVersion', ConsolidationVersionText, 'Edm.String')

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

Static CONSOLIDATION_VERSION_TEXT

CONSOLIDATION_VERSION_TEXT: StringField<ConsolidationVersionText> = new StringField('ConsolidationVersionText', ConsolidationVersionText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<ConsolidationVersionText> = new StringField('Language', ConsolidationVersionText, '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 TO_CNSLDTN_VERSION

TO_CNSLDTN_VERSION: OneToOneLink<ConsolidationVersionText, ConsolidationVersion> = new OneToOneLink('to_CnsldtnVersion', ConsolidationVersionText, ConsolidationVersion)

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

Static _allFields

_allFields: any[] = [ConsolidationVersionText.CONSOLIDATION_VERSION,ConsolidationVersionText.LANGUAGE,ConsolidationVersionText.CONSOLIDATION_VERSION_TEXT,ConsolidationVersionText.TO_CNSLDTN_VERSION]

All fields of the ConsolidationVersionText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationVersionText"

Technical entity name for ConsolidationVersionText.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationVersionText>> = [ConsolidationVersionText.CONSOLIDATION_VERSION, ConsolidationVersionText.LANGUAGE]

All key fields of the ConsolidationVersionText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationVersionText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ConsolidationVersionText>

    A builder that constructs instances of entity type ConsolidationVersionText.

Static requestBuilder

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

    Returns ConsolidationVersionTextRequestBuilder

    A ConsolidationVersionText request builder.