C_MblApplPushScenarioDef
Mobile Application Push Scenario
C_MblApplPushScenarioDef is a Consumption CDS View that provides data about "Mobile Application Push Scenario" in SAP S/4HANA. It reads from 1 data source (I_MblApplPushScenarioDef) and exposes 10 fields with key field MblApplPushScenarioInternal. It has 1 association to related views. It is exposed through 2 OData services (UI_MAINTMBLAPPLPUSHNOTIFMANAGE, UI_MOBILEAPPLPUSH). Part of development package RAP_MAO_MAIF_ADMIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MblApplPushScenarioDef | PushScenario | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | C_MblApplPushNotification | _PushNotification | $projection.MblApplPushScenarioInternal = _PushNotification.MblApplPushScenarioInternal |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Mobile Application Push Scenario | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MAINTMBLAPPLPUSHNOTIFMANAGE | UI_MAINTMBLAPPLPUSHNOTIFMANAGE | V4 | C1 | NOT_TO_BE_RELEASED_STABLE |
| UI_MOBILEAPPLPUSH | UI_MOBILEAPPLPUSH_V2 | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MblApplPushScenarioInternal | MblApplPushScenarioInternal | ||
| MblUsrApplPushSourceType | MblUsrApplPushSourceType | |||
| MobileUserApplPushSourceObj | MobileUserApplPushSourceObj | |||
| MblApplPushScenSourceHandler | MblApplPushScenSourceHandler | |||
| MblApplPushScenSubscriberType | MblApplPushScenSubscriberType | |||
| MblApplPushDistributorType | MblApplPushDistributorType | |||
| MblApplPushDistributorObj | MblApplPushDistributorObj | |||
| MblApplPushDistributionHandler | MblApplPushDistributionHandler | |||
| MblApplPushNotifValidityInHrs | MblApplPushNotifValidityInHrs | |||
| _PushNotification | _PushNotification |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Mobile Application Push Scenario'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@Metadata.allowExtensions: true
@VDM.viewType: #CONSUMPTION
define view entity C_MblApplPushScenarioDef
as select from I_MblApplPushScenarioDef as PushScenario
association [1..*] to C_MblApplPushNotification as _PushNotification on $projection.MblApplPushScenarioInternal = _PushNotification.MblApplPushScenarioInternal
{
key MblApplPushScenarioInternal,
MblUsrApplPushSourceType,
MobileUserApplPushSourceObj,
MblApplPushScenSourceHandler,
MblApplPushScenSubscriberType,
MblApplPushDistributorType,
MblApplPushDistributorObj,
MblApplPushDistributionHandler,
MblApplPushNotifValidityInHrs,
_PushNotification
}
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