I_INSURCLMCLAIMITEMTYPE
Insurance Claim Item type
I_INSURCLMCLAIMITEMTYPE is a CDS View in S/4HANA. Insurance Claim Item type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClmClaimItemType | view_entity | projection | CONSUMPTION | Insurance Claim- Claim Item type |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Item type'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics.dataExtraction.enabled:true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'InsurClmInsuredObjectType',
sapObjectNodeType.name: 'InsuranceClaimItemType',
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_InsurClmClaimItemType
as select from ticl302
composition [0..*] of I_InsurClmClaimItemTypeT as _ClaimItemTypeText
association [1..1] to I_InsurClmInsrdObjCat as _InsurClmInsrdObjCat on $projection.InsurClmInsuredObjectCategory = _InsurClmInsrdObjCat.InsurClmInsuredObjectCategory
{
@ObjectModel.foreignKey.association: '_InsurClmInsrdObjCat'
key propcat as InsurClmInsuredObjectCategory,
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key proptype as InsurClmInsuredObjectType,
//Association
_ClaimItemTypeText,
_InsurClmInsrdObjCat
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL302"
],
"ASSOCIATED":
[
"I_INSURCLMCLAIMITEMTYPET",
"I_INSURCLMINSRDOBJCAT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/