Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationLedger

consolidationLedger: string

Ledger. The unique identification of a special ledger. Maximum length: 2.

consolidationLedgerText

consolidationLedgerText: string

Ledger Name. 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.

toCnsldtnLedger

toCnsldtnLedger: ConsolidationLedger

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

Static CONSOLIDATION_LEDGER

CONSOLIDATION_LEDGER: StringField<ConsolidationLedgerText> = new StringField('ConsolidationLedger', ConsolidationLedgerText, 'Edm.String')

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

Static CONSOLIDATION_LEDGER_TEXT

CONSOLIDATION_LEDGER_TEXT: StringField<ConsolidationLedgerText> = new StringField('ConsolidationLedgerText', ConsolidationLedgerText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_LEDGER: OneToOneLink<ConsolidationLedgerText, ConsolidationLedger> = new OneToOneLink('to_CnsldtnLedger', ConsolidationLedgerText, ConsolidationLedger)

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

Static _allFields

_allFields: any[] = [ConsolidationLedgerText.CONSOLIDATION_LEDGER,ConsolidationLedgerText.LANGUAGE,ConsolidationLedgerText.CONSOLIDATION_LEDGER_TEXT,ConsolidationLedgerText.TO_CNSLDTN_LEDGER]

All fields of the ConsolidationLedgerText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationLedgerText"

Technical entity name for ConsolidationLedgerText.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationLedgerText>> = [ConsolidationLedgerText.CONSOLIDATION_LEDGER, ConsolidationLedgerText.LANGUAGE]

All key fields of the ConsolidationLedgerText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationLedgerText.

Methods

Static builder

Static requestBuilder

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

    Returns ConsolidationLedgerTextRequestBuilder

    A ConsolidationLedgerText request builder.