I_LegalTransactionHealthText

DDL: I_LEGALTRANSACTIONHEALTHTEXT SQL: ILGLTRANSHLTHTXT Type: view BASIC

Text view for LCM LT Health Text

I_LegalTransactionHealthText is a Basic CDS View that provides data about "Text view for LCM LT Health Text" in SAP S/4HANA. It reads from 1 data source (lcm_clthealtht) and exposes 2 fields with key fields LegalTransactionHealth, Language.

Data Sources (1)

SourceAliasJoin Type
lcm_clthealtht lcm_clthealtht from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ILGLTRANSHLTHTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text view for LCM LT Health Text view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey LegalTransactionHealth view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LegalTransactionHealth legaltransactionhealth
KEY Language language
@AbapCatalog.sqlViewName: 'ILGLTRANSHLTHTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text view for LCM LT Health Text'

@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'LegalTransactionHealth'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

@Search.searchable: true
define view I_LegalTransactionHealthText
  as select from lcm_clthealtht
{
  key legaltransactionhealth as LegalTransactionHealth,
      @Semantics.language: true
  key language       as Language,

      @Semantics.text: true            -- identifies the text field
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @EndUserText.label: 'Status Text'
      @EndUserText.quickInfo: 'Status Text'
      legaltransactionhealthname  as LegalTransactionHealthName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_CLTHEALTHT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/