C_AcctgNotifJournalEntry

DDL: C_ACCTGNOTIFJOURNALENTRY Type: view_entity CONSUMPTION Package: FABTI_ACCNTG_NOTIFICATION_EXT

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)

SourceAliasJoin Type
R_AcctgNotifJournalEntryTP R_AcctgNotifJournalEntryTP projection

Annotations (8)

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

ServiceBindingVersionContractRelease
UI_FIN_MNGACCNOTIF UI_FIN_MNGACCNOTIF V4 C1 NOT_RELEASED

Fields (4)

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

//}