Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "Ledger" of service "C_TRIALBALANCE_CDS". This service is part of the following communication scenarios: Finance - Accounting Analytics Integration (SAP_COM_0303). See https://api.sap.com/api/C_TRIALBALANCE_CDS for more information.

Hierarchy

  • any
    • Ledger

Implements

Index

Properties

ledger

ledger: string

Ledger.

ledgerText

ledgerText: string

Ledger. Maximum length: 60.

nullable

Static LEDGER

LEDGER: StringField<Ledger> = new StringField('Ledger', Ledger, '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_TEXT

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

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

Static _allFields

_allFields: any[] = [Ledger.LEDGER,Ledger.LEDGER_TEXT]

All fields of the Ledger entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "Ledger"

Technical entity name for Ledger.

Static _keyFields

_keyFields: Array<Selectable<Ledger>> = [Ledger.LEDGER]

All key fields of the Ledger entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "C_TRIALBALANCE_CDS"

Technical service name for Ledger.

Methods

Static builder

  • Returns an entity builder to construct instances Ledger.

    Returns EntityBuilderType<Ledger, LedgerType>

    A builder that constructs instances of entity type Ledger.

Static requestBuilder

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

    Returns LedgerRequestBuilder

    A Ledger request builder.