I_CAINTERESTLOCKREASONTEXT
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CABusinessLockReasonText | view_entity | union_all | COMPOSITE | Business Lock Reason - Text |
Fields (3)
| Key | Field | CDS Fields | Used 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
}