R_FinancialDataSourceTP

DDL: R_FINANCIALDATASOURCETP Type: view_entity TRANSACTIONAL Package: FIN_FS_ACCDIM_RAP

Financial Data Source - TP

R_FinancialDataSourceTP is a Transactional CDS View that provides data about "Financial Data Source - TP" in SAP S/4HANA. It reads from 1 data source (I_FinancialDataSource) and exposes 2 fields with key field FinancialDataSource. It has 1 association to related views. Part of development package FIN_FS_ACCDIM_RAP.

Data Sources (1)

SourceAliasJoin Type
I_FinancialDataSource DataSource from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_FinancialDataSourceTextTP _Text

Annotations (11)

NameValueLevelField
EndUserText.label Financial Data Source - 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
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name FinancialDataSource view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FinancialDataSource I_FinancialDataSource FinancialDataSource
_Text _Text
@EndUserText.label: 'Financial Data Source - 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
    }
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'FinancialDataSource'

define root view entity R_FinancialDataSourceTP
  as select from I_FinancialDataSource as DataSource

  composition [0..*] of R_FinancialDataSourceTextTP as _Text

{

      @Search.ranking: #HIGH
      @Search.defaultSearchElement: true
      @ObjectModel.text.association: '_Text'
  key DataSource.FinancialDataSource,

      /* Associations */
      _Text

}