I_RecurrencePatternEndType

DDL: I_RECURRENCEPATTERNENDTYPE SQL: IFIRECURPENDTYP Type: view BASIC Package: ODATA_RECUR_SUPPLIER_INVOICES

Recurrence Pattern End Type

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RecurrencePatternEndTypeText _Text $projection.RecurrenceEndType = _Text.RecurrenceEndType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIRECURPENDTYP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Recurrence Pattern End Type view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
ObjectModel.representativeKey RecurrenceEndType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
Analytics.internalName #LOCAL view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RecurrenceEndType
_Text _Text
@AbapCatalog.sqlViewName: 'IFIRECURPENDTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED  
@EndUserText.label: 'Recurrence Pattern End Type'
@Analytics.dataCategory:#DIMENSION 
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'RecurrenceEndType'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality:#A 
@Analytics.internalName:#LOCAL
//@ObjectModel.usageType.sizeCategory: #M

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

{
    
    @ObjectModel.text.association: '_Text'
    key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.numc( 1 ) ) as fac_rjet_recurr_end_by_type ) as RecurrenceEndType,
    _Text

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