I_INSURANCECLAIMNOTETYPE

CDS View

Insurance Claim Note Type

I_INSURANCECLAIMNOTETYPE is a CDS View in S/4HANA. Insurance Claim Note Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimNoteType view_entity projection CONSUMPTION Insurance Claim Note Type
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Note Type'
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'ICNoteType'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'InsurClmNoteType',
  sapObjectNodeType.name: 'InsuranceClaimNoteType', 
  resultSet.sizeCategory: #XS,
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S,
  supportedCapabilities: [#ANALYTICAL_DIMENSION,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #EXTRACTION_DATA_SOURCE,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE,
                          #VALUE_HELP_PROVIDER]
}
@Search.searchable: true
define root view entity I_InsuranceClaimNoteType as select from ticl090 
    composition [0..*] of I_InsurClmNoteTypeLnkTxt as _NoteTypeText
    

{

  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  key notetype as InsurClmNoteType,
  
  //Associations

  _NoteTypeText
}