Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

glAccount

glAccount: string

G/L Account.

glAccountText

glAccountText: string

G/L Account. Maximum length: 60.

nullable

Static GL_ACCOUNT

GL_ACCOUNT: StringField<GlAccount> = new StringField('GLAccount', GlAccount, 'Edm.String')

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

Static GL_ACCOUNT_TEXT

GL_ACCOUNT_TEXT: StringField<GlAccount> = new StringField('GLAccountText', GlAccount, 'Edm.String')

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

Static _allFields

_allFields: any[] = [GlAccount.GL_ACCOUNT,GlAccount.GL_ACCOUNT_TEXT]

All fields of the GlAccount entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "GLAccount"

Technical entity name for GlAccount.

Static _keyFields

_keyFields: Array<Selectable<GlAccount>> = [GlAccount.GL_ACCOUNT]

All key fields of the GlAccount entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "C_TRIALBALANCE_CDS"

Technical service name for GlAccount.

Methods

Static builder

  • Returns an entity builder to construct instances GlAccount.

    Returns EntityBuilderType<GlAccount, GlAccountType>

    A builder that constructs instances of entity type GlAccount.

Static requestBuilder

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

    Returns GlAccountRequestBuilder

    A GlAccount request builder.