I_INSURANCECLAIMBUNDLETYPETEXT

CDS View

Insur Clm Bundle Type - Txt

I_INSURANCECLAIMBUNDLETYPETEXT is a CDS View in S/4HANA. Insur Clm Bundle Type - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimBundleTypeText view_entity projection CONSUMPTION Insur Clm Bundle Type - Txt
@EndUserText.label: 'Insur Clm Bundle Type - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'InsurClaimBundleType',
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S
}
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ICBundleTypeText'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: false
@OData.entityType.name: 'InsuranceClaimBundleTypeText_Type'
define view entity I_InsuranceClaimBundleTypeText
  as select from ticl001t
  association        to parent I_InsuranceClaimBundleType as _InsClmBundleType on $projection.InsurClaimBundleType = _InsClmBundleType.InsurClaimBundleType
  association [0..1] to I_Language                        as _Language        on ticl001t.langu = _Language.Language
{
       @Semantics.language: true
       @ObjectModel.foreignKey.association: '_Language'
  key  langu   as Language,
       @ObjectModel.text.element: ['InsurClaimBundleTypeName']
  key  cctype  as InsurClaimBundleType,
       @Search.defaultSearchElement: true
       @Semantics.text: true
       @Search.ranking: #LOW
       cctypen as InsurClaimBundleTypeName,
       //Associations

       _Language,
       _InsClmBundleType
}