I_MblUsrApplPushStatusText

DDL: I_MBLUSRAPPLPUSHSTATUSTEXT Type: view_entity BASIC

Mobile Application Push Status - Text

I_MblUsrApplPushStatusText is a Basic CDS View that provides data about "Mobile Application Push Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Language, MobileUserApplicationPushSts. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (8)

NameValueLevelField
EndUserText.label Mobile Application Push Status - Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey MobileUserApplicationPushSts view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY MobileUserApplicationPushSts
MblUsrApplPushStatusName ddtext
_Language _Language
@EndUserText.label: 'Mobile Application Push Status - Text'
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'MobileUserApplicationPushSts',
  usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #MASTER
  }
}
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view entity I_MblUsrApplPushStatusText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key ddlanguage                                                        as Language,

      @ObjectModel.text.element:['MblUsrApplPushStatusName']
  key cast( domvalue_l as /syclo/core_push_status_dte preserving type ) as MobileUserApplicationPushSts,

      @Semantics.text: true
      ddtext                                                            as MblUsrApplPushStatusName,

      _Language
}
where
  domname = '/SYCLO/CORE_PUSH_STATUS'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/