C_AcctgNotifJournalEntry
Accounting Notification Journal Entry
C_AcctgNotifJournalEntry is a Consumption CDS View that provides data about "Accounting Notification Journal Entry" in SAP S/4HANA. It reads from 1 data source (R_AcctgNotifJournalEntryTP) and exposes 4 fields with key fields AccountingNotificationUUID, AccountingDocument, CompanyCode, FiscalYear. It is exposed through 1 OData service (UI_FIN_MNGACCNOTIF). Part of development package FABTI_ACCNTG_NOTIFICATION_EXT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_AcctgNotifJournalEntryTP | R_AcctgNotifJournalEntryTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Accounting Notification Journal Entry | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| UI.headerInfo.typeName | Journal Entry | view | |
| UI.headerInfo.typeNamePlural | Journal Entries | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FIN_MNGACCNOTIF | UI_FIN_MNGACCNOTIF | V4 | C1 | NOT_RELEASED |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccountingNotificationUUID | AccountingNotificationUUID | ||
| KEY | AccountingDocument | AccountingDocument | ||
| KEY | CompanyCode | CompanyCode | ||
| KEY | FiscalYear | FiscalYear |
@VDM.viewType:#CONSUMPTION
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Accounting Notification Journal Entry'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XXL
@UI: {
headerInfo: {
typeName: 'Journal Entry',
typeNamePlural: 'Journal Entries'
}
}
define view entity C_AcctgNotifJournalEntry
as projection on R_AcctgNotifJournalEntryTP
{
@UI.hidden: true
key AccountingNotificationUUID,
@Consumption.semanticObject: 'AccountingDocument'
@UI.lineItem: [ { position: 10 } ]
key AccountingDocument,
@UI.lineItem: [ { position: 20 } ]
key CompanyCode,
@UI.lineItem: [ { position: 30 } ]
key FiscalYear,
_AcctgNotif : redirected to parent C_AccountingNotificationTP
}
// with parameters
// P_AccountingNotificationUUID : fis_hdr_technical_id
// as projection on R_AcctgNotifJournalEntryTP
//{
// key AccountingNotificationUUID,
// @Consumption.semanticObject: 'AccountingDocument'
// @UI.lineItem: [ { position: 10 } ]
// key AccountingDocument,
// @UI.lineItem: [ { position: 20 } ]
// key CompanyCode,
// @UI.lineItem: [ { position: 30 } ]
// key FiscalYear
//
//// _PyrlAcctgNotif : redirected to parent C_PyrlAccountingNotification
//}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA