I_INSURANCECLAIMTYPE
Insurance Claim Type
I_INSURANCECLAIMTYPE is a CDS View in S/4HANA. Insurance Claim Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsuranceClaimType | view_entity | from | CONSUMPTION | Insurance Claim Type |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Type'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
// dataCategory: #VALUE_HELP,
// representativeKey: 'InsurClmType',
// alternativeKey: [{id: 'InsurClmTypeGeneration' }],
sapObjectNodeType.name: 'InsuranceClaimType',
resultSet.sizeCategory: #XS,
usageType.serviceQuality: #A,
usageType.dataClass: #CUSTOMIZING,
usageType.sizeCategory: #S,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
}
define root view entity I_InsuranceClaimType as select from I_InsurClmIntClaimType
association [0..*] to I_InsuranceClaimTypeText as _InsurClmTypeText on $projection.InsurClmType = _InsurClmTypeText.InsurClmType
association [1..*] to I_InsuranceClaimTypeGeneration as _InsurClmTypeGeneration on $projection.InsurClmTypeGeneration = _InsurClmTypeGeneration.InsurClmTypeGeneration
{
key InsurClmType,
key InsurClmTypeGeneration,
//Associations
_InsurClmTypeText,
_InsurClmTypeGeneration
}