I_CAINTERESTLOCKREASONTEXT

CDS View

Interest Lock Reason - Text

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CABusinessLockReasonText view_entity union_all COMPOSITE Business Lock Reason - Text

Fields (3)

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

@EndUserText.label: 'Interest Lock Reason - Text'

@Metadata.ignorePropagatedAnnotations: true

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

define view entity I_CAInterestLockReasonText
  as select from tfk056st

  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{
  key sperz as CAInterestLockReason,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key spras as Language,

      @Semantics.text: true
      txt30 as CAInterestLockReasonText,

      _Language
}