Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationChartOfAccounts

consolidationChartOfAccounts: string

Consolidation Chart of Accounts. Enter a Consolidation Chart of Accounts. Maximum length: 2.

consolidationChartOfAcctsText

consolidationChartOfAcctsText: string

Description. Enter a description of up to 30 characters in length. Maximum length: 30.

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.

toCnsldtnChartOfAccounts

toCnsldtnChartOfAccounts: ConsolidationChartOfAccounts

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

Static CONSOLIDATION_CHART_OF_ACCOUNTS

CONSOLIDATION_CHART_OF_ACCOUNTS: StringField<ConsolidationChtAcctsText> = new StringField('ConsolidationChartOfAccounts', ConsolidationChtAcctsText, 'Edm.String')

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

Static CONSOLIDATION_CHART_OF_ACCTS_TEXT

CONSOLIDATION_CHART_OF_ACCTS_TEXT: StringField<ConsolidationChtAcctsText> = new StringField('ConsolidationChartOfAcctsText', ConsolidationChtAcctsText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_CHART_OF_ACCOUNTS: OneToOneLink<ConsolidationChtAcctsText, ConsolidationChartOfAccounts> = new OneToOneLink('to_CnsldtnChartOfAccounts', ConsolidationChtAcctsText, ConsolidationChartOfAccounts)

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

Static _allFields

_allFields: any[] = [ConsolidationChtAcctsText.CONSOLIDATION_CHART_OF_ACCOUNTS,ConsolidationChtAcctsText.LANGUAGE,ConsolidationChtAcctsText.CONSOLIDATION_CHART_OF_ACCTS_TEXT,ConsolidationChtAcctsText.TO_CNSLDTN_CHART_OF_ACCOUNTS]

All fields of the ConsolidationChtAcctsText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationChtAcctsText"

Technical entity name for ConsolidationChtAcctsText.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationChtAcctsText>> = [ConsolidationChtAcctsText.CONSOLIDATION_CHART_OF_ACCOUNTS, ConsolidationChtAcctsText.LANGUAGE]

All key fields of the ConsolidationChtAcctsText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationChtAcctsText.

Methods

Static builder

Static requestBuilder

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

    Returns ConsolidationChtAcctsTextRequestBuilder

    A ConsolidationChtAcctsText request builder.