I_CHGRECORDLIFECYCLESTATUS

CDS View

Change Record LifeCycle Status

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ChangeRecordLifeCycleStatus view_entity from BASIC Change Record LifeCycle Status
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Change Record LifeCycle Status'
@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'
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.dataCategory:#VALUE_HELP
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
define view entity I_ChgRecordLifecycleStatus
  as select from dd07l as Domain
{
       @Search.defaultSearchElement: true
       @Search.fuzzinessThreshold: 0.8
       @Search.ranking: #HIGH
  key  cast( domvalue_l as /iam/issue_lcycle_stat_cd ) as ChangeRecordLifecycleStatus,
       @Consumption.hidden: true
       domvalue_l                                      as DomainValue
}
where
      Domain.domname  = '/IAM/ISSUE_LCYCLE_STAT_CD'
  and Domain.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/