R_FinancialDataSourceTextTP

DDL: R_FINANCIALDATASOURCETEXTTP Type: view_entity TRANSACTIONAL Package: FIN_FS_ACCDIM_RAP

Financial Data Source - Text TP

R_FinancialDataSourceTextTP is a Transactional CDS View that provides data about "Financial Data Source - Text TP" in SAP S/4HANA. It reads from 1 data source (I_FinancialDataSourceT) and exposes 5 fields with key fields Language, FinancialDataSource. Part of development package FIN_FS_ACCDIM_RAP.

Data Sources (1)

SourceAliasJoin Type
I_FinancialDataSourceT DataSourceT from

Annotations (11)

NameValueLevelField
EndUserText.label Financial Data Source - Text TP view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.representativeKey FinancialDataSource view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #TEXT view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language I_FinancialDataSourceT Language
KEY FinancialDataSource I_FinancialDataSourceT FinancialDataSource
FinancialDataSourceName I_FinancialDataSourceT FinancialDataSourceName
LanguageName LanguageName
_FinancialDataSource _FinancialDataSource
@EndUserText.label: 'Financial Data Source - Text TP'
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL
}
@AccessControl: {
  authorizationCheck:    #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
    representativeKey: 'FinancialDataSource',
    supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
    semanticKey: ['FinancialDataSource'],
    usageType: {
        dataClass:      #MASTER,
        serviceQuality: #A,
        sizeCategory:   #M
    },
    dataCategory: #TEXT
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true

define view entity R_FinancialDataSourceTextTP
  as select from I_FinancialDataSourceT as DataSourceT

  association to parent R_FinancialDataSourceTP as _FinancialDataSource on $projection.FinancialDataSource = _FinancialDataSource.FinancialDataSource

{

      @Semantics.language: true
      @ObjectModel.text.element: ['LanguageName']
  key DataSourceT.Language,
      @ObjectModel.text.element: ['FinancialDataSourceName']
  key DataSourceT.FinancialDataSource,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      DataSourceT.FinancialDataSourceName,
      LanguageName,

      /* Associations */
      _FinancialDataSource

}