Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationChartOfAccounts

consolidationChartOfAccounts: string

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

consolidationChartOfAccountsText

consolidationChartOfAccountsText: string

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

nullable

toCnsldtnChartOfAccountsT

toCnsldtnChartOfAccountsT: ConsolidationChtAcctsText[]

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

Static ALL_FIELDS

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

All fields selector.

Static CONSOLIDATION_CHART_OF_ACCOUNTS

CONSOLIDATION_CHART_OF_ACCOUNTS: StringField<ConsolidationChartOfAccounts> = new StringField('ConsolidationChartOfAccounts', ConsolidationChartOfAccounts, '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_ACCOUNTS_TEXT

CONSOLIDATION_CHART_OF_ACCOUNTS_TEXT: StringField<ConsolidationChartOfAccounts> = new StringField('ConsolidationChartOfAccounts_Text', ConsolidationChartOfAccounts, 'Edm.String')

Static representation of the consolidationChartOfAccountsText 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_T

TO_CNSLDTN_CHART_OF_ACCOUNTS_T: Link<ConsolidationChartOfAccounts, ConsolidationChtAcctsText> = new Link('to_CnsldtnChartOfAccountsT', ConsolidationChartOfAccounts, ConsolidationChtAcctsText)

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

Static _allFields

_allFields: any[] = [ConsolidationChartOfAccounts.CONSOLIDATION_CHART_OF_ACCOUNTS,ConsolidationChartOfAccounts.CONSOLIDATION_CHART_OF_ACCOUNTS_TEXT,ConsolidationChartOfAccounts.TO_CNSLDTN_CHART_OF_ACCOUNTS_T]

All fields of the ConsolidationChartOfAccounts entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationChartOfAccounts"

Technical entity name for ConsolidationChartOfAccounts.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationChartOfAccounts>> = [ConsolidationChartOfAccounts.CONSOLIDATION_CHART_OF_ACCOUNTS]

All key fields of the ConsolidationChartOfAccounts entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationChartOfAccounts.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ConsolidationChartOfAccounts>

    A builder that constructs instances of entity type ConsolidationChartOfAccounts.

Static requestBuilder

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

    Returns ConsolidationChartOfAccountsRequestBuilder

    A ConsolidationChartOfAccounts request builder.