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 from CONSUMPTION Insurance Claim Type Text
@EndUserText.label: 'Insurance Claim Type - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{
 //   representativeKey: 'InsurClmType',

    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 root view entity I_InsuranceClaimTypeText as select from I_InsurClmIntClaimTypeText
association [1..*] to I_InsuranceClaimType as _InsurClmType on $projection.InsurClmType = _InsurClmType.InsurClmType
   //                                                        and $projection.InsurClmTypeGeneration = _InsurClmType.InsurClmTypeGeneration

association [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.foreignKey.association: '_InsurClmTypeGeneration'

   @ObjectModel.text.element: ['InsurClmTypeGenerationName']
   key InsurClmTypeGeneration,
   @Semantics.text: true
   InsurClmTypeGenerationName,
   //Associations

  _Language,
  _InsurClmType,
  _InsurClmTypeGeneration
}