I_MBLAPPLPUSHSCENARIODEF
Mobile Application Push Scenario
I_MBLAPPLPUSHSCENARIODEF is a CDS View in S/4HANA. Mobile Application Push Scenario. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_MblApplPushScenarioDef | view_entity | from | CONSUMPTION | Mobile Application Push Scenario |
| C_MblApplPushScenarioVH | view_entity | from | CONSUMPTION | Mobile Application Push Scenario |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Mobile Application Push Scenario'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_MblApplPushScenarioDef
as select from /syclo/psh00 as PushScenario
{
key scenario_id as MblApplPushScenarioInternal,
mobile_app as MobileUserApplication,
source_type as MblUsrApplPushSourceType,
source_object as MobileUserApplPushSourceObj,
source_handler as MblApplPushScenSourceHandler,
subscriber_type as MblApplPushScenSubscriberType,
distributor_type as MblApplPushDistributorType,
distributor_obj as MblApplPushDistributorObj,
distrib_handler as MblApplPushDistributionHandler,
send_email as MblUsrApplPushEmlNotifIsEnbld,
subject as MblApplPushEmailNotifDesc,
message as MblApplPushEmailMessageText,
skip_datapack as MblApplPushDataPackIsSkipped,
active as MblApplPushScenIsActive,
push_validity as MblApplPushNotifValidityInHrs,
disable_event as MblApplPushEvtTrggrIsDsbld,
event_id as MblUsrApplPushEventInternal,
event_param as MobileUserApplPushEvtParam,
event_rule as MobileApplicationPushEventRule,
enable_qrfc as MblApplQueuedRFCIsEnabled,
qrfc_queue as MblApplPushQueuedRFCName,
qrfc_rule as MblApplPushQueuedRFCRule,
priority as MobileUserApplPushScenarioPrio,
flag_allow_merge as MblApplPushMergeIsAllowed,
flag_no_srv_comp as MblApplPushServerCmpltdIsExcld,
max_select_delay as MblApplPushMaxSelDelayInSecs,
num_select_retry as MblApplPushNmbrOfSelRetry,
enable_history as MobileUserApplPushHistIsEnbld,
enable_otrig as MblUsrApplPushOutbTrggrIsEnbld,
single_inst_proc as MblApplSglInstceProcgIsUsed,
refetch_interval as MblApplPushRetryIntvlInSeconds,
gen_meta_info as MblApplPushMetadataIsRequired,
no_self_push as MblApplSelfPushIsDisabled,
scenario_alias as MblApplPushScenarioAlias,
fetch_callback as MblUsrApplFetchCallbackIsAllwd,
check_mtran_hist as MblApplPushTransHistIsChkd,
mtran_his_intval as MblApplTransHistIntvlInSecs,
allow_subreq as MblApplPushSubscriptionIsAllwd,
subagent_id as MblApplPushSubscrpnAgtInt,
created_by as MobileUserApplPushCreatedBy,
created_ts as MblUsrApplPushCreatedDteTme,
changed_by as MobileUserApplPushChangedBy,
changed_ts as MblUsrApplPushChangedDteTme
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/SYCLO/PSH00"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/