Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

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

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.

toCnsldtnGlAccount

toCnsldtnGlAccount: GlAccount

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

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', GlAccountText)

All fields selector.

Static CHART_OF_ACCOUNTS

CHART_OF_ACCOUNTS: StringField<GlAccountText> = new StringField('ChartOfAccounts', GlAccountText, '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<GlAccountText> = new StringField('GLAccount', GlAccountText, '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<GlAccountText> = new StringField('GLAccountText', GlAccountText, '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 LANGUAGE

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

TO_CNSLDTN_GL_ACCOUNT: OneToOneLink<GlAccountText, GlAccount> = new OneToOneLink('to_CnsldtnGLAccount', GlAccountText, GlAccount)

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

Static _allFields

_allFields: any[] = [GlAccountText.LANGUAGE,GlAccountText.GL_ACCOUNT,GlAccountText.CHART_OF_ACCOUNTS,GlAccountText.GL_ACCOUNT_TEXT,GlAccountText.TO_CNSLDTN_GL_ACCOUNT]

All fields of the GlAccountText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "GLAccountText"

Technical entity name for GlAccountText.

Static _keyFields

_keyFields: Array<Selectable<GlAccountText>> = [GlAccountText.LANGUAGE, GlAccountText.GL_ACCOUNT, GlAccountText.CHART_OF_ACCOUNTS]

All key fields of the GlAccountText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for GlAccountText.

Methods

Static builder

  • Returns an entity builder to construct instances GlAccountText.

    Returns EntityBuilderType<GlAccountText, GlAccountTextType>

    A builder that constructs instances of entity type GlAccountText.

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity GlAccountText.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<GlAccountText>

    A builder that constructs instances of entity type GlAccountText.

Static requestBuilder

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

    Returns GlAccountTextRequestBuilder

    A GlAccountText request builder.