C_AccountingNotificationTP

DDL: C_ACCOUNTINGNOTIFICATIONTP Type: view_entity CONSUMPTION

Accounting Notification

C_AccountingNotificationTP is a Consumption CDS View that provides data about "Accounting Notification" in SAP S/4HANA. It reads from 1 data source (R_AccountingNotificationTP) and exposes 36 fields with key field AccountingNotificationUUID. It is exposed through 1 OData service (UI_FIN_MNGACCNOTIF).

Data Sources (1)

SourceAliasJoin Type
R_AccountingNotificationTP R_AccountingNotificationTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Accounting Notification view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
OData.entityType.name AccountingNotification_Type view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
Search.searchable true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FIN_MNGACCNOTIF UI_FIN_MNGACCNOTIF V4 C1 NOT_RELEASED

Fields (36)

KeyFieldSource TableSource FieldDescription
KEY AccountingNotificationUUID AccountingNotificationUUID
AccountingNotificationType AccountingNotificationType
ReferenceDocumentType ReferenceDocumentType
ReferenceDocument ReferenceDocument
ReferenceDocumentContext ReferenceDocumentContext
ReferenceDocumentItem ReferenceDocumentItem
ReferenceDocumentLogicalSystem ReferenceDocumentLogicalSystem
CreationDateTime CreationDateTime
ReferenceDocumentOID ReferenceDocumentOID
ReferenceDocumentDisplayID ReferenceDocumentDisplayID
RefDocLastChangeDateTime RefDocLastChangeDateTime
LeadingCompanyCode LeadingCompanyCode
ProposedPostingDate ProposedPostingDate
AcctgNotifProcessingStatus AcctgNotifProcessingStatus
AcctgNotifProcessingStatusNamelocalized
LastChangeDateTime LastChangeDateTime
CreatedByUser CreatedByUser
LastChangedByUser LastChangedByUser
ApplicationLogHandle ApplicationLogHandle
LatestMessageClass LatestMessageClass
LatestMessageNumber LatestMessageNumber
LatestMessageSeverity LatestMessageSeverity
LatestMessageVariable1Text LatestMessageVariable1Text
LatestMessageVariable2Text LatestMessageVariable2Text
LatestMessageVariable3Text LatestMessageVariable3Text
LatestMessageVariable4Text LatestMessageVariable4Text
IsReversal IsReversal
StatusCriticality StatusCriticality
virtualSystemMessageTextnatxt
_LeadingCompanyCode _LeadingCompanyCode
_ReferenceDocumentType _ReferenceDocumentType
_AccountingNotificationType _AccountingNotificationType
_AcctgNotifTypeRefDocType _AcctgNotifTypeRefDocType
_CreatedByUser _CreatedByUser
_LastChangedByUser _LastChangedByUser
_ProcessingStatus _ProcessingStatus
@EndUserText.label: 'Accounting Notification'
@AccessControl.authorizationCheck:#MANDATORY
@VDM.viewType: #CONSUMPTION
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #XXL,
                usageType.dataClass: #TRANSACTIONAL }
@OData.entityType.name:'AccountingNotification_Type'
@Metadata: {
  ignorePropagatedAnnotations: true,
  allowExtensions: true
}
@Search.searchable: true
define root view entity C_AccountingNotificationTP
  provider contract transactional_query
  as projection on R_AccountingNotificationTP
{
  key     AccountingNotificationUUID,
          @ObjectModel.foreignKey.association: '_AccountingNotificationType'
          AccountingNotificationType,
          @ObjectModel.foreignKey.association: '_ReferenceDocumentType'
          ReferenceDocumentType,
          @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8 }
          ReferenceDocument,
          ReferenceDocumentContext,
          ReferenceDocumentItem,
          ReferenceDocumentLogicalSystem,
          @Semantics.systemDate.createdAt: true
          @Consumption.filter.selectionType:#INTERVAL
          CreationDateTime,
          ReferenceDocumentOID,
          ReferenceDocumentDisplayID,
          @Semantics.systemDate.lastChangedAt: true
          RefDocLastChangeDateTime,
          @ObjectModel.foreignKey.association: '_LeadingCompanyCode'
          LeadingCompanyCode,
          @Consumption.filter.selectionType:#INTERVAL
          ProposedPostingDate,

          @ObjectModel.foreignKey.association: '_ProcessingStatus'
          @ObjectModel.text.element: ['AcctgNotifProcessingStatusName']
          AcctgNotifProcessingStatus,
          _ProcessingStatus._Text.AcctgNotifProcessingStatusName : localized,

          @Semantics.systemDate.lastChangedAt: true
          LastChangeDateTime,
          @ObjectModel.foreignKey.association: '_CreatedByUser'
          CreatedByUser,
          @ObjectModel.foreignKey.association: '_LastChangedByUser'
          LastChangedByUser,
          ApplicationLogHandle,
          LatestMessageClass,
          LatestMessageNumber,
          LatestMessageSeverity,
          @Consumption.hidden: true
          LatestMessageVariable1Text,
          @Consumption.hidden: true
          LatestMessageVariable2Text,
          @Consumption.hidden: true
          LatestMessageVariable3Text,
          @Consumption.hidden: true
          LatestMessageVariable4Text,
          IsReversal,
          StatusCriticality,


          @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FAN_ACCTR_NOTIF_MSG_TEXT'
  virtual SystemMessageText : natxt,

          _AddlCompanyCode : redirected to composition child C_AcctgNotifAddlCompanyCode,
          _LeadingCompanyCode,
          //@Consumption.hidden: true

          //_LeadingCompanyCodeText,

          _ReferenceDocumentType,
          _AccountingNotificationType,
          _AcctgNotifTypeRefDocType,
          _CreatedByUser,
          _LastChangedByUser,
          _ProcessingStatus
}