I_CUSTMGMTLIFECYCLEUSERSTSTEXT

CDS View

Life Cycle Status in Service - Text

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

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_InhRepairItemStatusText view from BASIC Status of In-House Repair 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
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMS4C_STAT_LC_T"
],
"ASSOCIATED":
[
"I_CUSTMGMTLIFECYCLEUSERSTATUS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/