Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

currency

currency: string

Currency Key. Key for the currency in which the amounts are managed in the system. Maximum length: 5.

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.

toCnsldtnTransactionCurrency

toCnsldtnTransactionCurrency: TransactionCurrency

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

transactionCurrencyText

transactionCurrencyText: string

Description. A text that describes the object to which it refers in greater detail. Maximum length: 40.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CURRENCY

CURRENCY: StringField<TransactionCurrencyText> = new StringField('Currency', TransactionCurrencyText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_TRANSACTION_CURRENCY: OneToOneLink<TransactionCurrencyText, TransactionCurrency> = new OneToOneLink('to_CnsldtnTransactionCurrency', TransactionCurrencyText, TransactionCurrency)

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

Static TRANSACTION_CURRENCY_TEXT

TRANSACTION_CURRENCY_TEXT: StringField<TransactionCurrencyText> = new StringField('TransactionCurrencyText', TransactionCurrencyText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [TransactionCurrencyText.LANGUAGE,TransactionCurrencyText.CURRENCY,TransactionCurrencyText.TRANSACTION_CURRENCY_TEXT,TransactionCurrencyText.TO_CNSLDTN_TRANSACTION_CURRENCY]

All fields of the TransactionCurrencyText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "TransactionCurrencyText"

Technical entity name for TransactionCurrencyText.

Static _keyFields

_keyFields: Array<Selectable<TransactionCurrencyText>> = [TransactionCurrencyText.LANGUAGE, TransactionCurrencyText.CURRENCY]

All key fields of the TransactionCurrencyText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for TransactionCurrencyText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<TransactionCurrencyText>

    A builder that constructs instances of entity type TransactionCurrencyText.

Static requestBuilder

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

    Returns TransactionCurrencyTextRequestBuilder

    A TransactionCurrencyText request builder.