I_SRVCLIFECYCLESYSTEMSTATUST

CDS View

Life Cycle System Status - Text

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

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_BusSolnQtanStatusVH view_entity from CONSUMPTION Business Solution Quotation Status
I_InhRepairItemStatusText view union_all COMPOSITE Status of In-House Repair Item - Text
I_InhRepairStatusText view union COMPOSITE In-House Repair Status - Text
I_SrvcDocLifecycleStatusText view union COMPOSITE Srvc Transaction Life Cycle Status - Txt
N_InhRepairStatusText view 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}
}
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]

@Search.searchable: true

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'
      @Search.defaultSearchElement: true
  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'