I_AcctgNotifJournalEntryTP
Accounting Notif Journal Entry - TP
I_AcctgNotifJournalEntryTP is a Transactional CDS View that provides data about "Accounting Notif Journal Entry - TP" in SAP S/4HANA. It reads from 1 data source (R_AcctgNotifJournalEntryTP) and exposes 4 fields with key fields AccountingNotificationUUID, AccountingDocument, CompanyCode, FiscalYear. Part of development package FABTI_ACCNTG_NOTIFICATION_EXT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_AcctgNotifJournalEntryTP | R_AcctgNotifJournalEntryTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Accounting Notif Journal Entry - TP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccountingNotificationUUID | AccountingNotificationUUID | ||
| KEY | AccountingDocument | AccountingDocument | ||
| KEY | CompanyCode | CompanyCode | ||
| KEY | FiscalYear | FiscalYear |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Accounting Notif Journal Entry - TP'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel: {usageType: { serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED },
modelingPattern: #TRANSACTIONAL_INTERFACE,
supportedCapabilities: [#TRANSACTIONAL_PROVIDER] }
define view entity I_AcctgNotifJournalEntryTP
as projection on R_AcctgNotifJournalEntryTP
{
key AccountingNotificationUUID,
key AccountingDocument,
key CompanyCode,
key FiscalYear,
/* Associations */
_AcctgNotif : redirected to parent I_AccountingNotificationTP
}
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