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_AccountingNotification view_entity projection CONSUMPTION Accounting Notification
C_AccountingNotificationTP view_entity projection CONSUMPTION Accounting Notification
@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'
define root view entity R_AccountingNotificationTP
  as select from I_AccountingNotification
  composition [0..*] of R_AcctgNotifAddlCompanyCodeTP as _AddlCompanyCode
{

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

      //associations

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