UI_MAINTMBLAPPLPUSHNOTIFMANAGE

OData Service Package: ODATA_MAO_MAIF_ADMIN

Mobile Push Notification Management

UI_MAINTMBLAPPLPUSHNOTIFMANAGE is an OData service definition in SAP S/4HANA. It exposes 4 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (4)

CDS ViewAlias
C_MaintMblApplPushNotifTP MaintMblApplPushNotification
C_MaintMblApplPushRecipientTP MaintMblApplPushRecipient
C_MblApplPushScenarioDef MblApplPushScenarioDef
I_UserContactCard UserContactCard

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_MAINTMBLAPPLPUSHNOTIFMANAGE ODATA V4 C1 NOT_TO_BE_RELEASED_STABLE false

Source

@EndUserText.label: 'Mobile Push Notification Management'
define service UI_MaintMblApplPushNotifManage {
  expose C_MaintMblApplPushNotifTP     as MaintMblApplPushNotification;
  expose C_MaintMblApplPushRecipientTP as MaintMblApplPushRecipient;
  expose C_MblApplPushScenarioDef      as MblApplPushScenarioDef;
  expose I_UserContactCard             as UserContactCard;
}