Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_LedgerText" of service "API_LEDGER_SRV". This service is part of the following communication scenarios: SAP Business Objects Cloud for Planning Integration (SAP_COM_0087). See https://api.sap.com/api/API_LEDGER_SRV for more information.

Hierarchy

  • any
    • LedgerText

Implements

Index

Properties

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.

ledger

ledger: string

Ledger in General Ledger Accounting. Identifies a ledger in General Ledger Accounting. Maximum length: 2.

ledgerName

ledgerName: string

Ledger Name. Maximum length: 30.

nullable

toLedger

toLedger: Ledger

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

Static LANGUAGE

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

LEDGER: StringField<LedgerText> = new StringField('Ledger', LedgerText, 'Edm.String')

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

Static LEDGER_NAME

LEDGER_NAME: StringField<LedgerText> = new StringField('LedgerName', LedgerText, 'Edm.String')

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

Static TO_LEDGER

TO_LEDGER: OneToOneLink<LedgerText, Ledger> = new OneToOneLink('to_Ledger', LedgerText, Ledger)

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

Static _allFields

_allFields: any[] = [LedgerText.LEDGER,LedgerText.LANGUAGE,LedgerText.LEDGER_NAME,LedgerText.TO_LEDGER]

All fields of the LedgerText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_LedgerText"

Technical entity name for LedgerText.

Static _keyFields

_keyFields: Array<Selectable<LedgerText>> = [LedgerText.LEDGER, LedgerText.LANGUAGE]

All key fields of the LedgerText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_LEDGER_SRV"

Technical service name for LedgerText.

Methods

Static builder

  • Returns an entity builder to construct instances LedgerText.

    Returns EntityBuilderType<LedgerText, LedgerTextType>

    A builder that constructs instances of entity type LedgerText.

Static requestBuilder

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

    Returns LedgerTextRequestBuilder

    A LedgerText request builder.