I_SRVCLIFECYCLESYSTEMSTATUS
Life Cycle System Status
I_SRVCLIFECYCLESYSTEMSTATUS is a CDS View in S/4HANA. Life Cycle System Status. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_InhRepairStatus | view | union | COMPOSITE | In-House Repair Status |
| I_SrvcDocLifecycleStatus | view | union | COMPOSITE | Service Transaction Life Cycle Status |
@EndUserText.label: 'Life Cycle System Status'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
internalName: #LOCAL
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'SrvcLifeCycleSystemStatus',
usageType: {serviceQuality: #B, sizeCategory: #S, dataClass: #CUSTOMIZING}
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ClientHandling: {
algorithm: #SESSION_VARIABLE
}
@AbapCatalog: {
sqlViewName: 'ISRVLFCYCSYSSTA',
compiler.compareFilter: true,
preserveKey: true
}
define view I_SrvcLifeCycleSystemStatus
as select from dd07l
association [0..*] to I_SrvcLifeCycleSystemStatusT as _SrvcLifeCycleSystemStatusT on $projection.SrvcLifeCycleSystemStatus = _SrvcLifeCycleSystemStatusT.SrvcLifeCycleSystemStatus
{
@ObjectModel.text.association: '_SrvcLifeCycleSystemStatusT'
key cast(dd07l.domvalue_l as crms4_stat_lifecycle) as SrvcLifeCycleSystemStatus,
_SrvcLifeCycleSystemStatusT
}
where
domname = 'CRMS4_STAT_LIFECYCLE'
and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SRVCLIFECYCLESYSTEMSTATUST"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/