I_CADUNNINGLOCKREASON

CDS View

Dunning Lock Reason

I_CADUNNINGLOCKREASON is a CDS View in S/4HANA. Dunning Lock Reason. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_CABusinessLockReason view_entity from COMPOSITE Business Lock Reason
I_CADunningLockReasonVH view from COMPOSITE Value help for Dunning Lock Reason

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CADunningLockReason CABusinessLockReason 1
@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Dunning Lock Reason'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: { representativeKey: 'CADunningLockReason',
                usageType: { serviceQuality: #A,
                             sizeCategory: #S,
                             dataClass: #CUSTOMIZING } }
@VDM.viewType: #BASIC

define view entity I_CADunningLockReason
  as select from tfk047s

  association [0..*] to I_CADunningLockReasonText as _Text on $projection.CADunningLockReason = _Text.CADunningLockReason

{
      @ObjectModel.text.association: '_Text'
  key mansp                                  as CADunningLockReason,
      xmahn                                  as CADunningLockIsRestricted,
      cast( begru as begru preserving type ) as CAAuthorizationGroup,
      tdate_period                           as CATimeUnitForLockDuration,
      tdate_value                            as CANumberOfUnitsForLockDuration,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFK047S"
],
"ASSOCIATED":
[
"I_CADUNNINGLOCKREASONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/