I_EnrcmtRuleLifeCycleStatus

DDL: I_ENRCMTRULELIFECYCLESTATUS Type: view_entity BASIC Package: ODATA_AR_ENRICHMENT_RULES

Enrichment Rule Lifecycle Status

I_EnrcmtRuleLifeCycleStatus is a Basic CDS View that provides data about "Enrichment Rule Lifecycle Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field EnrichmentRuleLifeCycleStatus. It has 1 association to related views. Part of development package ODATA_AR_ENRICHMENT_RULES.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EnrcmtRuleLifeCycleStatusTxt _Text $projection.EnrichmentRuleLifeCycleStatus = _Text.EnrichmentRuleLifeCycleStatus

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Enrichment Rule Lifecycle Status view
VDM.viewType #BASIC view
ObjectModel.representativeKey EnrichmentRuleLifeCycleStatus view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EnrichmentRuleLifeCycleStatus
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Enrichment Rule Lifecycle Status'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'EnrichmentRuleLifeCycleStatus'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@ObjectModel.resultSet.sizeCategory: #XS

define view entity I_EnrcmtRuleLifeCycleStatus
  as select from dd07l
  association [0..*] to I_EnrcmtRuleLifeCycleStatusTxt as _Text on $projection.EnrichmentRuleLifeCycleStatus = _Text.EnrichmentRuleLifeCycleStatus
{
  @ObjectModel.text.association: '_Text'
  key cast(domvalue_l as far_enrrl_lifecycle_sts) as EnrichmentRuleLifeCycleStatus,
  
  _Text
}
where
      dd07l.domname    =  'FAR_ENRRL_LIFECYCLE_STS'
  and dd07l.as4local   =  'A'
  and dd07l.domvalue_l <> '';