I_FinCndnPerdCalculationMethod

DDL: I_FINCNDNPERDCALCULATIONMETHOD Type: view_entity BASIC Package: FTTR_CORE

Calc Method for Period of Condition Item

I_FinCndnPerdCalculationMethod is a Basic CDS View that provides data about "Calc Method for Period of Condition Item" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FinCndnPeriodCalcMethod. It has 1 association to related views. Part of development package FTTR_CORE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinCndnPerdCalcMethodText _Text $projection.FinCndnPeriodCalcMethod = _Text.FinCndnPeriodCalcMethod

Annotations (11)

NameValueLevelField
Analytics.technicalName IFCPERDCALCMETHOD view
VDM.viewType #BASIC view
ObjectModel.representativeKey FinCndnPeriodCalcMethod 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
EndUserText.label Calc Method for Period of Condition Item view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FinCndnPeriodCalcMethod
_Text _Text
@Analytics.technicalName: 'IFCPERDCALCMETHOD'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM.viewType: #BASIC
@ObjectModel: {
  representativeKey: 'FinCndnPeriodCalcMethod',
  usageType: { dataClass: #MASTER,
               serviceQuality: #A,
               sizeCategory: #S
  },
  resultSet.sizeCategory:#XS
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Calc Method for Period of Condition Item'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true

define view entity I_FinCndnPerdCalculationMethod 
  as select from dd07l
  association [0..*] to I_FinCndnPerdCalcMethodText as _Text on $projection.FinCndnPeriodCalcMethod = _Text.FinCndnPeriodCalcMethod
{

      @ObjectModel.text.association: '_Text'
      @Search: {
          defaultSearchElement: true,
          ranking: #HIGH,
          fuzzinessThreshold: 0.9
      }
  key cast(dd07l.domvalue_l as tfmsfstper) as FinCndnPeriodCalcMethod,

      _Text

}
where
      dd07l.domname  = 'TFMSPERMETH'
  and dd07l.as4local = 'A'