Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

financialTransactionType

financialTransactionType: string

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

financialTransactionTypeText

financialTransactionTypeText: string

Transaction type description. Maximum length: 20.

nullable

toCnsldtnFinTransTypeHier

toCnsldtnFinTransTypeHier: FinancialTransactionTypeHier[]

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

toCnsldtnFinTransTypeT

toCnsldtnFinTransTypeT: FinancialTransactionTypeText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<FinancialTransactionType> = new StringField('AdditionalMasterDataSource', FinancialTransactionType, 'Edm.String')

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

Static FINANCIAL_TRANSACTION_TYPE

FINANCIAL_TRANSACTION_TYPE: StringField<FinancialTransactionType> = new StringField('FinancialTransactionType', FinancialTransactionType, '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<FinancialTransactionType> = new StringField('FinancialTransactionType_Text', FinancialTransactionType, '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 TO_CNSLDTN_FIN_TRANS_TYPE_HIER

TO_CNSLDTN_FIN_TRANS_TYPE_HIER: Link<FinancialTransactionType, FinancialTransactionTypeHier> = new Link('to_CnsldtnFinTransTypeHier', FinancialTransactionType, FinancialTransactionTypeHier)

Static representation of the one-to-many navigation property toCnsldtnFinTransTypeHier 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_T

TO_CNSLDTN_FIN_TRANS_TYPE_T: Link<FinancialTransactionType, FinancialTransactionTypeText> = new Link('to_CnsldtnFinTransTypeT', FinancialTransactionType, FinancialTransactionTypeText)

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

Static _allFields

_allFields: any[] = [FinancialTransactionType.FINANCIAL_TRANSACTION_TYPE,FinancialTransactionType.FINANCIAL_TRANSACTION_TYPE_TEXT,FinancialTransactionType.ADDITIONAL_MASTER_DATA_SOURCE,FinancialTransactionType.TO_CNSLDTN_FIN_TRANS_TYPE_HIER,FinancialTransactionType.TO_CNSLDTN_FIN_TRANS_TYPE_T]

All fields of the FinancialTransactionType entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "FinancialTransactionType"

Technical entity name for FinancialTransactionType.

Static _keyFields

_keyFields: Array<Selectable<FinancialTransactionType>> = [FinancialTransactionType.FINANCIAL_TRANSACTION_TYPE]

All key fields of the FinancialTransactionType entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for FinancialTransactionType.

Methods

Static builder

Static requestBuilder

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

    Returns FinancialTransactionTypeRequestBuilder

    A FinancialTransactionType request builder.