R_ACCTGNOTIFJOURNALENTRYTP

CDS View

Accounting Notification Journal Entry

R_ACCTGNOTIFJOURNALENTRYTP is a CDS View in S/4HANA. Accounting Notification Journal Entry. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_AcctgNotifJournalEntry view_entity projection CONSUMPTION Accounting Notification Journal Entry
I_AcctgNotifJournalEntryTP view_entity projection TRANSACTIONAL Accounting Notif Journal Entry - TP
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Accounting Notification Journal Entry'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XXL
define view entity R_AcctgNotifJournalEntryTP 
  //  with parameters

  //    P_AccountingNotificationUUID : fis_hdr_technical_id

  as select from I_AcctgNotifJournalEntry //(P_AccountingNotificationUUID:$parameters.P_AccountingNotificationUUID)

  association to parent R_AccountingNotificationTP as _AcctgNotif on $projection.AccountingNotificationUUID = _AcctgNotif.AccountingNotificationUUID
{
  key AccountingNotificationUUID,
  key AccountingDocument,
  key CompanyCode,
  key FiscalYear,
  
  _AcctgNotif  
}