I_SRVCLIFECYCLESYSTEMSTATUST

CDS View

Life Cycle System Status - Text

I_SRVCLIFECYCLESYSTEMSTATUST is a CDS View in S/4HANA. Life Cycle System Status - Text. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_InhRepairStatusText view union COMPOSITE In-House Service Status - Text
I_SrvcDocLifecycleStatusText view union COMPOSITE Srvc Transaction Life Cycle Status - Txt
N_InhRepairStatusText view_entity from In-House Repair Status - Text
@EndUserText.label: 'Life Cycle System Status - Text'
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
    authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
    dataCategory: #TEXT,
    representativeKey: 'SrvcLifeCycleSystemStatus',
    usageType: {serviceQuality: #B, sizeCategory: #S, dataClass: #CUSTOMIZING}
}
@Metadata: {
    ignorePropagatedAnnotations: true
}
@ClientHandling: {
    algorithm: #SESSION_VARIABLE
}
@AbapCatalog: {
    sqlViewName: 'ISRVLFCYCSYSSTAT',
    compiler.compareFilter: true,
    preserveKey: true,
    buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 1}
}

define view I_SrvcLifeCycleSystemStatusT
  as select from dd07t
  association [0..1] to I_SrvcLifeCycleSystemStatus as _SrvcLifeCycleSystemStatus on $projection.SrvcLifeCycleSystemStatus = _SrvcLifeCycleSystemStatus.SrvcLifeCycleSystemStatus
  association [0..1] to I_Language                  as _Language                  on $projection.Language                  = _Language.Language
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage    as Language,
      @ObjectModel.foreignKey.association: '_SrvcLifeCycleSystemStatus'
  key cast(dd07t.domvalue_l as crms4_stat_lifecycle)                          as SrvcLifeCycleSystemStatus,
      @Semantics.text: true
      cast(dd07t.ddtext as crms4_stat_lifecycle_desc  preserving type)         as SrvcLifeCycleSystemStatusName,

      _SrvcLifeCycleSystemStatus,
      _Language
}
where
      domname  = 'CRMS4_STAT_LIFECYCLE'
  and as4local   =  'A'