Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationUnit

consolidationUnit: string

Consolidation Unit. Enter aConsolidation Unit. Maximum length: 18.

consolidationUnitText

consolidationUnitText: string

Medium description. Medium description Describes an object with a maximum of 40 characters. Maximum length: 40.

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.

toCnsldtnUnit

toCnsldtnUnit: ConsolidationUnit

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

Static CONSOLIDATION_UNIT

CONSOLIDATION_UNIT: StringField<ConsolidationUnitText> = new StringField('ConsolidationUnit', ConsolidationUnitText, 'Edm.String')

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

Static CONSOLIDATION_UNIT_TEXT

CONSOLIDATION_UNIT_TEXT: StringField<ConsolidationUnitText> = new StringField('ConsolidationUnitText', ConsolidationUnitText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_UNIT: OneToOneLink<ConsolidationUnitText, ConsolidationUnit> = new OneToOneLink('to_CnsldtnUnit', ConsolidationUnitText, ConsolidationUnit)

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

Static _allFields

_allFields: any[] = [ConsolidationUnitText.CONSOLIDATION_UNIT,ConsolidationUnitText.LANGUAGE,ConsolidationUnitText.CONSOLIDATION_UNIT_TEXT,ConsolidationUnitText.TO_CNSLDTN_UNIT]

All fields of the ConsolidationUnitText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationUnitText"

Technical entity name for ConsolidationUnitText.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationUnitText>> = [ConsolidationUnitText.CONSOLIDATION_UNIT, ConsolidationUnitText.LANGUAGE]

All key fields of the ConsolidationUnitText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationUnitText.

Methods

Static builder

Static requestBuilder

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

    Returns ConsolidationUnitTextRequestBuilder

    A ConsolidationUnitText request builder.