I_CAINTERESTLOCKREASON

CDS View

Interest Lock Reason

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CABusinessLockReason view_entity union_all COMPOSITE Business Lock Reason

Fields (1)

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

@EndUserText.label: 'Interest Lock Reason'

@Metadata.ignorePropagatedAnnotations: true

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

define view entity I_CAInterestLockReason
  as select from tfk056s

  association [0..*] to I_CAInterestLockReasonText as _Text on $projection.CAInterestLockReason = _Text.CAInterestLockReason

{
      @ObjectModel.text.association: '_Text'
  key sperz                                  as CAInterestLockReason,
  
      xpoci                                  as CAInterestLockCategory,
      cast( begru as begru preserving type ) as CAAuthorizationGroup,
      tdate_period                           as CATimeUnitForLockDuration,
      tdate_value                            as CANumberOfUnitsForLockDuration,

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