I_SrvcLifeCycleSystemStatusT

DDL: I_SRVCLIFECYCLESYSTEMSTATUST Type: view BASIC

Life Cycle System Status - Text

I_SrvcLifeCycleSystemStatusT is a Basic CDS View that provides data about "Life Cycle System Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, SrvcLifeCycleSystemStatus. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_SrvcLifeCycleSystemStatus _SrvcLifeCycleSystemStatus $projection.SrvcLifeCycleSystemStatus = _SrvcLifeCycleSystemStatus.SrvcLifeCycleSystemStatus
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (17)

NameValueLevelField
EndUserText.label Life Cycle System Status - Text view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey SrvcLifeCycleSystemStatus view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISRVLFCYCSYSSTAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 1 view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY SrvcLifeCycleSystemStatus
SrvcLifeCycleSystemStatusName
_SrvcLifeCycleSystemStatus _SrvcLifeCycleSystemStatus
_Language _Language
@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'
 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SRVCLIFECYCLESYSTEMSTATUS"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/