UI_FIN_MNGACCNOTIF
Manage Accounting Notifications
UI_FIN_MNGACCNOTIF is an OData service definition in SAP S/4HANA. It exposes 17 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (17)
| CDS View | Alias |
|---|---|
| C_AccountingNotificationTP | AccountingNotification |
| C_AcctgNotifActionResultTP | AcctgNotifActionResult |
| C_AcctgNotifAddlCompanyCode | |
| C_AcctgNotifJournalEntry | AcctgNotifJournalEntry |
| C_PyrlAccountingNotification | PyrlAccountingNotification |
| C_PyrlAcctgNotifItem | PyrlAcctgNotifItem |
| C_PyrlAcctgNotifItmCharc | PyrlAcctgNotifItmCharc |
| I_AccountingNotification | AcctgNotif |
| I_AccountingNotificationType | |
| I_AcctgNotifAction | AcctgNotifAction |
| I_AcctgNotifAddlCompanyCode | AddlComanyCode |
| I_AcctgNotifProcessingStatus | ProcessingStatus |
| I_AcctgNotifProcessingStatusVH | |
| I_AcctgNotifRefDocumentType | ReferenceDocumentType |
| I_AcctgNotifRefDocumentTypeVH | |
| I_CompanyCode | CompanyCode |
| I_FinanceNotificationType | FinanceNotificationType |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_FIN_MNGACCNOTIF | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Manage Accounting Notifications'
@AbapCatalog.extensibility.extensible: true
define service UI_FIN_MNGACCNOTIF {
expose C_AccountingNotificationTP as AccountingNotification;
expose C_AcctgNotifAddlCompanyCode;
expose C_PyrlAccountingNotification as PyrlAccountingNotification;
expose I_AccountingNotification as AcctgNotif;
expose C_PyrlAcctgNotifItem as PyrlAcctgNotifItem;
expose C_AcctgNotifJournalEntry as AcctgNotifJournalEntry;
expose C_PyrlAcctgNotifItmCharc as PyrlAcctgNotifItmCharc;
expose I_AcctgNotifProcessingStatusVH;
expose I_AcctgNotifProcessingStatus as ProcessingStatus;
expose I_AcctgNotifAddlCompanyCode as AddlComanyCode;
expose I_CompanyCode as CompanyCode;
expose I_AcctgNotifRefDocumentType as ReferenceDocumentType;
expose I_AcctgNotifRefDocumentTypeVH;
expose I_AccountingNotificationType;
expose C_AcctgNotifActionResultTP as AcctgNotifActionResult;
expose I_AcctgNotifAction as AcctgNotifAction;
expose I_FinanceNotificationType as FinanceNotificationType;
}