I_INSURANCECLAIMNOTESTATUSTEXT

CDS View

Insur Claim Note Status - Txt

I_INSURANCECLAIMNOTESTATUSTEXT is a CDS View in S/4HANA. Insur Claim Note Status - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimNoteStatusText view_entity projection CONSUMPTION Insur Claim Note Status - Txt
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Claim Note Status - Txt'
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ICNoteStatusText'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #TEXT,
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  representativeKey: 'InsurClmNoteStatus',
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S,
  supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #EXTRACTION_DATA_SOURCE,
                          #LANGUAGE_DEPENDENT_TEXT,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE]
}
@Search.searchable: true
define view entity I_InsuranceClaimNoteStatusText as select from dd07t 
  association to parent I_InsuranceClaimNoteStatus     as _NoteStatus           on $projection.InsurClmNoteStatus = _NoteStatus.InsurClmNoteStatus
  association [0..1] to I_Language                     as _Language             on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language,
      @ObjectModel.foreignKey.association: '_NoteStatus'
      @ObjectModel.text.element: ['InsuranceClaimNoteStatusName']
  key cast( dd07t.domvalue_l as icl_validstatus )       as InsurClmNoteStatus,
      @Analytics.hidden: true
      @Consumption.hidden: true
      dd07t.domvalue_l                              as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      dd07t.ddtext                                  as InsuranceClaimNoteStatusName,
      _NoteStatus,
      _Language 
}
where
      dd07t.domname  = 'ICL_VALIDSTATUS'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'