Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

chartOfAccounts

chartOfAccounts: string

Chart of Accounts. Key that uniquely identifies a chart of accounts. Maximum length: 4.

glAccount

glAccount: string

G/L Account Number. The G/L account number identifies the G/L account in a chart of accounts. Maximum length: 10.

glAccountText

glAccountText: string

G/L account short text. The G/L account short text is used for online displays and evaluations which do not have sufficient space for the long text. Maximum length: 20.

nullable

toCnsldtnGlAccountHier

toCnsldtnGlAccountHier: GlAccountHier[]

One-to-many navigation property to the GlAccountHier entity.

toCnsldtnGlAccountT

toCnsldtnGlAccountT: GlAccountText[]

One-to-many navigation property to the GlAccountText entity.

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<GlAccount> = new StringField('AdditionalMasterDataSource', GlAccount, 'Edm.String')

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

Static CHART_OF_ACCOUNTS

CHART_OF_ACCOUNTS: StringField<GlAccount> = new StringField('ChartOfAccounts', GlAccount, 'Edm.String')

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

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('GLAccount_Text', 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 TO_CNSLDTN_GL_ACCOUNT_HIER

TO_CNSLDTN_GL_ACCOUNT_HIER: Link<GlAccount, GlAccountHier> = new Link('to_CnsldtnGLAccountHier', GlAccount, GlAccountHier)

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

Static TO_CNSLDTN_GL_ACCOUNT_T

TO_CNSLDTN_GL_ACCOUNT_T: Link<GlAccount, GlAccountText> = new Link('to_CnsldtnGLAccountT', GlAccount, GlAccountText)

Static representation of the one-to-many navigation property toCnsldtnGlAccountT 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,GlAccount.CHART_OF_ACCOUNTS,GlAccount.ADDITIONAL_MASTER_DATA_SOURCE,GlAccount.TO_CNSLDTN_GL_ACCOUNT_HIER,GlAccount.TO_CNSLDTN_GL_ACCOUNT_T]

All fields of the GlAccount entity.

Static _defaultServicePath

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

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, GlAccount.CHART_OF_ACCOUNTS]

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 = "API_GRMASTERDATA_SRV"

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.