I_INSURANCECLAIMTYPETEXT

CDS View

Insurance Claim Type - Text

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimTypeText view_entity projection CONSUMPTION Insurance Claim Type Text
@EndUserText.label: 'Insurance Claim Type - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{
    representativeKey: 'InsurClmTypeGeneration',
    dataCategory: #TEXT,
    usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
    }
}
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@OData.entityType.name: 'InsuranceClaimTypeText_Type' 
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InsuranceClaimTypeText as select from I_InsurClmIntClaimTypeText
association to parent I_InsuranceClaimType as _InsurClmType on $projection.InsurClmType = _InsurClmType.InsurClmType 
                                                           and $projection.InsurClmTypeGeneration = _InsurClmType.InsurClmTypeGeneration
association [1..1] to I_InsuranceClaimTypeGeneration as _InsurClmTypeGeneration on $projection.InsurClmTypeGeneration = _InsurClmTypeGeneration.InsurClmTypeGeneration                                                           
{
   @Semantics.language: true
   @ObjectModel.foreignKey.association: '_Language'
   key Language,
   @ObjectModel.foreignKey.association: '_InsurClmType'
   key InsurClmType,
   @ObjectModel.text.element: ['InsurClmTypeGenerationName']
   @ObjectModel.foreignKey.association: '_InsurClmTypeGeneration'
   key InsurClmTypeGeneration,
   @Semantics.text: true
   InsurClmTypeGenerationName,
   //Associations

  _Language,
  _InsurClmType,
  _InsurClmTypeGeneration
}