I_FinCndnCalcBaseReference

DDL: I_FINCNDNCALCBASEREFERENCE Type: view_entity BASIC Package: FTR_SECURITIES_CORE

Condition Calculation Base Reference

I_FinCndnCalcBaseReference is a Basic CDS View that provides data about "Condition Calculation Base Reference" in SAP S/4HANA. It reads from 1 data source (tzfb) and exposes 3 fields with key fields FinCndnCalcBaseReference, TreasuryContractType. It has 1 association to related views. Part of development package FTR_SECURITIES_CORE.

Data Sources (1)

SourceAliasJoin Type
tzfb _FinCndnCalcBaseReference from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinCndnCalcBaseReferenceText _Text $projection.FinCndnCalcBaseReference = _Text.FinCndnCalcBaseReference and $projection.TreasuryContractType = _Text.TreasuryContractType

Annotations (9)

NameValueLevelField
EndUserText.label Condition Calculation Base Reference view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FinCndnCalcBaseReference tzfb sbasis
KEY TreasuryContractType tzfb rantyp
_Text _Text
@EndUserText.label: 'Condition Calculation Base Reference'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM.viewType: #BASIC
@ObjectModel: {
  usageType: { dataClass: #MASTER,
               serviceQuality: #A,
               sizeCategory: #S
  },
  resultSet.sizeCategory:#XS
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true

define view entity I_FinCndnCalcBaseReference
  as select from tzfb as _FinCndnCalcBaseReference

  association [0..*] to I_FinCndnCalcBaseReferenceText as _Text on $projection.FinCndnCalcBaseReference = _Text.FinCndnCalcBaseReference
                                                                and $projection.TreasuryContractType    = _Text.TreasuryContractType
{
      @ObjectModel.text.association: '_Text'
      @Search: {
          defaultSearchElement: true,
          ranking: #HIGH,
          fuzzinessThreshold: 0.9
      } 
  key _FinCndnCalcBaseReference.sbasis                as FinCndnCalcBaseReference,
      @UI.hidden: true
  key _FinCndnCalcBaseReference.rantyp                as TreasuryContractType,

      _Text
}