R_ACCOUNTINGNOTIFICATIONTP

CDS View

Accounting Notification

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

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_AccountingNotificationTP view_entity projection CONSUMPTION Accounting Notification
I_AccountingNotificationTP view_entity projection TRANSACTIONAL Accounting Notification - TP
@AccessControl.authorizationCheck:#MANDATORY
@AccessControl.privilegedAssociations:  [ '_AddlCompanyCode' ]
@EndUserText.label: 'Accounting Notification'
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass:  #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@Metadata.ignorePropagatedAnnotations: false
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.sapObjectNodeType.name:'AccountingNotification'
@AbapCatalog.extensibility: {
  extensible: true,
  allowNewCompositions: true
}
define root view entity R_AccountingNotificationTP
  as select from I_AccountingNotification
  composition [0..*] of R_AcctgNotifAddlCompanyCodeTP as _AddlCompanyCode
  composition [0..*] of R_AcctgNotifJournalEntryTP    as _JournalEntry
  composition [0..*] of R_AcctgNotifActionResultTP    as _ActionResult

{

  key AccountingNotificationUUID,
      FinanceNotificationUUID,
      AccountingNotificationType,
      FinanceNotificationType,
      ReferenceDocumentType,
      ReferenceDocument,
      ReferenceDocumentContext,
      ReferenceDocumentItem,
      ReferenceDocumentLogicalSystem,
      CreationDateTime,
      ReferenceDocumentOID,
      ReferenceDocumentDisplayID,
      ReferenceDocumentEventOID,
      RefDocumentEventDisplayID,
      RefDocLastChangeDateTime,
      LeadingCompanyCode,
      ProposedPostingDate,
      AcctgNotifProcessingStatus,
      LastChangeDateTime,
      CreatedByUser,
      LastChangedByUser,
      ApplicationLogHandle,
      LatestMessageClass,
      LatestMessageNumber,
      LatestMessageSeverity,
      LatestMessageVariable1Text,
      LatestMessageVariable2Text,
      LatestMessageVariable3Text,
      LatestMessageVariable4Text,
      IsReversal,
      StatusCriticality,

      //associations

      _AddlCompanyCode,
      _JournalEntry,
      _LeadingCompanyCode,
      @Consumption.hidden: true
      _LeadingCompanyCodeText,
      _ReferenceDocumentType,
      _AccountingNotificationType,
      _FinanceNotificationType,
      _CreatedByUser,
      _LastChangedByUser,
      _ProcessingStatus,
      _ActionResult
}