I_CUSTMGMTLIFECYCLEUSERSTSTEXT
Life Cycle Status in Service - Text
I_CUSTMGMTLIFECYCLEUSERSTSTEXT is a CDS View in S/4HANA. Life Cycle Status in Service - Text. It contains 1 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_InhRepairItemStatusText | view_entity | from | BASIC | Status of In-House Service Item - Text |
| I_InhRepairUserStatusText | view | from | BASIC | User Status of In-House Repair – Text |
| I_SrvcDocLifecycleStatusText | view | from | COMPOSITE | Srvc Transaction Life Cycle Status - Txt |
| I_SrvcQtanLifeCycleStatusText | view | from | COMPOSITE | Srvc Quotation Life Cycle Status - Txt |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Language | Language | 1 |
@EndUserText.label: 'Life Cycle Status in Service - Text'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'CustMgmtLifecycleUserStatus',
usageType: {serviceQuality: #B, sizeCategory: #S, dataClass: #CUSTOMIZING}
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ClientHandling: {
algorithm: #SESSION_VARIABLE
}
@AbapCatalog: {
sqlViewName: 'ICMLFCYCUSERSTST',
compiler.compareFilter: true,
preserveKey: true,
buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 2}
}
define view I_CustMgmtLifecycleUserStsText
as select from crms4c_stat_lc_t
association [0..1] to I_CustMgmtLifecycleUserStatus as _CustMgmtLifecycleUserStatus on $projection.CustMgmtLifecycleUserStatus = _CustMgmtLifecycleUserStatus.CustMgmtLifecycleUserStatus
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key language as Language,
@ObjectModel.foreignKey.association: '_CustMgmtLifecycleUserStatus'
key stat_lifecycle as CustMgmtLifecycleUserStatus,
@Semantics.text: true
description as CustMgmtLifecycleUserStsName,
_CustMgmtLifecycleUserStatus,
_Language
}