C_MaintMblApplPushRecipientTP

DDL: C_MAINTMBLAPPLPUSHRECIPIENTTP Type: view_entity CONSUMPTION Package: RAP_MAO_MAIF_ADMIN

Mobile Application Push Recipient

C_MaintMblApplPushRecipientTP is a Consumption CDS View that provides data about "Mobile Application Push Recipient" in SAP S/4HANA. It reads from 1 data source (R_MaintMblApplPushRecipientTP) and exposes 19 fields with key fields MblApplPushItemInternal, MobileApplicationPushInternal. It has 1 association to related views. It is exposed through 1 OData service (UI_MAINTMBLAPPLPUSHNOTIFMANAGE). Part of development package RAP_MAO_MAIF_ADMIN.

Data Sources (1)

SourceAliasJoin Type
R_MaintMblApplPushRecipientTP R_MaintMblApplPushRecipientTP projection

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_UserContactCard _RecipientContactCard _RecipientContactCard.ContactCardID = $projection.MobileApplicationPushRecipient

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
EndUserText.label Mobile Application Push Recipient view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_MAINTMBLAPPLPUSHNOTIFMANAGE UI_MAINTMBLAPPLPUSHNOTIFMANAGE V4 C1 NOT_TO_BE_RELEASED_STABLE

Fields (19)

KeyFieldSource TableSource FieldDescription
KEY MblApplPushItemInternal MblApplPushItemInternal
KEY MobileApplicationPushInternal MobileApplicationPushInternal
MblApplMessageInternal MblApplMessageInternal
MobileUserInternal MobileUserInternal
MobileApplicationPushRecipient MobileApplicationPushRecipient
MobileUserApplicationPushSts MobileUserApplicationPushSts
MblUsrApplPushStatusNamelocalized
MblApplPushStatusCriticality MblApplPushStatusCriticality
MobileUserApplPushExprtnDteTme MobileUserApplPushExprtnDteTme
MblUsrApplPushCancelDteTme MblUsrApplPushCancelDteTme
MblApplPushServerConfDteTme MblApplPushServerConfDteTme
MblApplPushClientConfDteTme MblApplPushClientConfDteTme
MblApplClntErrDteTme MblApplClntErrDteTme
MobileUserApplPushCreatedBy MobileUserApplPushCreatedBy
MblUsrApplPushCreatedDteTme MblUsrApplPushCreatedDteTme
MobileUserApplPushChangedBy MobileUserApplPushChangedBy
MblUsrApplPushChangedDteTme MblUsrApplPushChangedDteTme
MblApplOutbTrggrProcDteTme MblApplOutbTrggrProcDteTme
_RecipientContactCard _RecipientContactCard
@AccessControl: {
  authorizationCheck: #MANDATORY,
  privilegedAssociations: [ '_RecipientContactCard' ]
}
@Metadata.allowExtensions: true
@EndUserText.label: 'Mobile Application Push Recipient'
@ObjectModel: {
  semanticKey: ['MblApplPushItemInternal'],
  usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #TRANSACTIONAL
  }
}
@VDM: {
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
  viewType: #CONSUMPTION
}
define view entity C_MaintMblApplPushRecipientTP
  as projection on R_MaintMblApplPushRecipientTP

  association [0..1] to I_UserContactCard as _RecipientContactCard on _RecipientContactCard.ContactCardID = $projection.MobileApplicationPushRecipient
{
  key MblApplPushItemInternal,
  key MobileApplicationPushInternal,

      MblApplMessageInternal,
      MobileUserInternal,
      MobileApplicationPushRecipient,
      @ObjectModel.text.element: [ 'MblUsrApplPushStatusName' ]
      MobileUserApplicationPushSts,
      @Semantics.text: true
      _PushStatusText.MblUsrApplPushStatusName : localized,
      //Status icon and Semantic colors

      MblApplPushStatusCriticality,
      MobileUserApplPushExprtnDteTme,
      MblUsrApplPushCancelDteTme,
      MblApplPushServerConfDteTme,
      MblApplPushClientConfDteTme,
      MblApplClntErrDteTme,
      MobileUserApplPushCreatedBy,
      MblUsrApplPushCreatedDteTme,
      MobileUserApplPushChangedBy,
      MblUsrApplPushChangedDteTme,
      MblApplOutbTrggrProcDteTme,

      /* Associations */
      _PushNotification : redirected to parent C_MaintMblApplPushNotifTP,
      _RecipientContactCard
}