C_MblApplPushScenarioDef

DDL: C_MBLAPPLPUSHSCENARIODEF Type: view_entity CONSUMPTION Package: RAP_MAO_MAIF_ADMIN

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)

SourceAliasJoin Type
I_MblApplPushScenarioDef PushScenario from

Associations (1)

CardinalityTargetAliasCondition
[1..*] C_MblApplPushNotification _PushNotification $projection.MblApplPushScenarioInternal = _PushNotification.MblApplPushScenarioInternal

Annotations (8)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
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)

KeyFieldSource TableSource FieldDescription
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
}