Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ChartOfAccountsText" of service "API_CHARTOFACCOUNTS_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_CHARTOFACCOUNTS_SRV for more information.

Hierarchy

  • any
    • ChartOfAccountsText

Implements

Index

Properties

chartOfAccounts

chartOfAccounts: string

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

chartOfAccountsName

chartOfAccountsName: string

Chart of Accounts Description. You enter a descriptive name for the chart of accounts here. Maximum length: 50.

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.

toChartOfAccounts

toChartOfAccounts: ChartOfAccounts

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

Static CHART_OF_ACCOUNTS

CHART_OF_ACCOUNTS: StringField<ChartOfAccountsText> = new StringField('ChartOfAccounts', ChartOfAccountsText, '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 CHART_OF_ACCOUNTS_NAME

CHART_OF_ACCOUNTS_NAME: StringField<ChartOfAccountsText> = new StringField('ChartOfAccountsName', ChartOfAccountsText, 'Edm.String')

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

Static LANGUAGE

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

TO_CHART_OF_ACCOUNTS: OneToOneLink<ChartOfAccountsText, ChartOfAccounts> = new OneToOneLink('to_ChartOfAccounts', ChartOfAccountsText, ChartOfAccounts)

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

Static _allFields

_allFields: any[] = [ChartOfAccountsText.CHART_OF_ACCOUNTS,ChartOfAccountsText.LANGUAGE,ChartOfAccountsText.CHART_OF_ACCOUNTS_NAME,ChartOfAccountsText.TO_CHART_OF_ACCOUNTS]

All fields of the ChartOfAccountsText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ChartOfAccountsText"

Technical entity name for ChartOfAccountsText.

Static _keyFields

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

All key fields of the ChartOfAccountsText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CHARTOFACCOUNTS_SRV"

Technical service name for ChartOfAccountsText.

Methods

Static builder

Static requestBuilder

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

    Returns ChartOfAccountsTextRequestBuilder

    A ChartOfAccountsText request builder.