I_INSURCLMCLAIMITEMTYPET
Insurance Claim Item type - Text
I_INSURCLMCLAIMITEMTYPET is a CDS View in S/4HANA. Insurance Claim Item type - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClmClaimItemTypeT | view_entity | projection | CONSUMPTION | Insurance Claim- Claim Item type text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
representativeKey: 'InsurClmInsuredObjectType',
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
@VDM : {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC
}
@OData.entityType.name: 'InsurClmClaimItemTypeT_Type'
@EndUserText.label: 'Insurance Claim Item type - Text'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InsurClmClaimItemTypeT
as select from ticl302t
association to parent I_InsurClmClaimItemType as _ClaimItemType on $projection.InsurClmInsuredObjectCategory = _ClaimItemType.InsurClmInsuredObjectCategory
and $projection.InsurClmInsuredObjectType = _ClaimItemType.InsurClmInsuredObjectType
association [1..1] to I_InsurClmInsrdObjCat as _InsurClmInsrdObjCat on $projection.InsurClmInsuredObjectCategory = _InsurClmInsrdObjCat.InsurClmInsuredObjectCategory
association [0..1] to I_Language as _Language on ticl302t.langu = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@ObjectModel.foreignKey.association: '_InsurClmInsrdObjCat'
key propcat as InsurClmInsuredObjectCategory,
@ObjectModel.foreignKey.association: '_ClaimItemType'
@ObjectModel.text.element: ['InsurClmDmgdPrptyTypeName']
key proptype as InsurClmInsuredObjectType,
@Semantics.text: true
name as InsurClmDmgdPrptyTypeName,
//Association
_ClaimItemType,
_InsurClmInsrdObjCat,
_Language
}