UI_FINANCENOTIFICATION
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 View | Alias |
|---|---|
| C_FinanceNotificationTP | FinceNotif |
| C_FinanceNotifProcessStepMsg | ProcessStepMessage |
| C_FinanceNotifProcessStepTP | ProcessStep |
| I_UserContactCard | UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| 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;
}