I_AcctgNotifJournalEntryTP

DDL: I_ACCTGNOTIFJOURNALENTRYTP Type: view_entity TRANSACTIONAL Package: FABTI_ACCNTG_NOTIFICATION_EXT

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)

SourceAliasJoin Type
R_AcctgNotifJournalEntryTP R_AcctgNotifJournalEntryTP projection

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}