I_RecurrenceType

DDL: I_RECURRENCETYPE SQL: IFIRECURNCETYPE Type: view BASIC Package: FINS_FIS_FICO

Recurrence Type

I_RecurrenceType is a Basic CDS View (Dimension) that provides data about "Recurrence Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field RecurrenceType. It has 1 association to related views. Part of development package FINS_FIS_FICO.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RecurrenceTypeText _Text $projection.RecurrenceType = _Text.RecurrenceType

Annotations (11)

NameValueLevelField
EndUserText.label Recurrence Type view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IFIRECURNCETYPE view
ObjectModel.representativeKey RecurrenceType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.sizeCategory #S view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY RecurrenceType
DomainValue dd07l domvalue_l
_Text _Text
@EndUserText.label: 'Recurrence Type'
@Analytics.dataCategory:#DIMENSION 
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED  
@AbapCatalog.sqlViewName: 'IFIRECURNCETYPE'
@ObjectModel.representativeKey: 'RecurrenceType'
@ClientHandling.algorithm: #SESSION_VARIABLE
  
@ObjectModel.usageType.serviceQuality: #A
//@ObjectModel.usageType.sizeCategory: #M

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.sizeCategory: #S 
  
define view I_RecurrenceType as select from dd07l 
association [0..*] to I_RecurrenceTypeText as _Text on $projection.RecurrenceType = _Text.RecurrenceType

{
    
    @ObjectModel.text.association: '_Text'
    key cast ( dd07l.domvalue_l as fac_rjet_recurrence_type  ) as RecurrenceType,
    @Analytics.hidden: true
    @Consumption.hidden: true
    dd07l.domvalue_l as DomainValue,    
    _Text

} where domname = 'FAC_RJET_RECURRENCE_TYPE' and as4local = 'A'