I_INSURCLMEMPLINITTRTMTCODE

CDS View

Insur Clm Empl Init Trtmt Code

I_INSURCLMEMPLINITTRTMTCODE is a CDS View in S/4HANA. Insur Clm Empl Init Trtmt Code. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClmEmplInitTrtmtCode view_entity projection CONSUMPTION Insur Clm Empl Init Trtmt Code
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Clm Empl Init Trtmt Code'
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
//  dataCategory: #DIMENSION,

//  dataExtraction.enabled: true,

  internalName: #LOCAL,
  technicalName: 'ICEmplInitTrtmtCode'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
//  dataCategory: #VALUE_HELP,

//  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,

//  representativeKey: 'InsurClmInitTreatmentCode',

  sapObjectNodeType.name: 'InsurClmEmplInitTrtmtCode', 
  resultSet.sizeCategory: #XS,
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S,
  supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE,
                          #VALUE_HELP_PROVIDER]
}
@Search.searchable: true
define root view entity I_InsurClmEmplInitTrtmtCode as select from ticl388 
     
      composition [0..*] of I_InsurClmEmplInitTrtmtCodeT as _EmplInitTrtmtCodeT

{
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  key EMP_INITTRMNTCO  as InsurClmInitTreatmentCode,
  
  //Associations

  _EmplInitTrtmtCodeT
}