I_INSURCLMSUBCLAIMCOMPLEXITYT
Insurance Claim Complexity - Text
I_INSURCLMSUBCLAIMCOMPLEXITYT is a CDS View in S/4HANA. Insurance Claim Complexity - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsuranceClaimComplexityText | view_entity | projection | CONSUMPTION | Insurance Claim Cause of Loss - Text |
@EndUserText.label: 'Insurance Claim Complexity - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
representativeKey: 'InsurClmComplexity',
// sapObjectNodeType.name: '',
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
@VDM : {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC
}
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ICSubclaimComplexityT'
@OData.entityType.name: 'InsuranceComplexityTextText_Type'
define view entity I_InsurClmSubclaimComplexityT
as select from I_InsurClmComplexityText
association to parent I_InsurClmSubclaimComplexity as _Complexity on $projection.InsurClmComplexity = _Complexity.InsurClmComplexity
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key Language,
@ObjectModel.text.element: ['InsurClmComplexityName']
key InsurClmComplexity,
@Semantics.text: true
InsurClmComplexityName,
//Associations
_Language,
_Complexity
}