I_TimeStream

DDL: I_TIMESTREAM SQL: ITIMESTREAM Type: view BASIC

Value help for Time Stream

I_TimeStream is a Basic CDS View that provides data about "Value help for Time Stream" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CalendarTimeFrame. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TimeStreamText _Text $projection.CalendarTimeFrame = _Text.CalendarTimeFrame

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ITIMESTREAM view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey CalendarTimeFrame view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Value help for Time Stream view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CalendarTimeFrame domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'ITIMESTREAM'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CalendarTimeFrame'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Value help for Time Stream'
define view I_TimeStream
  as select from dd07l
  association [0..*] to I_TimeStreamText as _Text on $projection.CalendarTimeFrame = _Text.CalendarTimeFrame
{

      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key domvalue_l as CalendarTimeFrame,
       _Text
}
where
  domname = 'TSTRTYPE'