I_CUSTMGMTLIFECYCLEUSERSTATUS
Life Cycle Status in Service
I_CUSTMGMTLIFECYCLEUSERSTATUS is a CDS View in S/4HANA. Life Cycle Status in Service. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SrvcDocLifecycleStatus | view | from | COMPOSITE | Service Transaction Life Cycle Status |
| I_SrvcQtanLifeCycleStatus | view | from | COMPOSITE | Service Quotation Life Cycle Status |
@EndUserText.label: 'Life Cycle Status in Service'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
internalName: #LOCAL
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'CustMgmtLifecycleUserStatus',
usageType: {serviceQuality: #B, sizeCategory: #S, dataClass: #CUSTOMIZING}
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ClientHandling: {
algorithm: #SESSION_VARIABLE
}
@AbapCatalog: {
sqlViewName: 'ICMLFCYCUSRSTS',
compiler.compareFilter: true,
preserveKey: true,
buffering: {status: #ACTIVE, type: #FULL}
}
define view I_CustMgmtLifecycleUserStatus
as select from crms4c_stat_lc
association [0..*] to I_CustMgmtLifecycleUserStsText as _CustMgmtLifecycleUserStsText on $projection.CustMgmtLifecycleUserStatus = _CustMgmtLifecycleUserStsText.CustMgmtLifecycleUserStatus
{
@ObjectModel.text.association: '_CustMgmtLifecycleUserStsText'
key stat_lifecycle as CustMgmtLifecycleUserStatus,
_CustMgmtLifecycleUserStsText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMS4C_STAT_LC"
],
"ASSOCIATED":
[
"I_CUSTMGMTLIFECYCLEUSERSTSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/