I_BANKMESSAGESENSITIVE

CDS View

MBC Bank Message Sensitive

I_BANKMESSAGESENSITIVE is a CDS View in S/4HANA. MBC Bank Message Sensitive. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BkMsgSensitiveCriticality view_entity from BASIC Message Sensitive Criticality
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'MBC Bank Message Sensitive'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_BankMessageSensitive
  as select from dd07l
  association [0..*] to I_BkMsgSensitiveText        as _Text        on $projection.BankMessageIsSensitive = _Text.BankMessageIsSensitive
  association [0..1] to I_BkMsgSensitiveCriticality as _Criticality on $projection.BankMessageIsSensitive = _Criticality.BankMessageIsSensitive
{

      @ObjectModel.text.association: '_Text'
      @Semantics.booleanIndicator: true
  key cast( dd07l.domvalue_l as /bsnagt/dte_sensitive ) as BankMessageIsSensitive,

      _Text,
      _Criticality
}
where
      dd07l.domname  = '/BSNAGT/DOM_SENSITIVE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'