UI_FINANCENOTIFICATION

OData Service Package: FBTI_FIN_NOTIFICATION_EXT

Manage Finance Notifications

UI_FINANCENOTIFICATION 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_FinanceNotificationTP FinceNotif
C_FinanceNotifProcessStepMsg ProcessStepMessage
C_FinanceNotifProcessStepTP ProcessStep
I_UserContactCard UserContactCard

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_FINANCENOTIFICATION ODATA V4 C1 NOT_RELEASED false

Source

@EndUserText.label: 'Manage Finance Notifications'
@AbapCatalog.extensibility.extensible: true
define service UI_FinanceNotification {
  expose C_FinanceNotificationTP      as FinceNotif;
  expose C_FinanceNotifProcessStepTP  as ProcessStep;
  expose C_FinanceNotifProcessStepMsg as ProcessStepMessage;
  expose I_UserContactCard            as UserContactCard;
}