C_MaintMblApplPushRecipientTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintMblApplPushRecipientTP | R_MaintMblApplPushRecipientTP | projection |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_UserContactCard | _RecipientContactCard | _RecipientContactCard.ContactCardID = $projection.MobileApplicationPushRecipient |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MAINTMBLAPPLPUSHNOTIFMANAGE | UI_MAINTMBLAPPLPUSHNOTIFMANAGE | V4 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA