I_INSURANCECLAIMSCOPEOFLOSS
Insurance Claim Scope Of Loss
I_INSURANCECLAIMSCOPEOFLOSS is a CDS View in S/4HANA. Insurance Claim Scope Of Loss. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsuranceClaimScopeOfLoss | view_entity | projection | CONSUMPTION | Insurance Claim Scope Of Loss |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Scope Of Loss'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName: #LOCAL,
technicalName: 'ICScopeOfLoss'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'InsurClmScopeOfLoss',
sapObjectNodeType.name: 'InsuranceClaimScopeOfLoss',
resultSet.sizeCategory: #XS,
usageType.serviceQuality: #A,
usageType.dataClass: #CUSTOMIZING,
usageType.sizeCategory: #S,
supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
}
@Search.searchable: true
define root view entity I_InsuranceClaimScopeOfLoss as select from ticl101
composition [0..*] of I_InsuranceClaimScopeOfLossTxt as _ClaimScopeOfLossTxt
association [0..1] to I_InsuranceClaimDamageCategory as _DamageCategory on $projection.InsurClmDamageCategory = _DamageCategory.InsurClmDamageCategory
{
@ObjectModel.foreignKey.association: '_DamageCategory'
key damcat as InsurClmDamageCategory,
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key losstype as InsurClmScopeOfLoss,
//Associations
_ClaimScopeOfLossTxt,
_DamageCategory
}