I_CHGRECDLIFECYCLESTATUSTXT

CDS View

Change Record LifeCycle Status - Text

I_CHGRECDLIFECYCLESTATUSTXT is a CDS View in S/4HANA. Change Record LifeCycle Status - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ChgRecordLifeCycleStatusText view_entity from BASIC Change Record LifeCycle Status Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Change Record LifeCycle Status - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE,
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #SQL_DATA_SOURCE ]
@ObjectModel.representativeKey: 'ChangeRecordLifecycleStatus'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
//@Search.searchable: true

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
define view entity I_ChgRecdLifecycleStatusTxt
  as select from dd07t as Domain
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key   cast( domvalue_l as /iam/issue_lcycle_stat_cd ) as ChangeRecordLifecycleStatus,
        @Semantics.language: true
        @ObjectModel.foreignKey.association: '_Language'
  key   ddlanguage                                      as Language,
        @Consumption.hidden: true
        domvalue_l                                      as DomainValue,
//        @Search.defaultSearchElement: true

//        @Search.fuzzinessThreshold: 0.8

//        @Search.ranking: #LOW

        @Semantics.text: true
        ddtext                                          as ChangeRecordLifecycleStatusTxt,
        _Language
}
where
      Domain.as4local = 'A'
  and Domain.domname  = '/IAM/ISSUE_LCYCLE_STAT_CD'