Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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

financialStatementItem

financialStatementItem: string

Financial Statement Item. Enter an FS Item. Maximum length: 10.

financialStatementItemText

financialStatementItemText: string

Medium Text for FS Items. A medium text of up to 50 characters for FS items. 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.

toCnsldtnFsItem

toCnsldtnFsItem: FinancialStatementItem

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

Static CONSOLIDATION_CHART_OF_ACCOUNTS

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

FINANCIAL_STATEMENT_ITEM: StringField<FinancialStatementItemText> = new StringField('FinancialStatementItem', FinancialStatementItemText, 'Edm.String')

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

Static FINANCIAL_STATEMENT_ITEM_TEXT

FINANCIAL_STATEMENT_ITEM_TEXT: StringField<FinancialStatementItemText> = new StringField('FinancialStatementItemText', FinancialStatementItemText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_FS_ITEM: OneToOneLink<FinancialStatementItemText, FinancialStatementItem> = new OneToOneLink('to_CnsldtnFSItem', FinancialStatementItemText, FinancialStatementItem)

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

Static _allFields

_allFields: any[] = [FinancialStatementItemText.CONSOLIDATION_CHART_OF_ACCOUNTS,FinancialStatementItemText.CONSOLIDATION_CHART_OF_ACCOUNTS_TEXT,FinancialStatementItemText.FINANCIAL_STATEMENT_ITEM,FinancialStatementItemText.LANGUAGE,FinancialStatementItemText.FINANCIAL_STATEMENT_ITEM_TEXT,FinancialStatementItemText.TO_CNSLDTN_FS_ITEM]

All fields of the FinancialStatementItemText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "FinancialStatementItemText"

Technical entity name for FinancialStatementItemText.

Static _keyFields

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

All key fields of the FinancialStatementItemText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for FinancialStatementItemText.

Methods

Static builder

Static requestBuilder

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

    Returns FinancialStatementItemTextRequestBuilder

    A FinancialStatementItemText request builder.