C_AcctgNotifJournalEntry

DDL: C_ACCTGNOTIFJOURNALENTRY Type: view_entity CONSUMPTION

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.

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 #D view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #XXL view
UI.headerInfo.typeName Journal Entry view
UI.headerInfo.typeNamePlural Journal Entries view

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: #D
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XXL
@UI: {
  headerInfo: {
    typeName: 'Journal Entry',
    typeNamePlural: 'Journal Entries'
  }
}
define view entity C_AcctgNotifJournalEntry
  //  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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACCTGNOTIFJOURNALENTRYTP"
],
"ASSOCIATED":
[
"C_PYRLACCOUNTINGNOTIFICATION",
"R_PYRLACCOUNTINGNOTIFICATIONTP"
],
"BASE":
[
"R_ACCTGNOTIFJOURNALENTRYTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/