I_FactoryCalendarSelection

DDL: I_FACTORYCALENDARSELECTION SQL: IEAMFACCALSEL Type: view BASIC

Factory Calendar Selection

I_FactoryCalendarSelection is a Basic CDS View (Dimension) that provides data about "Factory Calendar Selection" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FactoryCalendarSelection. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FactoryCalendarSelectionText _Text $projection.FactoryCalendarSelection = _Text.FactoryCalendarSelection

Annotations (10)

NameValueLevelField
ObjectModel.representativeKey FactoryCalendarSelection view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Factory Calendar Selection view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IEAMFACCALSEL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendarSelection
_Text _Text
@ObjectModel.representativeKey: 'FactoryCalendarSelection'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Factory Calendar Selection'
@Analytics.dataCategory:#DIMENSION

@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IEAMFACCALSEL'

define view I_FactoryCalendarSelection
  as select from dd07l
  association [0..*] to I_FactoryCalendarSelectionText as _Text on $projection.FactoryCalendarSelection = _Text.FactoryCalendarSelection
{
      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 2 ) as kalsn ) as FactoryCalendarSelection,

      _Text
}
where
      domname  = 'KALSN'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_FACTORYCALENDARSELECTIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/