C_MaintMblApplPushNotifQuery

DDL: C_MAINTMBLAPPLPUSHNOTIFQUERY Type: view CONSUMPTION

Mobile Push Notification - Query

C_MaintMblApplPushNotifQuery (Consumption)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Cross Applications

C_MaintMblApplPushNotifQuery is a Consumption CDS View that provides data about "Mobile Push Notification - Query" in SAP S/4HANA. It reads from 1 data source (I_MaintMblApplPushNotifCube) and exposes 37 fields.

SAP API Hub

StateC1
Line of BusinessCross Applications
Application ComponentMOB-APP-MAO-ERP
CapabilitiesAnalytical Query
PackageCross Applications for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_MaintMblApplPushNotifCube I_MaintMblApplPushNotifCube from

Annotations (12)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName CMNTMBLPSHNOTIFQ view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
Analytics.query true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Mobile Push Notification - Query view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_QUERY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

Fields (37)

KeyFieldSource TableSource FieldDescription
MobileUserApplication MobileUserApplication Mobile Application Name
MblApplPushScenarioInternal MblApplPushScenarioInternal Push Scenario
MblUsrApplPushSourceType MblUsrApplPushSourceType Push Scenario Source Type
MobileUserApplPushSourceObj MobileUserApplPushSourceObj Push source object
MobileUserApplicationPushSts MobileUserApplicationPushSts Push instance status
MblUsrApplPushEmlNotifIsEnbld MblUsrApplPushEmlNotifIsEnbld Active Flag
MaintMblApplPushNotifExprtnDte MaintMblApplPushNotifExprtnDte Expired On
MaintMblApplPushNotifExprtnYr MaintMblApplPushNotifExprtnYr Expiration Year
MntMblAppPushNotifExprtnMonth MntMblAppPushNotifExprtnMonth Expiration Month
MaintMblApplPushNotifProcgDate MaintMblApplPushNotifProcgDate Processed On
MaintMblApplPushNotifProcgYear MaintMblApplPushNotifProcgYear Processing Year
MaintMblApplPushNotifProcgMnth MaintMblApplPushNotifProcgMnth Processing Month
MaintMblApplPushNotifCanclnDte MaintMblApplPushNotifCanclnDte Cancelled On
MaintMblApplPushNotifCanclnYr MaintMblApplPushNotifCanclnYr Cancellation Year
MntMblAppPushNotifCanclnMonth MntMblAppPushNotifCanclnMonth Cancellation Month
MntMblAppPushNotifCompltnDate MntMblAppPushNotifCompltnDate Completed On
MaintMblApplPushNotifCompltnYr MaintMblApplPushNotifCompltnYr Completion Year
MntMblAppPushNotifCompltnMonth MntMblAppPushNotifCompltnMonth Completion Month
MntMblAppPushServerCompltnDate MntMblAppPushServerCompltnDate Server Completed On
MntMblAppPushServerCompltnYear MntMblAppPushServerCompltnYear Server Completion Year
MntMblAppPushServerCompltnMnth MntMblAppPushServerCompltnMnth Server Completion Month
MntMblAppPushNotifEnqueueDate MntMblAppPushNotifEnqueueDate Enqueued On
MaintMblApplPushNotifEnqueueYr MaintMblApplPushNotifEnqueueYr Enqueuing Year
MntMblAppPushNotifEnqueueMonth MntMblAppPushNotifEnqueueMonth Enqueuing Month
MblUsrApplPushEventInternal MblUsrApplPushEventInternal Background Processing Event
MobileUserApplPushEvtParam MobileUserApplPushEvtParam Background Event Parameters (Such as, Jobname/Jobcount)
MobileUserApplPushScenarioPrio MobileUserApplPushScenarioPrio Push scenario priority
MobileUserApplPushHistIsEnbld MobileUserApplPushHistIsEnbld Boolean Type: 'X' == True '' == False
MblUsrApplPushOutbTrggrIsEnbld MblUsrApplPushOutbTrggrIsEnbld Boolean Type: 'X' == True '' == False
MobileUserApplPushRetryIsAllwd MobileUserApplPushRetryIsAllwd Boolean Type: 'X' == True '' == False
MblUsrApplFetchCallbackIsAllwd MblUsrApplFetchCallbackIsAllwd Boolean Type: 'X' == True '' == False
MobileUserApplPushCreatedBy MobileUserApplPushCreatedBy Created By
CreationDate CreationDate Created On
MaintMblApplPushNotifCrtnYear MaintMblApplPushNotifCrtnYear Creation Year
MaintMblApplPushNotifCrtnMonth MaintMblApplPushNotifCrtnMonth Creation Month
MntMblAppNrOfPushNotifRecords MntMblAppNrOfPushNotifRecords Number of Push Notification Records
MblUsrApplNmbrOfPushRecipients MblUsrApplNmbrOfPushRecipients Total number of subscribers

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_MaintMblApplPushNotifQuery.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_MaintMblApplPushNotifQuery AS
SELECT
  MobileUserApplication,
  MblApplPushScenarioInternal,
  MblUsrApplPushSourceType,
  MobileUserApplPushSourceObj,
  MobileUserApplicationPushSts,
  MblUsrApplPushEmlNotifIsEnbld,
  MaintMblApplPushNotifExprtnDte,
  MaintMblApplPushNotifExprtnYr,
  MntMblAppPushNotifExprtnMonth,
  MaintMblApplPushNotifProcgDate,
  MaintMblApplPushNotifProcgYear,
  MaintMblApplPushNotifProcgMnth,
  MaintMblApplPushNotifCanclnDte,
  MaintMblApplPushNotifCanclnYr,
  MntMblAppPushNotifCanclnMonth,
  MntMblAppPushNotifCompltnDate,
  MaintMblApplPushNotifCompltnYr,
  MntMblAppPushNotifCompltnMonth,
  MntMblAppPushServerCompltnDate,
  MntMblAppPushServerCompltnYear,
  MntMblAppPushServerCompltnMnth,
  MntMblAppPushNotifEnqueueDate,
  MaintMblApplPushNotifEnqueueYr,
  MntMblAppPushNotifEnqueueMonth,
  MblUsrApplPushEventInternal,
  MobileUserApplPushEvtParam,
  MobileUserApplPushScenarioPrio,
  MobileUserApplPushHistIsEnbld,
  MblUsrApplPushOutbTrggrIsEnbld,
  MobileUserApplPushRetryIsAllwd,
  MblUsrApplFetchCallbackIsAllwd,
  MobileUserApplPushCreatedBy,
  CreationDate,
  MaintMblApplPushNotifCrtnYear,
  MaintMblApplPushNotifCrtnMonth,
  MntMblAppNrOfPushNotifRecords,
  MblUsrApplNmbrOfPushRecipients
FROM I_MaintMblApplPushNotifCube
;