I_CACORRESPNCDUNLOCKRSNTEXT

CDS View

Correspnc Dunning Lock Reason - Text

I_CACORRESPNCDUNLOCKRSNTEXT is a CDS View in S/4HANA. Correspnc Dunning 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 CACorrespncDunLockReason CABusinessLockReason 1
KEY Language Language 1
CACorrespncDunLockReasonText CABusinessLockReasonName 1
@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Correspnc Dunning Lock Reason - Text'

@Metadata.ignorePropagatedAnnotations: true

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

define view entity I_CACorrespncDunLockRsnText 
  as select from tfk080r3t
  
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

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

      @Semantics.text: true
      ltext  as CACorrespncDunLockReasonText,

      _Language 
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFK080R3T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/