R_BANKACCOUNTREVIEWAREATP

CDS View

Bank Account Review Area

R_BANKACCOUNTREVIEWAREATP is a CDS View in S/4HANA. Bank Account Review Area. It contains 11 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_BankAccountReviewAreaInbox view_entity from CONSUMPTION Bank Account Review Area
C_BankAccountReviewAreaTP view_entity projection CONSUMPTION Bank Account Review Area

Fields (11)

KeyField CDS FieldsUsed in Views
KEY BankAccountReviewAreaUUID BankAccountReviewAreaUUID 1
KEY BankAccountReviewUUID BankAccountReviewUUID 1
_BankAccountReview _BankAccountReview 1
BankAccountReviewArea BankAccountReviewArea 1
BankAccountReviewAreaName BankAccountReviewAreaName 1
BankAccountReviewAreaStatus BankAccountReviewAreaStatus 1
BkAcctRevAreaSnapshotDateTime BkAcctRevAreaSnapshotDateTime 1
CreatedByUser CreatedByUser 1
CreationDateTime CreationDateTime 1
LastChangedByUser LastChangedByUser 1
LocalLastChangeDateTime LocalLastChangeDateTime 1
@EndUserText.label: 'Bank Account Review Area'
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { usageType: { serviceQuality: #B,
                             sizeCategory:   #S,
                             dataClass:      #MASTER },
                sapObjectNodeType.name: 'BankAccountReviewArea' }
@VDM:         { usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ],
                viewType:  #TRANSACTIONAL,
                lifecycle: { contract: { type: #SAP_INTERNAL_API } } }

define view entity R_BankAccountReviewAreaTP
  as select from I_BankAccountReviewArea
  
  association to parent R_BankAccountReviewTP   as _BankAccountReview    on $projection.BankAccountReviewUUID = _BankAccountReview.BankAccountReviewUUID
  composition [0..*] of R_BankAccountReviewerTP as _BankAccountReviewer
  composition [0..*] of R_BkAcctRevBkAcctSelectionTP as _BkAcctRevBkAcctSelection
  composition [0..*] of R_BkAcctRevBkAcctSnapshotTP as _BkAcctRevBkAcctSnapshot
  
{
  key BankAccountReviewUUID,
  key BankAccountReviewAreaUUID,
      BankAccountReviewArea,
      BankAccountReviewAreaName,
      BankAccountReviewAreaStatus,
      BkAcctRevAreaSnapshotDateTime,
      @Semantics.user.createdBy: true
      CreatedByUser,
      @Semantics.systemDateTime.createdAt: true
      CreationDateTime,
      @Semantics.user.lastChangedBy: true
      LastChangedByUser,
      @Semantics.systemDateTime.localInstanceLastChangedAt:true
      LocalLastChangeDateTime,
      _BankAccountReview,
      _BkAcctReviewAreaStatusText,
      _BkAcctRevBkAcctSelection,
      _BankAccountReviewer,
      _BkAcctRevBkAcctSnapshot
}