Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

financialTransactionType

financialTransactionType: string

Transaction Type. Entry for a transaction type. Maximum length: 3.

financialTransactionTypeText

financialTransactionTypeText: string

Transaction type description. Maximum length: 20.

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.

toCnsldtnFinTransType

toCnsldtnFinTransType: FinancialTransactionType

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

Static ALL_FIELDS

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

All fields selector.

Static FINANCIAL_TRANSACTION_TYPE

FINANCIAL_TRANSACTION_TYPE: StringField<FinancialTransactionTypeText> = new StringField('FinancialTransactionType', FinancialTransactionTypeText, 'Edm.String')

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

Static FINANCIAL_TRANSACTION_TYPE_TEXT

FINANCIAL_TRANSACTION_TYPE_TEXT: StringField<FinancialTransactionTypeText> = new StringField('FinancialTransactionTypeText', FinancialTransactionTypeText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_FIN_TRANS_TYPE: OneToOneLink<FinancialTransactionTypeText, FinancialTransactionType> = new OneToOneLink('to_CnsldtnFinTransType', FinancialTransactionTypeText, FinancialTransactionType)

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

Static _allFields

_allFields: any[] = [FinancialTransactionTypeText.LANGUAGE,FinancialTransactionTypeText.FINANCIAL_TRANSACTION_TYPE,FinancialTransactionTypeText.FINANCIAL_TRANSACTION_TYPE_TEXT,FinancialTransactionTypeText.TO_CNSLDTN_FIN_TRANS_TYPE]

All fields of the FinancialTransactionTypeText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "FinancialTransactionTypeText"

Technical entity name for FinancialTransactionTypeText.

Static _keyFields

_keyFields: Array<Selectable<FinancialTransactionTypeText>> = [FinancialTransactionTypeText.LANGUAGE, FinancialTransactionTypeText.FINANCIAL_TRANSACTION_TYPE]

All key fields of the FinancialTransactionTypeText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for FinancialTransactionTypeText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<FinancialTransactionTypeText>

    A builder that constructs instances of entity type FinancialTransactionTypeText.

Static requestBuilder

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

    Returns FinancialTransactionTypeTextRequestBuilder

    A FinancialTransactionTypeText request builder.