I_INSURANCECLAIMTYPE

CDS View

Insurance Claim Type

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimType view_entity projection CONSUMPTION Insurance Claim Type
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Type'
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  representativeKey: 'InsurClmType',
  sapObjectNodeType.name: 'InsuranceClaimType',
  resultSet.sizeCategory: #XS,
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S,
    supportedCapabilities: [#ANALYTICAL_DIMENSION,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE,
                          #VALUE_HELP_PROVIDER]
}
define root view entity I_InsuranceClaimType as select from I_InsurClmIntClaimType
composition [0..*] of I_InsuranceClaimTypeText as _InsurClmTypeText
association [1..1] to I_InsuranceClaimTypeGeneration as _InsurClmTypeGeneration on $projection.InsurClmTypeGeneration = _InsurClmTypeGeneration.InsurClmTypeGeneration
{
  key InsurClmType,
  @ObjectModel.foreignKey.association: '_InsurClmTypeGeneration'
  key InsurClmTypeGeneration,
  //Associations

  _InsurClmTypeText,
 _InsurClmTypeGeneration 
}